Skip to content

Commit

Permalink
[fixed] all the exports in all the projects. Fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogicgames committed Mar 22, 2012
1 parent a9d5d33 commit 6b065c4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/gdx-tests-android/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn/*" kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-backend-android"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-tests"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-audio"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-stb-truetype"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-freetype"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-backend-android"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-tests"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-audio"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-freetype"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-image"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-stb-truetype"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 4 additions & 0 deletions tests/gdx-tests-jogl/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-backend-jogl"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-tests"/>
<classpathentry kind="lib" path="/gdx-image/libs/gdx-image-natives.jar"/>
<classpathentry kind="lib" path="/gdx-freetype/libs/gdx-freetype-natives.jar"/>
<classpathentry kind="lib" path="/gdx-stb-truetype/libs/gdx-stb-truetype-natives.jar"/>
<classpathentry kind="lib" path="/gdx-audio/libs/gdx-audio-natives.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 4 additions & 0 deletions tests/gdx-tests-lwjgl/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-backend-lwjgl"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-tests"/>
<classpathentry kind="lib" path="/gdx-audio/libs/gdx-audio-natives.jar"/>
<classpathentry kind="lib" path="/gdx-freetype/libs/gdx-freetype-natives.jar"/>
<classpathentry kind="lib" path="/gdx-stb-truetype/libs/gdx-stb-truetype-natives.jar"/>
<classpathentry kind="lib" path="/gdx-image/libs/gdx-image-natives.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 6b065c4

Please sign in to comment.