Changeset 30828 in osm for applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
- Timestamp:
- 2014-11-29T20:04:57+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
r30416 r30828 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="lib" path="lib/gt-api-8.0.jar"/>5 <classpathentry kind="lib" path="lib/gt-data-8.0.jar"/>6 <classpathentry kind="lib" path="lib/gt-main-8.0.jar"/>7 <classpathentry kind="lib" path="lib/gt-opengis-8.0.jar"/>8 <classpathentry kind="lib" path="lib/gt-referencing-8.0.jar"/>9 <classpathentry kind="lib" path="lib/gt-referencing3D-8.0.jar"/>10 <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/>11 <classpathentry kind="lib" path="lib/jts-1.12.jar"/>12 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 13 <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/>14 <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/>15 <classpathentry kind="lib" path="lib/gt-epsg-hsql-8.0.jar"/>16 <classpathentry kind="lib" path="lib/gt-metadata-8.0.jar"/>17 <classpathentry kind="lib" path="lib/gt-coverage-8.0.jar"/>18 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> 19 50 <classpathentry kind="output" path="bin"/> 20 51 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.