summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorStephane Bailliez <sbailliez@apache.org>2002-04-16 12:15:34 +0000
committerStephane Bailliez <sbailliez@apache.org>2002-04-16 12:15:34 +0000
commited9509b02430895b479f1ecafb15786b3e0b0853 (patch)
tree46929de6f6a62b53e2a5c5ff4b3df8ac80a6e81a /bootstrap.bat
parentd7d99ee441f4412c492a653791b5a20a96a4ec28 (diff)
downloadant-ed9509b02430895b479f1ecafb15786b3e0b0853.tar.gz
Moving from Crimson 1.1.3 to Xerces 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.bat')
-rwxr-xr-xbootstrap.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index c941e1db3..f3049e323 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -26,7 +26,7 @@ if not "%OS%" == "Windows_NT" if exist bootstrap\nul deltree/y bootstrap
if "%OS%" == "Windows_NT" if exist build\nul rmdir/s/q build
if not "%OS%" == "Windows_NT" if exist build\nul deltree/y build
-SET LOCALCLASSPATH=lib\crimson.jar
+SET LOCALCLASSPATH=lib\xercesImpl.jar;lib\xmlParserAPIs.jar
for %%i in (lib\optional\*.jar) do call src\script\lcp.bat %%i
if exist "%JAVA_HOME%\lib\tools.jar" call src\script\lcp.bat %JAVA_HOME%\lib\tools.jar
if exist "%JAVA_HOME%\lib\classes.zip" call src\script\lcp.bat %JAVA_HOME%\lib\classes.zip