You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/07/19 19:18:25 UTC

svn commit: r423533 - /incubator/harmony/enhanced/classlib/trunk/make/build-test.xml

Author: geirm
Date: Wed Jul 19 10:18:24 2006
New Revision: 423533

URL: http://svn.apache.org/viewvc?rev=423533&view=rev
Log:
move that resource file "hyts_foo.c" to the 
resource directory, and adjust build to 
match


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

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-test.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-test.xml?rev=423533&r1=423532&r2=423533&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-test.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-test.xml Wed Jul 19 10:18:24 2006
@@ -113,6 +113,7 @@
             <fileset dir="${support.dir}/src/test/java">
                 <exclude name="**/*.java" />
             </fileset>
+            <fileset file="${support.dir}/src/test/resources/hyts_Foo.c"/>
         </copy>
     </target>