summaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-07-14 20:54:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-07-14 20:54:08 +0000
commit5286f73056b72dc6111619d5290742acb5aa6c3a (patch)
tree58936d846374bc411f8cd9c35e3804154a4a5a80 /java/eclipse
parentUpgrade to 3.0.0 Beta 2. (diff)
Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.
It may happen that ant does not have sufficient heap to zip the plugins during installation. Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Verified by: Edmond Nolan <eddie@eddienolan.com>
Notes
Notes: svn path=/head/; revision=84892
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index f07812b71c29..9d1da442aa85 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -32,6 +32,7 @@ MAKE_ARGS= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
ECLIPSE_OS=${ECLIPSE_OS} \
ECLIPSE_WS=${ECLIPSE_WS} \
JAVA_HOME=${JAVA_HOME}
+MAKE_ENV= ANT_OPTS=-Xmx256M
ECLIPSE_BUILD= 2135
ECLIPSE_OS= freebsd