r1927 - trunk/xom/debian

Stephan Michels tashiro-guest at costa.debian.org
Sat Feb 18 17:50:11 UTC 2006


Author: tashiro-guest
Date: 2006-02-18 17:50:11 +0000 (Sat, 18 Feb 2006)
New Revision: 1927

Modified:
   trunk/xom/debian/rules
Log:
Lower Xss to 3Mb, but must be higher than 2Mb.


Modified: trunk/xom/debian/rules
===================================================================
--- trunk/xom/debian/rules	2006-02-18 17:26:00 UTC (rev 1926)
+++ trunk/xom/debian/rules	2006-02-18 17:50:11 UTC (rev 1927)
@@ -14,7 +14,7 @@
 #ANT_ARGS             := -verbose
 
 ANT_ARGS             := -Dbuild.sysclasspath=only
-ANT_OPTS             := -Xss4m
+ANT_OPTS             := -Xss3m
 
 LIBRARY_PACKAGE      := xom
 API_VERSION          := 1.1




More information about the pkg-java-commits mailing list