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
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ ROSETTASDKPLUGINS=${ROSETTASDK}/../../bundled_plugins/
# classpath
JUNITCLASSPATH=/usr/share/java/junit4.jar
#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)
# sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment