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

@@ -2,9 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="libs/jackson-core-2.1.4.jar"/>
<classpathentry kind="lib" path="libs/osmosis-osm-binary-0.43.jar"/>
<classpathentry kind="lib" path="libs/protobuf-java-2.4.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/vtm"/>
<classpathentry exported="true" kind="lib" path="/vtm-libs/extras/jackson-core-2.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="/vtm-libs/extras/osmosis-osm-binary-0.43.jar"/>
<classpathentry exported="true" kind="lib" path="/vtm-libs/extras/protobuf-java-2.4.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>