summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'site/tags/site-090106-pre667/build.bat')
-rwxr-xr-xsite/tags/site-090106-pre667/build.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/tags/site-090106-pre667/build.bat b/site/tags/site-090106-pre667/build.bat
new file mode 100755
index 0000000000..98147a324a
--- /dev/null
+++ b/site/tags/site-090106-pre667/build.bat
@@ -0,0 +1,9 @@
+@echo off
+
+for %%i in (.\lib\*.jar) do call cpappend.bat %%i
+
+echo CLASSPATH="%_CP%"
+
+java -classpath "%_CP%" org.apache.tools.ant.Main -Dant.home=%_AH% %1 %2 %3
+
+SET _CP=