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

[josm_opendata] update modules build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"/>
Note: See TracChangeset for help on using the changeset viewer.