You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2007/03/15 02:55:35 UTC

svn commit: r518440 - in /harmony/enhanced/classlib/trunk/modules/lang-management: build.xml make/hyproperties.xml

Author: ndbeyer
Date: Wed Mar 14 18:55:34 2007
New Revision: 518440

URL: http://svn.apache.org/viewvc?view=rev&rev=518440
Log:
=correct test folder deletions; remove tab characters

Modified:
    harmony/enhanced/classlib/trunk/modules/lang-management/build.xml
    harmony/enhanced/classlib/trunk/modules/lang-management/make/hyproperties.xml

Modified: harmony/enhanced/classlib/trunk/modules/lang-management/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lang-management/build.xml?view=diff&rev=518440&r1=518439&r2=518440
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/lang-management/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/lang-management/build.xml Wed Mar 14 18:55:34 2007
@@ -58,7 +58,8 @@
         <delete file="${hy.jdk}/jre/lib/boot/${hy.lang-management.packaging.jarname}-src.jar" />
         <delete failonerror="false">
             <fileset refid="classes" />
-            <fileset dir="${hy.lang-management.bin.test}" />
+            <fileset dir="${hy.lang-management.bin.test.api}" />
+            <fileset dir="${hy.lang-management.bin.test.impl}" />
         </delete>
     </target>
 

Modified: harmony/enhanced/classlib/trunk/modules/lang-management/make/hyproperties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lang-management/make/hyproperties.xml?view=diff&rev=518440&r1=518439&r2=518440
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/lang-management/make/hyproperties.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/lang-management/make/hyproperties.xml Wed Mar 14 18:55:34 2007
@@ -24,21 +24,21 @@
             <resources location="src/main/resources" />
          </main>
          <test>
-	         <api>
-	            <java location="src/test/api/java" />
-	            <resources location="src/test/api/resources" />
-	         </api>
-	         <impl>
-	            <java location="src/test/impl/java" />
-	            <resources location="src/test/impl/resources" />
-	         </impl>
+             <api>
+                <java location="src/test/api/java" />
+                <resources location="src/test/api/resources" />
+             </api>
+             <impl>
+                <java location="src/test/impl/java" />
+                <resources location="src/test/impl/resources" />
+             </impl>
          </test>
       </src>
       <bin>
         <main location="bin/main" />
         <test>
-        	<api location="bin/api" />
-        	<impl location="bin/impl" />
+            <api location="bin/api" />
+            <impl location="bin/impl" />
         </test>
       </bin>
       <packaging>