summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2001-08-07 05:45:16 +0000
committerStefan Bodewig <bodewig@apache.org>2001-08-07 05:45:16 +0000
commit3c2825538aa39e1d0b9809b4883035e1dba59aad (patch)
tree811b683b63bebf08893c5163d720db1ce3749ba2 /bootstrap.bat
parent8bde1a4491e67b5df357fc4fd46525466e89d420 (diff)
downloadant-3c2825538aa39e1d0b9809b4883035e1dba59aad.tar.gz
Explicitly compile the stuff that javac will pick up because of
dependencies anyway. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269481 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 5662896de..787af6182 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -48,7 +48,7 @@ if not exist build\classes\nul mkdir build\classes
echo.
echo ... Compiling Ant Classes
-"%JAVAC%" -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\zip\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java
+"%JAVAC%" -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\zip\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java %TOOLS%\ant\taskdefs\condition\*.java %TOOLS%\ant\taskdefs\compilers\*.java
echo.
echo ... Copying Required Files