OsmAnd/OsmAnd-java/.classpath

22 lines
1.1 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
2016-03-12 22:36:20 +01:00
<classpathentry kind="src" path="test/java"/>
2016-03-30 16:03:06 +02:00
<classpathentry kind="src" path="test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/bsh-core-2.0b4.jar"/>
<classpathentry kind="lib" path="libs/bzip2-20090327.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/json-20090211.jar"/>
<classpathentry kind="lib" path="libs/junidecode-0.1.jar"/>
<classpathentry kind="lib" path="libs/kxml2-2.3.0.jar"/>
<classpathentry kind="lib" path="libs/tuprolog.jar"/>
<classpathentry kind="lib" path="libs/icu4j-49_1_patched.jar"/>
<classpathentry kind="lib" path="libs/gnu-trove-osmand.jar"/>
2016-03-30 15:08:32 +02:00
<classpathentry kind="lib" path="test/libs/gson-2.6.2.jar"/>
<classpathentry kind="lib" path="test/libs/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="test/libs/junit-4.12.jar"/>
2017-05-23 22:40:28 +02:00
<classpathentry kind="lib" path="libs/jts-core-1.14.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>