source: osm/applications/editors/josm/plugins/ImportImagePlugin/.classpath@ 28954

Last change on this file since 28954 was 28954, checked in by donvip, 12 years ago

[josm_importimage] Major refactoring/update of COTS in order to rely on GeoTools plugin

  • Property svn:mime-type set to text/plain
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="lib" path="lib/log4j-1.2.17.jar"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
9 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/commons-beanutils-1.7.0.jar"/>
10 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/commons-pool-1.5.4.jar"/>
11 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/hsqldb-1.8.0.7.jar"/>
12 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_codec-1.1.3.jar"/>
13 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_core-1.1.3.jar"/>
14 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_imageio-1.1.jar"/>
15 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jdom-1.0.jar"/>
16 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jsr-275-1.0-beta-2.jar"/>
17 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/vecmath-1.3.2.jar"/>
18 <classpathentry kind="lib" path="/JOSM-jts/lib/jts-1.12.jar"/>
19 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-api-8.3.jar"/>
20 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-coverage-8.3.jar"/>
21 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-epsg-extension-8.3.jar"/>
22 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-epsg-hsql-8.3.jar"/>
23 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-geotiff-8.3.jar"/>
24 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-main-8.3.jar"/>
25 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-metadata-8.3.jar"/>
26 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-referencing-8.3.jar"/>
27 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-tiff-1.1.5.jar"/>
28 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-utilities-1.1.5.jar"/>
29 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-opengis-8.3.jar"/>
30 <classpathentry kind="output" path="bin"/>
31</classpath>
Note: See TracBrowser for help on using the repository browser.