|
From: <ls...@us...> - 2007-01-07 08:34:33
|
Revision: 3014
http://jnode.svn.sourceforge.net/jnode/?rev=3014&view=rev
Author: lsantha
Date: 2007-01-07 00:34:32 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Classpath patches.
Modified Paths:
--------------
trunk/all/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2007-01-07 08:34:13 UTC (rev 3013)
+++ trunk/all/build.xml 2007-01-07 08:34:32 UTC (rev 3014)
@@ -483,6 +483,9 @@
<fileset dir="${root.dir}/core/src/classpath/tools">
<patternset refid="cp-includes-pattern"/>
</fileset>
+ <fileset dir="${root.dir}/core/src/classpath/sun">
+ <patternset refid="cp-includes-pattern"/>
+ </fileset>
</vmsources>
<vmspecificsources>
<fileset dir="${root.dir}/core/src/classpath/vm">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|