|
From: <hag...@us...> - 2006-12-21 09:37:37
|
Revision: 2947
http://jnode.svn.sourceforge.net/jnode/?rev=2947&view=rev
Author: hagar-wize
Date: 2006-12-21 01:37:36 -0800 (Thu, 21 Dec 2006)
Log Message:
-----------
removed classpath/5.0 folder from build file as it makes the build fail when the folder is "missing"
Modified Paths:
--------------
trunk/core/build.xml
Modified: trunk/core/build.xml
===================================================================
--- trunk/core/build.xml 2006-12-20 12:01:58 UTC (rev 2946)
+++ trunk/core/build.xml 2006-12-21 09:37:36 UTC (rev 2947)
@@ -23,7 +23,6 @@
<pathelement location="${my-src.dir}/classpath/java"/>
<pathelement location="${my-src.dir}/classpath/javax"/>
<pathelement location="${my-src.dir}/classpath/org"/>
- <pathelement location="${my-src.dir}/classpath/5.0"/>
<pathelement location="${my-src.dir}/classpath/ext"/>
<pathelement location="${my-src.dir}/classpath/vm"/>
<pathelement location="${my-src.dir}/classpath/tools"/>
@@ -115,7 +114,6 @@
<fileset dir="${my-src.dir}/classpath/java" excludes="${my-non-resources}"/>
<fileset dir="${my-src.dir}/classpath/javax" excludes="${my-non-resources}"/>
<fileset dir="${my-src.dir}/classpath/org" excludes="${my-non-resources}"/>
- <fileset dir="${my-src.dir}/classpath/5.0" excludes="${my-non-resources}"/>
<fileset dir="${my-src.dir}/classpath/ext" excludes="${my-non-resources}"/>
<fileset dir="${my-src.dir}/classpath/vm" excludes="${my-non-resources}"/>
<fileset dir="${my-src.dir}/classpath/tools" excludes="${my-non-resources}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|