You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by re...@apache.org on 2010/02/05 07:27:52 UTC

svn commit: r906824 - /harmony/enhanced/classlib/branches/java6/make/properties.xml

Author: regisxu
Date: Fri Feb  5 06:27:51 2010
New Revision: 906824

URL: http://svn.apache.org/viewvc?rev=906824&view=rev
Log:
set default value of property hy.jar.compress "true"

Modified:
    harmony/enhanced/classlib/branches/java6/make/properties.xml

Modified: harmony/enhanced/classlib/branches/java6/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/make/properties.xml?rev=906824&r1=906823&r2=906824&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/make/properties.xml (original)
+++ harmony/enhanced/classlib/branches/java6/make/properties.xml Fri Feb  5 06:27:51 2010
@@ -44,6 +44,7 @@
     <property name="hy.javac.source" value="1.5" />
     <property name="hy.javac.target" value="1.5" />
     <property name="hy.javac.maxmem" value="384M" />
+    <property name="hy.jar.compress" value="true" />
 
     <!-- Temporarily always include class file debug info -->
     <condition property="hy.javac.debug" value="on" else="on">