Ignore:
Timestamp:
2014-10-19T15:31:02+02:00 (10 years ago)
Author:
donvip
Message:

[josm_opendata] update build.xml

File:
1 edited

Legend:

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

    r30699 r30748  
    88    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    99    <property name="plugin.requires" value="jts;geotools;utilsplugin2"/>
    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"/>
     10
     11    <!-- ** include targets that all plugins have in common ** -->
     12    <import file="../build-common.xml"/>
     13   
    1214    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    1315        <include name="jts.jar"/>
     
    1618    </fileset>
    1719
    18     <!-- ** include targets that all plugins have in common ** -->
    19     <import file="../build-common.xml"/>
    20    
    2120    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
    2221    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
Note: See TracChangeset for help on using the changeset viewer.