Changeset 31068 in osm for applications/editors
- Timestamp:
- 2015-03-28T20:32:25+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 11 added
- 11 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/.classpath
r30999 r31068 6 6 <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/> 7 7 <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/> 8 <classpathentry exported="true" kind="lib" path="lib/gt-api-1 2.2.jar">8 <classpathentry exported="true" kind="lib" path="lib/gt-api-13.0.jar"> 9 9 <attributes> 10 10 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 11 11 </attributes> 12 12 </classpathentry> 13 <classpathentry exported="true" kind="lib" path="lib/gt-coverage-1 2.2.jar">13 <classpathentry exported="true" kind="lib" path="lib/gt-coverage-13.0.jar"> 14 14 <attributes> 15 15 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 16 16 </attributes> 17 17 </classpathentry> 18 <classpathentry exported="true" kind="lib" path="lib/gt-data-1 2.2.jar">18 <classpathentry exported="true" kind="lib" path="lib/gt-data-13.0.jar"> 19 19 <attributes> 20 20 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 21 21 </attributes> 22 22 </classpathentry> 23 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-1 2.2.jar">23 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-13.0.jar"> 24 24 <attributes> 25 25 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 26 26 </attributes> 27 27 </classpathentry> 28 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-1 2.2.jar">28 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-13.0.jar"> 29 29 <attributes> 30 30 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 31 31 </attributes> 32 32 </classpathentry> 33 <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-1 2.2.jar">33 <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-13.0.jar"> 34 34 <attributes> 35 35 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 36 36 </attributes> 37 37 </classpathentry> 38 <classpathentry exported="true" kind="lib" path="lib/gt-main-1 2.2.jar">38 <classpathentry exported="true" kind="lib" path="lib/gt-main-13.0.jar"> 39 39 <attributes> 40 40 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 41 41 </attributes> 42 42 </classpathentry> 43 <classpathentry exported="true" kind="lib" path="lib/gt-metadata-1 2.2.jar">43 <classpathentry exported="true" kind="lib" path="lib/gt-metadata-13.0.jar"> 44 44 <attributes> 45 45 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 46 46 </attributes> 47 47 </classpathentry> 48 <classpathentry exported="true" kind="lib" path="lib/gt-opengis-1 2.2.jar">48 <classpathentry exported="true" kind="lib" path="lib/gt-opengis-13.0.jar"> 49 49 <attributes> 50 50 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 51 51 </attributes> 52 52 </classpathentry> 53 <classpathentry exported="true" kind="lib" path="lib/gt-referencing-1 2.2.jar">53 <classpathentry exported="true" kind="lib" path="lib/gt-referencing-13.0.jar"> 54 54 <attributes> 55 55 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 56 56 </attributes> 57 57 </classpathentry> 58 <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-1 2.2.jar">58 <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-13.0.jar"> 59 59 <attributes> 60 60 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> -
applications/editors/josm/plugins/geotools/README
r31000 r31068 4 4 * Licensed under GPL v3 (see LICENSE) 5 5 6 The current embedded version of GeoTools is 1 2.2.6 The current embedded version of GeoTools is 13.0.
Note:
See TracChangeset
for help on using the changeset viewer.