use jars from vtm-ext-libs

This commit is contained in:
Hannes Janetzek
2013-09-23 17:06:29 +02:00
parent 973949180f
commit b7b15e120a
6 changed files with 20 additions and 19 deletions

View File

@@ -6,9 +6,9 @@
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/vtm"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gdx-backend-gwt-sources.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gdx-backend-gwt.jar" sourcepath="war/WEB-INF/lib/gdx-backend-gwt-sources.jar"/>
<classpathentry kind="lib" path="/vtm-gdx/libs/gdx-sources.jar"/>
<classpathentry kind="lib" path="/vtm-gdx/libs/gdx.jar" sourcepath="/vtm-gdx/libs/gdx-sources.jar"/>
<classpathentry kind="lib" path="/vtm-libs/gdx/gdx-backend-gwt-sources.jar"/>
<classpathentry kind="lib" path="/vtm-libs/gdx/gdx-backend-gwt.jar"/>
<classpathentry kind="lib" path="/vtm-libs/gdx/gdx-sources.jar"/>
<classpathentry kind="lib" path="/vtm-libs/gdx/gdx.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>