You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/18 16:27:53 UTC

svn commit: r476537 - in /forrest/trunk/whiteboard/forrest2: .classpath core/ src/core/ src/test/ test/

Author: rgardler
Date: Sat Nov 18 07:27:53 2006
New Revision: 476537

URL: http://svn.apache.org/viewvc?view=rev&rev=476537
Log:
move core and test folders into src

Added:
    forrest/trunk/whiteboard/forrest2/src/core/
      - copied from r476534, forrest/trunk/whiteboard/forrest2/core/
    forrest/trunk/whiteboard/forrest2/src/test/
      - copied from r476534, forrest/trunk/whiteboard/forrest2/test/
Removed:
    forrest/trunk/whiteboard/forrest2/core/
    forrest/trunk/whiteboard/forrest2/test/
Modified:
    forrest/trunk/whiteboard/forrest2/.classpath

Modified: forrest/trunk/whiteboard/forrest2/.classpath
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/.classpath?view=diff&rev=476537&r1=476536&r2=476537
==============================================================================
--- forrest/trunk/whiteboard/forrest2/.classpath (original)
+++ forrest/trunk/whiteboard/forrest2/.classpath Sat Nov 18 07:27:53 2006
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="core"/>
-	<classpathentry kind="src" path="test"/>
 	<classpathentry kind="src" path="src/conf"/>
 	<classpathentry kind="src" path="src/examples/helloWorld/src"/>
 	<classpathentry kind="src" path="src/examples/affiliateProductCatalogue/src"/>
+	<classpathentry kind="src" path="src/core"/>
+	<classpathentry kind="src" path="src/test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry kind="con" path="org.jayasoft.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/ivy.xml/*"/>