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

Last change on this file since 34490 was 34143, checked in by donvip, 7 years ago

update to GeoTools 19.0, fix javadoc warnings

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