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/12/07 13:24:06 UTC

svn commit: r1211411 - /incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim

Author: andy
Date: Wed Dec  7 12:24:05 2011
New Revision: 1211411

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

Modified:
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim

Modified: incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim?rev=1211411&r1=1211410&r2=1211411&view=diff
==============================================================================
--- incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim (original)
+++ incubator/jena/Scratch/AFS/Jena-Dev/trunk/dwim Wed Dec  7 12:24:05 2011
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-CP="$(../TDB/bin/tdb_path)"
-CP="classes:$CP"
+DIR="$HOME/Projects"
+CP="$($DIR/TDB/bin/tdb_path)"
+CP="$DIR/Jena-Dev/classes:$CP"
 
 java -cp "$CP" dev.Jena163_TDBDifferentIds