Changeset 30564 in osm for applications/editors/josm


Ignore:
Timestamp:
2014-08-05T19:59:59+02:00 (10 years ago)
Author:
donvip
Message:

[josm_opendata] fix build.xml

File:
1 edited

Legend:

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

    r30563 r30564  
    88    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    99    <property name="plugin.requires" value="jts;geotools;utilsplugin2"/>
    10     <fileset id="plugin.requires.jars" dir="../../dist">
     10        <!-- plugin.dist.dir is usually defined in build-common.xml but we need to define plugin.requires.jars before including it -->
     11        <property name="plugin.dist.dir" location="../../dist"/>
     12    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    1113        <include name="jts.jar"/>
    1214        <include name="geotools.jar"/>
Note: See TracChangeset for help on using the changeset viewer.