summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-04-22 10:59:21 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-04-22 10:59:21 +0000
commita359819e561c55ba823906c8e32056711d1a9048 (patch)
tree78ff99ff6c84897a90d71ed2368ab04a504e85e5 /tools
parent8767ff89e45d2c765c91812bd3aa4f9e41110e94 (diff)
downloadpoi-a359819e561c55ba823906c8e32056711d1a9048.tar.gz
poi-a359819e561c55ba823906c8e32056711d1a9048.zip
Revert to use the default ant scripts: 128 Mb not needed anymore, build has changed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r--tools/antipede/bin/ant2
-rw-r--r--tools/antipede/bin/ant.bat4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/antipede/bin/ant b/tools/antipede/bin/ant
index 37bbb29af0..b79123dfe9 100644
--- a/tools/antipede/bin/ant
+++ b/tools/antipede/bin/ant
@@ -143,4 +143,4 @@ if $cygwin; then
LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi
-"$JAVACMD" -Xmx128m -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main $ANT_ARGS "$@"
+"$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main $ANT_ARGS "$@"
diff --git a/tools/antipede/bin/ant.bat b/tools/antipede/bin/ant.bat
index 96e1463d44..8c261ad53e 100644
--- a/tools/antipede/bin/ant.bat
+++ b/tools/antipede/bin/ant.bat
@@ -94,11 +94,11 @@ echo.
if not "%JIKESPATH%" == "" goto runAntWithJikes
:runAnt
-"%_JAVACMD%" -mx128m -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
+"%_JAVACMD%" -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
goto end
:runAntWithJikes
-"%_JAVACMD%" -mx128m -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" -Djikes.class.path="%JIKESPATH%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
+"%_JAVACMD%" -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" -Djikes.class.path="%JIKESPATH%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
:end
set LOCALCLASSPATH=