Ignore:
Timestamp:
2017-09-25T21:47:56+02:00 (9 years ago)
Author:
donvip
Message:

Edigeo: support reading tar.bz2 files directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r33640 r33671  
    1515    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    1616    <property name="plugin.stage" value="60"/>
    17     <property name="plugin.requires" value="jts;geotools"/>
     17    <property name="plugin.requires" value="apache-commons;ejml;jts;geotools"/>
    1818
    1919    <!-- ** include targets that all plugins have in common ** -->
     
    2222    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
    2323    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
     24    <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/>
    2425
    2526    <!--
     
    3637                <pathelement location="${jts}"/>
    3738                <pathelement location="${geotools}"/>
    38             </classpath>
     39                <pathelement location="${apache-commons}"/>
     40             </classpath>
    3941            <compilerarg value="-Xlint:deprecation"/>
    4042            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.