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 2009/07/29 14:14:29 UTC

svn commit: r798870 - /harmony/enhanced/classlib/trunk/make/run-test.xml

Author: hindessm
Date: Wed Jul 29 12:14:29 2009
New Revision: 798870

URL: http://svn.apache.org/viewvc?rev=798870&view=rev
Log:
Fixing hdk {build,exclude}.module support.

Modified:
    harmony/enhanced/classlib/trunk/make/run-test.xml

Modified: harmony/enhanced/classlib/trunk/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/run-test.xml?rev=798870&r1=798869&r2=798870&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/run-test.xml Wed Jul 29 12:14:29 2009
@@ -21,7 +21,6 @@
     <property name="hy.hdk" location="../.." />
     <property name="test.jre.home" location="${hy.hdk}/jdk/jre" />
     <property file="test.properties" />
-    <property name="build.module" value="all"/>
 
     <!-- These two parameters could be assigned by user -->
     <property name="target.dir" value="." />