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 2006/06/24 03:03:53 UTC

svn commit: r416850 - /incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml

Author: ndbeyer
Date: Fri Jun 23 18:03:52 2006
New Revision: 416850

URL: http://svn.apache.org/viewvc?rev=416850&view=rev
Log:
Adjust test folder path.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml?rev=416850&r1=416849&r2=416850&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/awt/make/hyproperties.xml Fri Jun 23 18:03:52 2006
@@ -23,8 +23,8 @@
             <resources location="src/main/resources" />
          </main>
          <test>
-            <java location="src/test/java" />
-            <resources location="src/test/resources" />
+            <java location="src/test/api/java" />
+            <resources location="src/test/api/resources" />
          </test>
          <natives location="src/natives" />
       </src>