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 2007/04/24 15:05:28 UTC

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

Author: hindessm
Date: Tue Apr 24 06:05:27 2007
New Revision: 531918

URL: http://svn.apache.org/viewvc?view=rev&rev=531918
Log:
Better support for user properties to override default settings.

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

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?view=diff&rev=531918&r1=531917&r2=531918
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Apr 24 06:05:27 2007
@@ -24,6 +24,8 @@
         Ant file of common properties to be imported by other ant files
     </description>
 
+    <property file="${user.home}/.harmony-classlib.properties" />
+
     <!-- Debug or release version -->
     <property name="hy.cfg" value="debug" />