Changeset 29917 in osm


Ignore:
Timestamp:
2013-09-05T03:25:01+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix build.xml of opendata and cadastre_fr

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

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

    r29855 r29917  
    2020    <import file="../build-common.xml"/>
    2121
    22     <property name="jts" location="../../dist/jts.jar"/>
    23     <property name="geotools" location="../../dist/geotools.jar"/>
     22    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
     23    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
    2424
    2525    <!--
  • applications/editors/josm/plugins/opendata/build.xml

    r29854 r29917  
    1212    <import file="../build-common.xml"/>
    1313       
    14     <property name="jts" location="../../dist/jts.jar"/>
    15     <property name="geotools" location="../../dist/geotools.jar"/>
     14    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
     15    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
    1616       
    1717    <!--
Note: See TracChangeset for help on using the changeset viewer.