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

Last change on this file since 35123 was 35123, checked in by donvip, 5 years ago

see #josm17933 - see #josm17976 - upgrade to GeoTools 22.0

File size: 2.1 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.2.2.jar"/>
9 <classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
10 <classpathentry kind="lib" path="lib/gt-app-schema-resolver-22.0.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-22.0.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-22.0.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-wfs-ng-22.0.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-xml-22.0.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-xsd-core-22.0.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-wfs-22.0.jar">
41 <attributes>
42 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
43 </attributes>
44 </classpathentry>
45 <classpathentry kind="output" path="bin"/>
46</classpath>
Note: See TracBrowser for help on using the repository browser.