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

- simplified classpath: only sdk jar needed

parent 30459f9f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ROSETTASDKPLUGINS=${ROSETTASDK}/../../bundled_plugins/ ...@@ -21,7 +21,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:${ROSETTASDKDEPOSIT}/xalan-2.7.0.jar CLASSPATH=${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar
#BUILDPATH=$(CLASSPATH) #BUILDPATH=$(CLASSPATH)
# sources # sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment