You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/06/20 16:30:54 UTC

svn commit: r415655 - /incubator/harmony/enhanced/classlib/trunk/make/properties.xml

Author: hindessm
Date: Tue Jun 20 07:30:53 2006
New Revision: 415655

URL: http://svn.apache.org/viewvc?rev=415655&view=rev
Log:
Prepare to move property from modules.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/properties.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/properties.xml?rev=415655&r1=415654&r2=415655&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/properties.xml Tue Jun 20 07:30:53 2006
@@ -25,6 +25,7 @@
     <!-- Javac properties -->
     <property name="hy.javac.source" value="1.5" />
     <property name="hy.javac.target" value="jsr14" />
+    <property name="hy.javac.debug" value="on" />
 
     <!-- Conditions for operating systems -->
     <condition property="is.windows">
@@ -106,6 +107,7 @@
 
   hy.javac.target = ${hy.javac.target}
   hy.javac.source = ${hy.javac.source}
+  hy.javac.debug  = ${hy.javac.debug}
 
 
 Harmony platform properties: