|
@@ -1,21 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<classpath>
|
|
|
- <classpathentry kind="src" path="squidlib/src/main/java">
|
|
|
- <attributes>
|
|
|
- <attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
|
- </attributes>
|
|
|
- </classpathentry>
|
|
|
- <classpathentry kind="src" path="squidlib-util/src/main/java">
|
|
|
- <attributes>
|
|
|
- <attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
|
- </attributes>
|
|
|
- </classpathentry>
|
|
|
- <classpathentry kind="src" path="squidlib-util/src/main/resources">
|
|
|
- <attributes>
|
|
|
- <attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
|
- </attributes>
|
|
|
- </classpathentry>
|
|
|
- <classpathentry path="bin" kind="output"/>
|
|
|
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
|
- <classpathentry sourcepath="/home/churlin/.gradle/caches/modules-2/files-2.1/com.badlogicgames.gdx/gdx/1.9.6/7d903ecd6b0df2ec334814b8e70618e4c93fd37c/gdx-1.9.6-sources.jar" kind="lib" path="/home/churlin/.gradle/caches/modules-2/files-2.1/com.badlogicgames.gdx/gdx/1.9.6/47d1e9b890e364ec28f128e9bb3b9a12a94c164/gdx-1.9.6.jar"/>
|
|
|
+ <classpathentry kind="src" path="squidlib/src/main/java"/>
|
|
|
+ <classpathentry kind="src" path="squidlib-util/src/main/java"/>
|
|
|
+ <classpathentry kind="src" path="squidlib-util/src/main/resources"/>
|
|
|
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7/"/>
|
|
|
+ <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
|
+ <classpathentry kind="output" path="bin"/>
|
|
|
</classpath>
|