Revision: 3738
http://jnode.svn.sourceforge.net/jnode/?rev=3738&view=rev
Author: fduminy
Date: 2008-01-25 12:40:34 -0800 (Fri, 25 Jan 2008)
Log Message:
-----------
fixed eclipse classpath
Modified Paths:
--------------
trunk/distr/.classpath
Modified: trunk/distr/.classpath
===================================================================
--- trunk/distr/.classpath 2008-01-24 22:26:52 UTC (rev 3737)
+++ trunk/distr/.classpath 2008-01-25 20:40:34 UTC (rev 3738)
@@ -7,6 +7,11 @@
<classpathentry kind="src" path="src/apps"/>
<classpathentry kind="src" path="/JNode-GUI"/>
<classpathentry kind="lib" path="lib/telnetd.jar"/>
+ <classpathentry kind="lib" path="lib/jetty-6.1.5.jar"/>
+ <classpathentry kind="lib" path="lib/jetty-util-6.1.5.jar"/>
+ <classpathentry kind="lib" path="lib/jsp-2.1.jar"/>
+ <classpathentry kind="lib" path="lib/jsp-api-2.1.jar"/>
+ <classpathentry kind="lib" path="lib/servlet-api-2.5-6.1.5.jar"/>
<classpathentry kind="src" path="/JNode-Shell"/>
<classpathentry kind="src" path="/JNode-TextUI"/>
<classpathentry combineaccessrules="false" kind="src" path="/JNode-FS"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|