diff options
author | Kelly Campbell <kellyc@apache.org> | 2001-03-05 03:46:20 +0000 |
---|---|---|
committer | Kelly Campbell <kellyc@apache.org> | 2001-03-05 03:46:20 +0000 |
commit | 32c745130d82702725531583967fab3466bb345a (patch) | |
tree | 7a8d0d1385e7bd1dd6bd1269f3a9d7a4e13afbff /docs/examples/runtests.sh | |
parent | 33902804908ce718ffcdd6e36a8145f71e28895c (diff) | |
download | xmlgraphics-fop-32c745130d82702725531583967fab3466bb345a.tar.gz xmlgraphics-fop-32c745130d82702725531583967fab3466bb345a.zip |
Updated build. Added manifest to jar to make it a runnable jar.
Updated dist targets to have separate src and bin builds.
Compressed the xerces-1.2.3.jar to make distributions and cvs
checkouts smaller.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/runtests.sh')
-rwxr-xr-x | docs/examples/runtests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/runtests.sh b/docs/examples/runtests.sh index 9e72861f2..415fadcdf 100755 --- a/docs/examples/runtests.sh +++ b/docs/examples/runtests.sh @@ -12,9 +12,9 @@ if [ "$JAVA_HOME" = "" ] ; then echo "location of the Java Virtual Machine you want to use." exit 1 fi - -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../lib/ant.jar:../../lib/buildtools.jar:../../build/fop.jar:../../lib/w3c.jar -ANT_HOME=../../lib +LIBDIR=../../lib +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/w3c.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.2.3.jar:$LIBDIR/xalan-2.0.0.jar:$LIBDIR/xalanj1compat.jar:$LIBDIR/bsf.jar:$LIBDIR/jimi-1.0.jar:$LIBDIR/../build/fop.jar +ANT_HOME=$LIBDIR echo Building with classpath $CLASSPATH:$LOCALCLASSPATH echo |