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 2010/05/27 13:21:38 UTC

svn commit: r948787 - /harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml

Author: hindessm
Date: Thu May 27 11:21:38 2010
New Revision: 948787

URL: http://svn.apache.org/viewvc?rev=948787&view=rev
Log:
Add missing resources to jpda_tests.jar.

Modified:
    harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml

Modified: harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml?rev=948787&r1=948786&r2=948787&view=diff
==============================================================================
--- harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml (original)
+++ harmony/enhanced/java/branches/java6/jdktools/modules/jpda/build.xml Thu May 27 11:21:38 2010
@@ -207,6 +207,7 @@
 
         <hy.jar.bin destfile="${tests.hdk.dir}/${hy.module}_tests.jar">
             <fileset dir="bin/test" />
+            <fileset dir="src/test/resources" />
         </hy.jar.bin>
  
         <mkdir dir="${tests.excludes.hdk.dir}"/>