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/20 22:14:47 UTC

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

Author: hindessm
Date: Mon Jul 20 20:14:46 2009
New Revision: 795986

URL: http://svn.apache.org/viewvc?rev=795986&view=rev
Log:
Move generate test excludes file back in to per module sub-directories.
Using ${work.dir} to you can do -Dwork.dir=/tmp/test to have generated
files created outside the hdk tree.

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?rev=795986&r1=795985&r2=795986&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Mon Jul 20 20:14:46 2009
@@ -664,7 +664,7 @@
             <property name="test.module.dir" value="${target.dir}/@{module}" />
             <property name="test.excludes.dir" value="${test.module.dir}/excludes" />
             <property name="test.resources.dir" value="${test.module.dir}/resources" />
-            <property name="test.exclude.file" value="${work.dir}/@{module}.exclude" />
+            <property name="test.exclude.file" value="${work.dir}/@{module}/test.exclude" />
             
             <mkdir dir="${tests.output}" /> 
 
@@ -740,7 +740,7 @@
             <property name="test.module.dir" value="${target.dir}/@{module}" />
             <property name="test.excludes.dir" value="${test.module.dir}/excludes" />
             <property name="test.resources.dir" value="${test.module.dir}/resources" />
-            <property name="test.exclude.file" value="${work.dir}/@{module}.exclude" />
+            <property name="test.exclude.file" value="${work.dir}/@{module}/test.exclude" />
             
             <mkdir dir="${tests.output}" />