diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-14 20:54:08 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-14 20:54:08 +0000 |
commit | 5286f73056b72dc6111619d5290742acb5aa6c3a (patch) | |
tree | 58936d846374bc411f8cd9c35e3804154a4a5a80 /java/eclipse/Makefile | |
parent | Upgrade 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>
Diffstat (limited to '')
-rw-r--r-- | java/eclipse/Makefile | 1 |
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 |