Changeset 30999 in osm
- Timestamp:
- 2015-02-16T22:58:49+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
r30827 r30999 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-12. 1.jar">8 <classpathentry exported="true" kind="lib" path="lib/gt-api-12.2.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-12. 1.jar">13 <classpathentry exported="true" kind="lib" path="lib/gt-coverage-12.2.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-12. 1.jar">18 <classpathentry exported="true" kind="lib" path="lib/gt-data-12.2.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-12. 1.jar">23 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-12.2.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-12. 1.jar">28 <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-12.2.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-12. 1.jar">33 <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-12.2.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-12. 1.jar">38 <classpathentry exported="true" kind="lib" path="lib/gt-main-12.2.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-12. 1.jar">43 <classpathentry exported="true" kind="lib" path="lib/gt-metadata-12.2.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-12. 1.jar">48 <classpathentry exported="true" kind="lib" path="lib/gt-opengis-12.2.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-12. 1.jar">53 <classpathentry exported="true" kind="lib" path="lib/gt-referencing-12.2.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-12. 1.jar">58 <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-12.2.jar"> 59 59 <attributes> 60 60 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> -
applications/editors/josm/plugins/geotools/build.xml
r30734 r30999 10 10 <property name="plugin.description" value="Provides parts of the GeoTools library for other JOSM plugins. Not meant to be installed directly by users, but rather as a dependency for other plugins."/> 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 <property name="plugin.canloadatruntime" value="true"/> 12 13 <!--<property name="plugin.link" value="..."/>--> 13 14 <!--<property name="plugin.early" value="..."/>-->
Note:
See TracChangeset
for help on using the changeset viewer.