1 <?xml version="1.0" encoding="UTF-8"?> 2 <classpath> 3 <classpathentry excluding="**/.svn/*" kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/> 6 <classpathentry exported="true" kind="lib" path="/gdx/libs/gdx-natives.jar"/> 7 <classpathentry exported="true" kind="lib" path="libs/gdx-backend-jglfw-natives.jar"/> 8 <classpathentry exported="true" kind="lib" path="libs/jglfw.jar" sourcepath="/jglfw"/> 9 <classpathentry kind="output" path="bin"/> 10 </classpath> 11