You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/11/14 22:09:45 UTC

svn commit: r1201904 - /incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn

Author: andy
Date: Mon Nov 14 21:09:45 2011
New Revision: 1201904

URL: http://svn.apache.org/viewvc?rev=1201904&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn

Modified: incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn?rev=1201904&r1=1201903&r2=1201904&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn (original)
+++ incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn Mon Nov 14 21:09:45 2011
@@ -17,8 +17,8 @@ do
    CP="$CP:$M2_REPO$x"
 done
 
-[ -e "classes" ] && CP="$DIRROOT/classes$CP"
-[ -e "target/classes" ] && CP="$DIRROOT/target/classes$CP"
+[ -e "classes" ] && CP="$DIRROOT/classes:$CP"
+[ -e "target/classes" ] && CP="$DIRROOT/target/classes:$CP"
 
 echo "$CP"