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 10:24:38 UTC

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

Author: tellison
Date: Sat Apr  1 00:24:36 2006
New Revision: 390617

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

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

Modified: incubator/harmony/enhanced/classlib/trunk/modules/logging/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/logging/make/common/build.xml?rev=390617&r1=390616&r2=390617&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/logging/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/logging/make/common/build.xml Sat Apr  1 00:24:36 2006
@@ -71,7 +71,7 @@
 
 			<bootclasspath>
 				<fileset dir="${hy.target}/jre/lib/boot">
-					<include name="*.jar" />
+					<include name="**/*.jar" />
 				</fileset>
 			        <pathelement path="${hy.logging.bin.injected}"/>
 			</bootclasspath>
@@ -98,7 +98,7 @@
 
 			<bootclasspath>
 				<fileset dir="${hy.target}/jre/lib/boot">
-					<include name="*.jar" />
+					<include name="**/*.jar" />
 				</fileset>
 			        <pathelement path="${hy.logging.bin.injected}"/>
 			</bootclasspath>