Changeset 35898 in osm for applications


Ignore:
Timestamp:
2022-01-25T00:48:53+01:00 (2 years ago)
Author:
Don-vip
Message:

fix #20669 - upgrade the GeoTools plugin to 25.0 + convert to ivy (patch by taylor.smock)

Location:
applications/editors/josm/plugins/geotools
Files:
2 added
52 deleted
2 edited

Legend:

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

    r35154 r35898  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <project name="geotools" default="dist" basedir=".">
     2  <project name="geotools" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Commit message"/>
     
    1111    <property name="plugin.icon" value="images/compass.png"/>
    1212    <property name="plugin.canloadatruntime" value="true"/>
    13     <property name="plugin.requires" value="jts;ejml;apache-commons"/>
     13    <property name="plugin.requires" value="ejml;apache-commons;jaxb;jts"/>
    1414    <property name="plugin.stage" value="20"/>
    1515
     
    1717    <import file="../build-common.xml"/>
    1818
     19    <target name="pre-compile" depends="fetch_dependencies">
     20        <!-- include fetch_dependencies task -->
     21    </target>
     22
    1923        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     24        <include name="apache-commons.jar"/>
     25        <include name="ejml.jar"/>
     26        <include name="jaxb.jar"/>
    2027        <include name="jts.jar"/>
    21         <include name="ejml.jar"/>
    22         <include name="apache-commons.jar"/>
    2328    </fileset>
    2429
  • applications/editors/josm/plugins/geotools/lib

    • Property svn:ignore set to
      *.jar
Note: See TracChangeset for help on using the changeset viewer.