summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2001-12-11 14:02:51 +0000
committerStefan Bodewig <bodewig@apache.org>2001-12-11 14:02:51 +0000
commit2b673beb3ff472e42884117700938a5e0a171bab (patch)
tree67a1610d6ac8fa04220e2bd1c96758a06ce17f05 /bootstrap.bat
parent2fedf3b92f1c6d0b729b2bce9426347bf17dffef (diff)
downloadant-2b673beb3ff472e42884117700938a5e0a171bab.tar.gz
Don't keep old testcases around when doing a bootstrap build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.bat')
-rwxr-xr-xbootstrap.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 937982de6..6b29a686a 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -20,8 +20,8 @@ echo ... Bootstrapping Ant Distribution
if "%OS%" == "Windows_NT" if exist bootstrap\nul rmdir/s/q bootstrap
if not "%OS%" == "Windows_NT" if exist bootstrap\nul deltree/y bootstrap
-if "%OS%" == "Windows_NT" if exist build\classes\nul rmdir/s/q build\classes
-if not "%OS%" == "Windows_NT" if exist build\classes\nul deltree/y build\classes
+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
for %%i in (lib\optional\*.jar) do call src\script\lcp.bat %%i