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 2010/06/06 12:53:05 UTC

svn commit: r951850 - /harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml

Author: hindessm
Date: Sun Jun  6 10:53:05 2010
New Revision: 951850

URL: http://svn.apache.org/viewvc?rev=951850&view=rev
Log:
Move drlvm depends to target/depends

Modified:
    harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml

Modified: harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml?rev=951850&r1=951849&r2=951850&view=diff
==============================================================================
--- harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml (original)
+++ harmony/enhanced/java/branches/mrh/common_resources/make/properties.xml Sun Jun  6 10:53:05 2010
@@ -33,7 +33,7 @@
 
 
     <!-- Root directory of the common dependemcy pool -->
-    <property name="base.dep.dir" location="${common.basedir}/depends"/>
+    <property name="base.dep.dir" location="${hy.target}/depends"/>
 
     <!-- Debug or release version -->
     <property name="hy.cfg" value="debug" />