Skip to content
Snippets Groups Projects
Commit 32ef0cc4 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- simplified classpath: only sdk jar needed

parent 44e09519
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ROSETTASDKPLUGINS=${ROSETTASDK}/../../bundled_plugins/ ...@@ -18,7 +18,7 @@ ROSETTASDKPLUGINS=${ROSETTASDK}/../../bundled_plugins/
# classpath # classpath
JUNITCLASSPATH=/usr/share/java/junit4.jar JUNITCLASSPATH=/usr/share/java/junit4.jar
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs #SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
CLASSPATH=./java:${ROSETTASDKDEPOSIT}/../src/:${ROSETTASDKDEPOSIT}/xmlbeans-2.3.0.jar:${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar:${ROSETTASDKDEPOSIT}/log4j-1.2.14.jar:/usr/share/java/commons-lang.jar CLASSPATH=${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar
# sources # sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment