aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-03-04 04:22:36 +0000
committerKelly Campbell <kellyc@apache.org>2001-03-04 04:22:36 +0000
commit1878d4e3d0f4998aa64d050a5ef253455a9471d0 (patch)
tree4360620cb816b5b75014cab88c45f640fda95c92 /build.sh
parentdf2a193caecab76c1bcc1b38f2444a78267186b8 (diff)
downloadxmlgraphics-fop-1878d4e3d0f4998aa64d050a5ef253455a9471d0.tar.gz
xmlgraphics-fop-1878d4e3d0f4998aa64d050a5ef253455a9471d0.zip
Updated build to include neccessary jar files
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5b6dc2f80..253c2aab9 100755
--- a/build.sh
+++ b/build.sh
@@ -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/w3c.jar:./lib/buildtools.jar
+LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:./lib/ant.jar:./lib/w3c.jar:./lib/buildtools.jar:./lib/xerces-1.2.3.jar:./lib/xalan-2.0.0.jar:./lib/xalanj1compat.jar:./lib/bsf.jar:./lib/jimi-1.0.jar
ANT_HOME=./lib
echo Building with classpath $CLASSPATH:$LOCALCLASSPATH