Changeset 35135 in osm for applications
- Timestamp:
- 2019-09-26T18:35:06+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 8 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/.classpath
r35124 r35135 28 28 </classpathentry> 29 29 <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-22.0.jar" sourcepath="lib/gt-geotiff-22.0-sources.jar"> 30 <attributes> 31 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 32 </attributes> 33 </classpathentry> 34 <classpathentry exported="true" kind="lib" path="lib/gt-imagemosaic-22.0.jar" sourcepath="lib/gt-imagemosaic-22.0-sources.jar"> 35 <attributes> 36 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> 37 </attributes> 38 </classpathentry> 39 <classpathentry exported="true" kind="lib" path="lib/gt-jdbc-h2-22.0.jar"> 30 40 <attributes> 31 41 <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/> -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.coverage.grid.io.GridFormatFactorySpi
r28946 r35135 1 1 org.geotools.gce.geotiff.GeoTiffFormatFactorySpi 2 org.geotools.gce.imagemosaic.ImageMosaicFormatFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.coverage.grid.io.footprint.FootprintLoaderSpi
r32813 r35135 1 1 org.geotools.coverage.grid.io.footprint.WKBLoaderSPI 2 2 org.geotools.coverage.grid.io.footprint.WKTLoaderSPI 3 org.geotools.gce.imagemosaic.catalog.ShapefileLoaderSPI -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.data.DataStoreFactorySpi
r31599 r35135 1 org.geotools.data.h2.H2DataStoreFactory 2 org.geotools.data.h2.H2JNDIDataStoreFactory 1 3 org.geotools.data.shapefile.ShapefileDataStoreFactory 2 4 org.geotools.data.shapefile.ShapefileDirectoryFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.util.ConverterFactory
r35123 r35135 1 org.geotools.data.h2.H2ClobConverterFactory 1 2 org.geotools.data.util.CommonsConverterFactory 2 3 org.geotools.data.util.NumericConverterFactory
Note:
See TracChangeset
for help on using the changeset viewer.