Rev 207 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 196 | chris | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <classpath> |
||
| 207 | chris | 3 | <classpathentry excluding="**/.svn/" kind="src" path="src"/> |
| 196 | chris | 4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 5 | <classpathentry kind="lib" path="libs/gdx-backend-jogl-natives.jar"/> |
||
| 6 | <classpathentry kind="lib" path="libs/gdx-backend-jogl.jar"/> |
||
| 7 | <classpathentry kind="lib" path="libs/gdx-natives.jar"/> |
||
| 8 | <classpathentry kind="lib" path="libs/gdx.jar"/> |
||
| 208 | chris | 9 | <classpathentry kind="lib" path="libs/gdx-backend-lwjgl-natives.jar"/> |
| 10 | <classpathentry kind="lib" path="libs/gdx-backend-lwjgl.jar"/> |
||
| 196 | chris | 11 | <classpathentry kind="output" path="bin"/> |
| 12 | </classpath> |