You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/04/01 00:11:19 UTC

svn commit: r390521 - /incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml

Author: tellison
Date: Fri Mar 31 14:11:18 2006
New Revision: 390521

URL: http://svn.apache.org/viewcvs?rev=390521&view=rev
Log:
Ensure compilation picks up all boot jars

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml?rev=390521&r1=390520&r2=390521&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml Fri Mar 31 14:11:18 2006
@@ -30,7 +30,7 @@
 
 			<bootclasspath>
 				<fileset dir="${hy.target}/jre/lib/boot">
-					<include name="*.jar" />
+					<include name="**/*.jar" />
 				</fileset>
 			</bootclasspath>
 		</javac>
@@ -57,7 +57,7 @@
 
 			<bootclasspath>
 				<fileset dir="${hy.target}/jre/lib/boot">
-					<include name="*.jar" />
+					<include name="**/*.jar" />
 				</fileset>
 			</bootclasspath>
                         <classpath location="../../../../build/tests" />