aboutsummaryrefslogtreecommitdiffstats
path: root/build.bat
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-03-14 15:54:50 +0000
committerKelly Campbell <kellyc@apache.org>2001-03-14 15:54:50 +0000
commitbe40ee474ca49127435398fb7aff099609ea5d3f (patch)
treeae33d7dc26a82870d78bccc7654e7be8fd83581f /build.bat
parentc69cea11bffe37bc920bc531239b8a9be347e174 (diff)
downloadxmlgraphics-fop-be40ee474ca49127435398fb7aff099609ea5d3f.tar.gz
xmlgraphics-fop-be40ee474ca49127435398fb7aff099609ea5d3f.zip
Fixed colons in classpaths
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 8cb958d3c..2a818cec4 100755
--- a/build.bat
+++ b/build.bat
@@ -6,7 +6,7 @@ echo ----------------
if "%JAVA_HOME%" == "" goto error
set LIBDIR=lib
-set 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
+set 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
set ANT_HOME=%LIBDIR%
echo Building with classpath %LOCALCLASSPATH%