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:32:45 UTC

svn commit: r1415695 - /jena/trunk/jena-tdb/bin/tdb_path

Author: andy
Date: Fri Nov 30 15:32:45 2012
New Revision: 1415695

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

Modified:
    jena/trunk/jena-tdb/bin/tdb_path

Modified: jena/trunk/jena-tdb/bin/tdb_path
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/bin/tdb_path?rev=1415695&r1=1415694&r2=1415695&view=diff
==============================================================================
--- jena/trunk/jena-tdb/bin/tdb_path (original)
+++ jena/trunk/jena-tdb/bin/tdb_path Fri Nov 30 15:32:45 2012
@@ -34,6 +34,8 @@ if [ -e "$TDBROOT/classes" ]
 then
     [ -z "$CP" ] || CP="${CP}${SEP}"
     CP="${CP}$TDBROOT/classes"
+    CP="${CP}${SEP}$TDBROOT/../jena-arq/classes"
+    CP="${CP}${SEP}$TDBROOT/../jena-core/classes"
 elif [ -e "$TDBROOT/target/classes" ]
 then
     [ -z "$CP" ] || CP="${CP}${SEP}"