Ignore:
Timestamp:
2016-08-15T12:27:29+02:00 (10 years ago)
Author:
donvip
Message:

update to geotools 15.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/build.xml

    r32680 r32813  
    2121        <include name="ejml.jar"/>
    2222    </fileset>
     23
     24    <target name="merge-geotools-services">
     25        <taskdef resource="org/pescuma/mergeservices/antlib.xml" classpath="tools/merge-services.jar" />
     26        <delete dir="jar/META-INF/services"/>
     27        <merge-services dest="jar">
     28            <fileset dir="lib">
     29                <include name="**/*.jar" />
     30                <exclude name="**/*-javadoc.jar" />
     31                <exclude name="**/*-source.jar" />
     32            </fileset>
     33        </merge-services>
     34    </target>
    2335
    2436    <!--
     
    5567                     see http://stackoverflow.com/a/18495658/2257172 -->
    5668            <attribute name="Specification-Title" value="JOSM GeoTools plugin"/>
    57             <attribute name="Specification-Version" value="14.1"/>
     69            <attribute name="Specification-Version" value="15.1"/>
    5870            <attribute name="Specification-Vendor" value="JOSM developers" />
    5971            <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" />
    60             <attribute name="Implementation-Version" value="14.1" />
     72            <attribute name="Implementation-Version" value="15.1" />
    6173            <attribute name="Implementation-Vendor" value="JOSM developers"/>
    6274        </manifest>
Note: See TracChangeset for help on using the changeset viewer.