source: osm/applications/editors/josm/plugins/geotools/.classpath@ 32306

Last change on this file since 32306 was 31774, checked in by donvip, 9 years ago

[josm_geotools] update to GeoTools 14.1

File size: 4.6 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.7"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
6 <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
7 <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
8 <classpathentry exported="true" kind="lib" path="lib/gt-api-14.1.jar">
9 <attributes>
10 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
11 </attributes>
12 </classpathentry>
13 <classpathentry exported="true" kind="lib" path="lib/gt-coverage-14.1.jar">
14 <attributes>
15 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
16 </attributes>
17 </classpathentry>
18 <classpathentry exported="true" kind="lib" path="lib/gt-data-14.1.jar">
19 <attributes>
20 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
21 </attributes>
22 </classpathentry>
23 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-14.1.jar">
24 <attributes>
25 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
26 </attributes>
27 </classpathentry>
28 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-14.1.jar">
29 <attributes>
30 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
31 </attributes>
32 </classpathentry>
33 <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-14.1.jar">
34 <attributes>
35 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
36 </attributes>
37 </classpathentry>
38 <classpathentry exported="true" kind="lib" path="lib/gt-main-14.1.jar">
39 <attributes>
40 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
41 </attributes>
42 </classpathentry>
43 <classpathentry exported="true" kind="lib" path="lib/gt-metadata-14.1.jar">
44 <attributes>
45 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
46 </attributes>
47 </classpathentry>
48 <classpathentry exported="true" kind="lib" path="lib/gt-opengis-14.1.jar">
49 <attributes>
50 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
51 </attributes>
52 </classpathentry>
53 <classpathentry exported="true" kind="lib" path="lib/gt-referencing-14.1.jar">
54 <attributes>
55 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
56 </attributes>
57 </classpathentry>
58 <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-14.1.jar">
59 <attributes>
60 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
61 </attributes>
62 </classpathentry>
63 <classpathentry exported="true" kind="lib" path="lib/hsqldb-2.3.0.jar"/>
64 <classpathentry exported="true" kind="lib" path="lib/imageio-ext-geocore-1.1.13.jar"/>
65 <classpathentry exported="true" kind="lib" path="lib/imageio-ext-streams-1.1.13.jar"/>
66 <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.13.jar"/>
67 <classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.13.jar"/>
68 <classpathentry exported="true" kind="lib" path="lib/jai_codec-1.1.3.jar"/>
69 <classpathentry exported="true" kind="lib" path="lib/jai_core-1.1.3.jar"/>
70 <classpathentry exported="true" kind="lib" path="lib/jai_imageio-1.1.jar"/>
71 <classpathentry exported="true" kind="lib" path="lib/jdom-1.1.3.jar"/>
72 <classpathentry exported="true" kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
73 <classpathentry exported="true" kind="lib" path="lib/jt-colorconvert-1.0.8.jar"/>
74 <classpathentry exported="true" kind="lib" path="lib/jt-contour-1.4.0.jar"/>
75 <classpathentry exported="true" kind="lib" path="lib/jt-rangelookup-1.4.0.jar"/>
76 <classpathentry exported="true" kind="lib" path="lib/jt-stats-1.0.8.jar"/>
77 <classpathentry exported="true" kind="lib" path="lib/jt-utilities-1.0.8.jar"/>
78 <classpathentry exported="true" kind="lib" path="lib/jt-utils-1.4.0.jar"/>
79 <classpathentry exported="true" kind="lib" path="lib/jt-vectorbinarize-1.4.0.jar"/>
80 <classpathentry exported="true" kind="lib" path="lib/jt-vectorize-1.4.0.jar"/>
81 <classpathentry exported="true" kind="lib" path="lib/jt-warp-1.0.8.jar"/>
82 <classpathentry exported="true" kind="lib" path="lib/jt-zonal-1.0.8.jar"/>
83 <classpathentry exported="true" kind="lib" path="lib/jt-zonalstats-1.4.0.jar"/>
84 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
85 <classpathentry kind="output" path="bin"/>
86</classpath>
Note: See TracBrowser for help on using the repository browser.