Revision: 501
http://assorted.svn.sourceforge.net/assorted/?rev=501&view=rev
Author: yangzhang
Date: 2008-02-24 22:54:07 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
added eclipse projects
Added Paths:
-----------
java-reactor/trunk/src/.classpath
java-reactor/trunk/src/.project
Added: java-reactor/trunk/src/.classpath
===================================================================
--- java-reactor/trunk/src/.classpath (rev 0)
+++ java-reactor/trunk/src/.classpath 2008-02-25 06:54:07 UTC (rev 501)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path=""/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="out"/>
+</classpath>
Added: java-reactor/trunk/src/.project
===================================================================
--- java-reactor/trunk/src/.project (rev 0)
+++ java-reactor/trunk/src/.project 2008-02-25 06:54:07 UTC (rev 501)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>java-reactor</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|