Ignore:
Timestamp:
2014-03-07T11:26:18+01:00 (11 years ago)
Author:
donvip
Message:

[josm_geotools] fix project setup

Location:
applications/editors/josm/plugins/geotools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/.classpath

    r30147 r30318  
    66        <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
    77        <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/gt-api-10.3.jar"/>
    9         <classpathentry exported="true" kind="lib" path="lib/gt-coverage-10.3.jar"/>
    10         <classpathentry exported="true" kind="lib" path="lib/gt-data-10.3.jar"/>
    11         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-10.3.jar"/>
    12         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-10.3.jar"/>
    13         <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-10.3.jar"/>
    14         <classpathentry exported="true" kind="lib" path="lib/gt-main-10.3.jar"/>
    15         <classpathentry exported="true" kind="lib" path="lib/gt-metadata-10.3.jar"/>
    16         <classpathentry exported="true" kind="lib" path="lib/gt-opengis-10.3.jar"/>
    17         <classpathentry exported="true" kind="lib" path="lib/gt-referencing-10.3.jar"/>
    18         <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-old-10.3.jar"/>
     8        <classpathentry exported="true" kind="lib" path="lib/gt-api-10.5.jar"/>
     9        <classpathentry exported="true" kind="lib" path="lib/gt-coverage-10.5.jar"/>
     10        <classpathentry exported="true" kind="lib" path="lib/gt-data-10.5.jar"/>
     11        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-10.5.jar"/>
     12        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-10.5.jar"/>
     13        <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-10.5.jar"/>
     14        <classpathentry exported="true" kind="lib" path="lib/gt-main-10.5.jar"/>
     15        <classpathentry exported="true" kind="lib" path="lib/gt-metadata-10.5.jar"/>
     16        <classpathentry exported="true" kind="lib" path="lib/gt-opengis-10.5.jar"/>
     17        <classpathentry exported="true" kind="lib" path="lib/gt-referencing-10.5.jar"/>
     18        <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-10.5.jar"/>
    1919        <classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.7.jar"/>
    20         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.7.jar"/>
    21         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.7.jar"/>
     20        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.8.jar"/>
     21        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.8.jar"/>
    2222        <classpathentry exported="true" kind="lib" path="lib/jai_codec-1.1.3.jar"/>
    2323        <classpathentry exported="true" kind="lib" path="lib/jai_core-1.1.3.jar"/>
  • applications/editors/josm/plugins/geotools/README

    r30147 r30318  
    44    * Licensed under GPL v3 (see LICENSE)
    55
    6 The current embedded version of GeoTools is 10.3.
    7 
    8 However, due to major breaking changes in shapefile implementation in 10.x branch,
    9 gt-shapefile-old-10.3.jar is bundled instead of gt-shapefile-10.3.jar to avoid
    10 compilation issues in opendata plugin.
    11 
    12 The switch shapefile -> shapefile-ng must be made in the same time as opendata.
    13 
    14 See http://docs.codehaus.org/display/GEOTOOLS/Migrate+shapefile+to+shapefile-ng
     6The current embedded version of GeoTools is 10.5.
Note: See TracChangeset for help on using the changeset viewer.