source: osm/applications/editors/josm/plugins/OSMRecPlugin/.classpath@ 33728

Last change on this file since 33728 was 32680, checked in by donvip, 8 years ago

see #josm11390 - switch to Java 8

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="lib" path="lib/jena-core-2.12.0.jar"/>
5 <classpathentry kind="lib" path="lib/jena-iri-1.1.0.jar"/>
6 <classpathentry kind="lib" path="lib/jgridshift-1.0.jar"/>
7 <classpathentry kind="lib" path="lib/jsonic-1.2.7.jar"/>
8 <classpathentry kind="lib" path="lib/langdetect-1.1-20120112.jar"/>
9 <classpathentry kind="lib" path="lib/liblinear-1.95.jar"/>
10 <classpathentry kind="lib" path="lib/liblinear-java-1.95.jar"/>
11 <classpathentry kind="lib" path="lib/lucene-analyzers-3.6.0.jar"/>
12 <classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
13 <classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
14 <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
15 <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
17 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
19 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
20 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
21 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
22 <classpathentry kind="output" path="bin"/>
23</classpath>
Note: See TracBrowser for help on using the repository browser.