source: osm/applications/editors/josm/plugins/OsmInspectorPlugin/.classpath@ 33084

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

see #josm11390 - switch to Java 8

File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
8 <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
9 <classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
10 <classpathentry kind="lib" path="lib/gt-app-schema-resolver-12.1.jar">
11 <attributes>
12 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
13 </attributes>
14 </classpathentry>
15 <classpathentry kind="lib" path="lib/gt-cql-12.1.jar">
16 <attributes>
17 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
18 </attributes>
19 </classpathentry>
20 <classpathentry kind="lib" path="lib/gt-render-12.1.jar">
21 <attributes>
22 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
23 </attributes>
24 </classpathentry>
25 <classpathentry kind="lib" path="lib/gt-referencing3D-12.1.jar">
26 <attributes>
27 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
28 </attributes>
29 </classpathentry>
30 <classpathentry kind="lib" path="lib/gt-wfs-12.1.jar">
31 <attributes>
32 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
33 </attributes>
34 </classpathentry>
35 <classpathentry kind="lib" path="lib/gt-xml-12.1.jar">
36 <attributes>
37 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
38 </attributes>
39 </classpathentry>
40 <classpathentry kind="lib" path="lib/gt-xsd-core-12.1.jar">
41 <attributes>
42 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
43 </attributes>
44 </classpathentry>
45 <classpathentry kind="lib" path="lib/gt-xsd-wfs-12.1.jar">
46 <attributes>
47 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
48 </attributes>
49 </classpathentry>
50 <classpathentry kind="output" path="bin"/>
51</classpath>
Note: See TracBrowser for help on using the repository browser.