projects
/
java-idp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't require name identifier in subject
[java-idp.git]
/
ant.bat
diff --git
a/ant.bat
b/ant.bat
old mode 100644
(file)
new mode 100755
(executable)
index
b380522
..
f99ab94
--- a/
ant.bat
+++ b/
ant.bat
@@
-25,8
+25,8
@@
if defined CLASSPATH (
)
REM add in the dependency .jar files
-for %%i in (%ANT_HOME%\lib\*.jar) do (
- call %ANT_HOME%\bin\cpappend.bat %%i
+for %%i in (%ANT_HOME%\build-lib\*.jar) do (
+ call tools\cpappend.bat %%i
)
if exist %JAVA_HOME%\lib\tools.jar (