123456789101112131415161718192021 |
- <?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"/>
- </classpath>
|