Author: pidster
Date: Tue Jan 11 15:39:47 2011
New Revision: 1057700
URL: http://svn.apache.org/viewvc?rev=1057700&view=rev
Log:
Update eclipse classpath to reflect new locations
Modified:
incubator/kitty/trunk/eclipse.classpath
Modified: incubator/kitty/trunk/eclipse.classpath
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/eclipse.classpath?rev=1057700&r1=1057699&r2=1057700&view=diff
==============================================================================
--- incubator/kitty/trunk/eclipse.classpath (original)
+++ incubator/kitty/trunk/eclipse.classpath Tue Jan 11 15:39:47 2011
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="test"/>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/main/resources"/>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>