Ignore:
Timestamp:
2017-05-27T00:08:44+02:00 (7 years ago)
Author:
donvip
Message:

see #josm11924 - update to patched version of GeoTools that works with Java 9, see:

requires JOSM 12262 to work properly with Java 9 (without command line arguments)

Location:
applications/editors/josm/plugins/geotools
Files:
11 added
11 deleted
1 edited

Legend:

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

    r33335 r33338  
    77        <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    88        <classpathentry exported="true" kind="lib" path="lib/GeographicLib-Java-1.44.jar"/>
    9         <classpathentry kind="lib" path="lib/gt-api-17.1.jar">
     9        <classpathentry kind="lib" path="lib/gt-api-18-SNAPSHOT.jar">
    1010                <attributes>
    1111                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1212                </attributes>
    1313        </classpathentry>
    14         <classpathentry kind="lib" path="lib/gt-coverage-17.1.jar">
     14        <classpathentry kind="lib" path="lib/gt-coverage-18-SNAPSHOT.jar">
    1515                <attributes>
    1616                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1717                </attributes>
    1818        </classpathentry>
    19         <classpathentry kind="lib" path="lib/gt-data-17.1.jar">
     19        <classpathentry kind="lib" path="lib/gt-data-18-SNAPSHOT.jar">
    2020                <attributes>
    2121                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2222                </attributes>
    2323        </classpathentry>
    24         <classpathentry kind="lib" path="lib/gt-epsg-extension-17.1.jar">
     24        <classpathentry kind="lib" path="lib/gt-epsg-extension-18-SNAPSHOT.jar">
    2525                <attributes>
    2626                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2727                </attributes>
    2828        </classpathentry>
    29         <classpathentry kind="lib" path="lib/gt-epsg-hsql-17.1.jar">
     29        <classpathentry kind="lib" path="lib/gt-epsg-hsql-18-SNAPSHOT.jar">
    3030                <attributes>
    3131                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3232                </attributes>
    3333        </classpathentry>
    34         <classpathentry kind="lib" path="lib/gt-geotiff-17.1.jar">
     34        <classpathentry kind="lib" path="lib/gt-geotiff-18-SNAPSHOT.jar">
    3535                <attributes>
    3636                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3737                </attributes>
    3838        </classpathentry>
    39         <classpathentry kind="lib" path="lib/gt-main-17.1.jar">
     39        <classpathentry kind="lib" path="lib/gt-main-18-SNAPSHOT.jar">
    4040                <attributes>
    4141                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4242                </attributes>
    4343        </classpathentry>
    44         <classpathentry kind="lib" path="lib/gt-metadata-17.1.jar">
     44        <classpathentry kind="lib" path="lib/gt-metadata-18-SNAPSHOT.jar">
    4545                <attributes>
    4646                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4747                </attributes>
    4848        </classpathentry>
    49         <classpathentry kind="lib" path="lib/gt-opengis-17.1.jar">
     49        <classpathentry kind="lib" path="lib/gt-opengis-18-SNAPSHOT.jar">
    5050                <attributes>
    5151                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    5252                </attributes>
    5353        </classpathentry>
    54         <classpathentry kind="lib" path="lib/gt-referencing-17.1.jar">
     54        <classpathentry kind="lib" path="lib/gt-referencing-18-SNAPSHOT.jar">
    5555                <attributes>
    5656                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    5757                </attributes>
    5858        </classpathentry>
    59         <classpathentry kind="lib" path="lib/gt-shapefile-17.1.jar">
     59        <classpathentry kind="lib" path="lib/gt-shapefile-18-SNAPSHOT.jar">
    6060                <attributes>
    6161                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
Note: See TracChangeset for help on using the changeset viewer.