settings: export libs and projects

This commit is contained in:
Hannes Janetzek 2013-09-16 02:55:34 +02:00
parent 1c0315cd54
commit 1498325ecd

View File

@ -2,11 +2,11 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="assets"/>
<classpathentry combineaccessrules="false" kind="src" path="/vtm-gdx"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/vtm-gdx"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/gdx-backend-lwjgl-natives.jar"/>
<classpathentry kind="lib" path="libs/gdx-backend-lwjgl.jar" sourcepath="libs/gdx-backend-lwjgl-sources.jar"/>
<classpathentry kind="lib" path="libs/gdx-natives.jar"/>
<classpathentry kind="lib" path="/vtm/libs/vtm-jni-natives.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gdx-backend-lwjgl-natives.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gdx-backend-lwjgl.jar" sourcepath="libs/gdx-backend-lwjgl-sources.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gdx-natives.jar"/>
<classpathentry exported="true" kind="lib" path="/vtm/libs/vtm-jni-natives.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>