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 2012/11/30 16:35:13 UTC

svn commit: r1415696 - /jena/trunk/jena-arq/bin/make_classpath_mvn

Author: andy
Date: Fri Nov 30 15:35:12 2012
New Revision: 1415696

URL: http://svn.apache.org/viewvc?rev=1415696&view=rev
Log:
Fix for use in developement environment with linked projects.

Modified:
    jena/trunk/jena-arq/bin/make_classpath_mvn

Modified: jena/trunk/jena-arq/bin/make_classpath_mvn
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/bin/make_classpath_mvn?rev=1415696&r1=1415695&r2=1415696&view=diff
==============================================================================
--- jena/trunk/jena-arq/bin/make_classpath_mvn (original)
+++ jena/trunk/jena-arq/bin/make_classpath_mvn Fri Nov 30 15:35:12 2012
@@ -38,6 +38,7 @@ done
 
 if [ -e "$DIRROOT/classes" ]
 then
+    CP="$DIRROOT/../jena-core/classes${SEP}$CP"
     CP="$DIRROOT/classes${SEP}$CP"
 elif [ -e "$DIRROOT/target/classes" ]
 then