Ignore:
Timestamp:
2016-01-05T01:36:57+01:00 (9 years ago)
Author:
donvip
Message:

[josm_opendata] update modules build.xml

Location:
applications/editors/josm/plugins/opendata
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/README

    r31677 r31940  
    1818
    1919- includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size:
    20     - org/apache: three Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
     20    - org/apache: two Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
    2121        - commons/collections: Apache Commons Collections 3.2.1 (used by jOpenDocument)
    2222        - poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself)
  • applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="jts" location="../../../../dist/jts.jar"/>
    1011    <property name="geotools" location="../../../../dist/geotools.jar"/>
     
    4546                <pathelement location="${jts}"/>
    4647                <pathelement location="${geotools}"/>
     48                <pathelement location="${apachecommons}"/>
    4749            </classpath>
    4850            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="module.build.dir" value="build"/>
    1011    <property name="module.src.dir" value="src"/>
     
    4142                <pathelement location="${josm}"/>
    4243                <pathelement location="${opendata}"/>
     44                <pathelement location="${apachecommons}"/>
    4345            </classpath>
    4446            <compilerarg value="-Xlint:deprecation"/>
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r31923 r31940  
    77    <property name="plugin.dist.dir" value="../../../../dist"/>
    88    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     9    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
    910    <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>
    1011    <property name="module.build.dir" value="build"/>
     
    4344                <pathelement location="${opendata}"/>
    4445                <pathelement location="${utilsplugin2}"/>
     46                <pathelement location="${apachecommons}"/>
    4547            </classpath>
    4648            <compilerarg value="-Xlint:deprecation"/>
Note: See TracChangeset for help on using the changeset viewer.