diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-07 01:36:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-07 01:36:49 +0000 |
commit | 264528dc1ac0639d7ea9c30cc490dbf21301e9cb (patch) | |
tree | 5560ac1a1bcb438e34f8e0d1dc5d68b34ce978ec /net-p2p/vuze/files | |
parent | 94d1ab6ca9874dac02152d1aa52874c6222171db (diff) |
o Depend on jdk 1.4 instead of 1.5 since there have been too many
reports of problems. jdk 1.4 is known to work despite the urges
from developers to use 1.5.
o Rollback files/build.xml and Makefile to version in consistent
with dependency on jdk 1.5
Notes
Notes:
svn path=/head/; revision=147476
Diffstat (limited to 'net-p2p/vuze/files')
-rw-r--r-- | net-p2p/vuze/files/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/vuze/files/build.xml b/net-p2p/vuze/files/build.xml index 2a33f8c982b0..21ac16c59937 100644 --- a/net-p2p/vuze/files/build.xml +++ b/net-p2p/vuze/files/build.xml @@ -19,7 +19,7 @@ <target name="compile" depends="init" description="compile the source " > <!-- Compile the java code from ${src} into ${build} --> - <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="80m"> + <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="64m"> <include name="**/*.java"/> <exclude name="**/Win32*.java"/> <exclude name="**/swt/osx/**"/> |