Changeset 31702 in osm for applications/editors/josm
- Timestamp:
- 2015-10-26T15:28:41+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/OSMRecPlugin
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OSMRecPlugin/.classpath
r31557 r31702 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>5 <classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/>6 <classpathentry kind="lib" path="lib/gt-api-9.3.jar"/>7 <classpathentry kind="lib" path="lib/gt-metadata-9.3.jar"/>8 <classpathentry kind="lib" path="lib/gt-opengis-9.3.jar"/>9 <classpathentry kind="lib" path="lib/gt-referencing-9.3.jar"/>10 <classpathentry kind="lib" path="lib/jai_core-1.1.3.jar"/>11 4 <classpathentry kind="lib" path="lib/jena-core-2.12.0.jar"/> 12 5 <classpathentry kind="lib" path="lib/jena-iri-1.1.0.jar"/> 13 6 <classpathentry kind="lib" path="lib/jgridshift-1.0.jar"/> 14 7 <classpathentry kind="lib" path="lib/jsonic-1.2.7.jar"/> 15 <classpathentry kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>16 <classpathentry kind="lib" path="lib/jts-1.13.jar"/>17 8 <classpathentry kind="lib" path="lib/langdetect-1.1-20120112.jar"/> 18 9 <classpathentry kind="lib" path="lib/liblinear-1.95.jar"/> 19 10 <classpathentry kind="lib" path="lib/liblinear-java-1.95.jar"/> 20 <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>21 11 <classpathentry kind="lib" path="lib/lucene-analyzers-3.6.0.jar"/> 22 12 <classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/> 23 13 <classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/> 24 14 <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/> 25 <classpathentry kind="lib" path="lib/vecmath-1.3.2.jar"/>26 15 <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/> 27 16 <classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/> 28 17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 29 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 19 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> 20 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> 21 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> 22 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> 30 23 <classpathentry kind="output" path="bin"/> 31 24 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.