]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
This will let people on unix/linux run the examples even if fop.jar isn't in their...
authorSteve Coffman <gears@apache.org>
Fri, 12 May 2000 15:20:16 +0000 (15:20 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 12 May 2000 15:20:16 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193345 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/runtests.sh

index 315684a15a98dabc03a617252e155e96b2fbc491..e73f84703b7e855a2ea6732c16210e9d02b9d4ea 100755 (executable)
@@ -13,7 +13,7 @@ if [ "$JAVA_HOME" = "" ] ; then
   exit 1
 fi
 
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../lib/ant.jar:../../lib/xml.jar:../../lib
+LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../lib/ant.jar:../../lib/xml.jar:../../lib:../../build/fop.jar
 ANT_HOME=../../lib
 
 echo Building with classpath $CLASSPATH:$LOCALCLASSPATH