|
From: <fd...@us...> - 2007-02-17 17:30:51
|
Revision: 3128
http://jnode.svn.sourceforge.net/jnode/?rev=3128&view=rev
Author: fduminy
Date: 2007-02-17 09:30:42 -0800 (Sat, 17 Feb 2007)
Log Message:
-----------
fixed bad path to lib for eclipse config file
Modified Paths:
--------------
trunk/distr/.classpath
Modified: trunk/distr/.classpath
===================================================================
--- trunk/distr/.classpath 2007-02-17 17:28:40 UTC (rev 3127)
+++ trunk/distr/.classpath 2007-02-17 17:30:42 UTC (rev 3128)
@@ -4,7 +4,7 @@
<classpathentry kind="src" path="/JNode-Core"/>
<classpathentry kind="src" path="src/apps"/>
<classpathentry kind="src" path="/JNode-GUI"/>
- <classpathentry kind="lib" path="/JNode-Shell/lib/bsh-2.0b1.jar"/>
+ <classpathentry kind="lib" path="/JNode-Shell/lib/bsh-2.0b4.jar"/>
<classpathentry kind="src" path="/JNode-Shell"/>
<classpathentry kind="src" path="/JNode-TextUI"/>
<classpathentry kind="output" path="build/classes"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|