mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="bin/classes" path="src">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/forge-gui-mobile"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry exported="true" kind="lib" path="libs/gdx-backend-android.jar" sourcepath="libs/gdx-backend-android-sources.jar"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
<classpathentry exported="true" kind="lib" path="/forge-gui-mobile/libs/gdx.jar" sourcepath="/forge-gui-mobile/libs/gdx-sources.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|