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

Last change on this file since 28994 was 28935, checked in by snikhil, 12 years ago

First commit of the OsmInspector Plugin

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
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 <classpathentry kind="lib" path="/JOSM/dist/josm-custom.jar"/>
13 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 (MacOS X Default)"/>
14 <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/>
15 <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/>
16 <classpathentry kind="lib" path="lib/gt-epsg-hsql-8.0.jar"/>
17 <classpathentry kind="lib" path="lib/gt-metadata-8.0.jar"/>
18 <classpathentry kind="lib" path="lib/gt-coverage-8.0.jar"/>
19 <classpathentry kind="output" path="bin"/>
20</classpath>
Note: See TracBrowser for help on using the repository browser.