Ignore:
Timestamp:
2015-02-16T22:58:49+01:00 (10 years ago)
Author:
donvip
Message:

[josm_geotools] update to GeoTools 12.2 + enable load at runtime

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  
    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-12.1.jar">
     8        <classpathentry exported="true" kind="lib" path="lib/gt-api-12.2.jar">
    99                <attributes>
    1010                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1111                </attributes>
    1212        </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">
    1414                <attributes>
    1515                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1616                </attributes>
    1717        </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">
    1919                <attributes>
    2020                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2121                </attributes>
    2222        </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">
    2424                <attributes>
    2525                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2626                </attributes>
    2727        </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">
    2929                <attributes>
    3030                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3131                </attributes>
    3232        </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">
    3434                <attributes>
    3535                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3636                </attributes>
    3737        </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">
    3939                <attributes>
    4040                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4141                </attributes>
    4242        </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">
    4444                <attributes>
    4545                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4646                </attributes>
    4747        </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">
    4949                <attributes>
    5050                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    5151                </attributes>
    5252        </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">
    5454                <attributes>
    5555                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    5656                </attributes>
    5757        </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">
    5959                <attributes>
    6060                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
  • applications/editors/josm/plugins/geotools/build.xml

    r30734 r30999  
    1010    <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."/>
    1111    <property name="plugin.icon" value="images/compass.png"/>
     12    <property name="plugin.canloadatruntime" value="true"/>
    1213    <!--<property name="plugin.link" value="..."/>-->
    1314    <!--<property name="plugin.early" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.