|
From: <cr...@us...> - 2009-04-30 12:27:59
|
Revision: 5372
http://jnode.svn.sourceforge.net/jnode/?rev=5372&view=rev
Author: crawley
Date: 2009-04-30 12:27:53 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Added Eclipse project/buildbath for CLI and changes others to make
various JARs visible to CLI via the project references
Modified Paths:
--------------
trunk/core/.classpath
trunk/net/.classpath
Added Paths:
-----------
trunk/cli/.classpath
trunk/cli/.project
Added: trunk/cli/.classpath
===================================================================
--- trunk/cli/.classpath (rev 0)
+++ trunk/cli/.classpath 2009-04-30 12:27:53 UTC (rev 5372)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/commands"/>
+ <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="output" path="build/classes"/>
+</classpath>
Added: trunk/cli/.project
===================================================================
--- trunk/cli/.project (rev 0)
+++ trunk/cli/.project 2009-04-30 12:27:53 UTC (rev 5372)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>cli</name>
+ <comment></comment>
+ <projects>
+ <project>core</project>
+ <project>shell</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Modified: trunk/core/.classpath
===================================================================
--- trunk/core/.classpath 2009-04-30 11:48:24 UTC (rev 5371)
+++ trunk/core/.classpath 2009-04-30 12:27:53 UTC (rev 5372)
@@ -12,8 +12,8 @@
<classpathentry excluding="**/.svn/**" kind="src" path="src/driver"/>
<classpathentry excluding="**/.svn/**" kind="src" path="src/test"/>
<classpathentry excluding="**/.svn/**" kind="src" path="src/template"/>
- <classpathentry kind="lib" path="lib/ant.jar"/>
- <classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="lib/junit-4.5.jar"/>
<classpathentry kind="lib" path="lib/mmtk/mmtk.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-1.5.3.jar"/>
Modified: trunk/net/.classpath
===================================================================
--- trunk/net/.classpath 2009-04-30 11:48:24 UTC (rev 5371)
+++ trunk/net/.classpath 2009-04-30 12:27:53 UTC (rev 5372)
@@ -4,7 +4,7 @@
<classpathentry excluding="**/.svn/**" kind="src" path="src/driver"/>
<classpathentry excluding="**/.svn/**" kind="src" path="src/test"/>
<classpathentry kind="src" path="/core"/>
- <classpathentry kind="lib" path="lib/oncrpc.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/oncrpc.jar"/>
<classpathentry kind="src" path="/shell"/>
<classpathentry kind="lib" path="lib/jsch-0.1.24.jar"/>
<classpathentry kind="lib" path="lib/dnsjava-1.6.6.jar" sourcepath="lib/dnsjava-1.6.6-src.zip"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|