projects
/
java-idp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
construct ePPN from UID in the example config
[java-idp.git]
/
ant.bat
diff --git
a/ant.bat
b/ant.bat
index
88a8aee
..
f99ab94
100644
(file)
--- 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%\cpappend.bat %%i
+for %%i in (%ANT_HOME%\build-lib\*.jar) do (
+ call tools\cpappend.bat %%i
)
if exist %JAVA_HOME%\lib\tools.jar (