Revision: 5472
          http://jnode.svn.sourceforge.net/jnode/?rev=5472&view=rev
Author:   crawley
Date:     2009-05-11 12:44:39 +0000 (Mon, 11 May 2009)

Log Message:
-----------
Fix bug in eclipse buildpath ... put classlib.jar into the CLI buildpath
ahead of the default JDK.  This probably makes no difference to the build, 
but it makes eclipse source links work properly for the library classes.

Modified Paths:
--------------
    trunk/cli/.classpath

Modified: trunk/cli/.classpath
===================================================================
--- trunk/cli/.classpath        2009-05-11 12:36:06 UTC (rev 5471)
+++ trunk/cli/.classpath        2009-05-11 12:44:39 UTC (rev 5472)
@@ -2,10 +2,10 @@
 <classpath>
        <classpathentry kind="src" path="src/commands"/>
        <classpathentry kind="src" path="src/test"/>
-       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry combineaccessrules="false" kind="src" path="/shell"/>
        <classpathentry combineaccessrules="false" kind="src" path="/core"/>
        <classpathentry combineaccessrules="false" kind="src" path="/net"/>
        <classpathentry combineaccessrules="false" kind="src" path="/fs"/>
+       <classpathentry kind="lib" path="/all/lib/classlib.jar" 
sourcepath="/all/lib/classlib-src.jar"/>
        <classpathentry kind="output" path="build/classes"/>
 </classpath>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to