Valid .project/.classpaths for eclipse import

This commit is contained in:
Andy Clement
2014-01-22 13:53:51 -08:00
parent 9411d5695a
commit bf9bb5369a
20 changed files with 75 additions and 184 deletions

View File

@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="src" path="/springloaded-core"/>
<classpathentry exported="true" kind="src" path="/springloaded"/>
<classpathentry kind="output" path="bin"/>
</classpath>