Changeset 29015 in osm


Ignore:
Timestamp:
2012-12-01T22:52:08+01:00 (12 years ago)
Author:
donvip
Message:

[josm_opendata] Fix Paris module build.xml

File:
1 edited

Legend:

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

    r28000 r29015  
    3030    <property name="plugin.dist.dir" value="../../../../dist"/>
    3131    <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
     32    <property name="jts" location="../../../../dist/jts.jar"/>
     33    <property name="geotools" location="../../../../dist/geotools.jar"/>
    3234    <property name="module.build.dir" value="build"/>
    3335    <property name="module.src.dir" value="src"/>
     
    6466                <pathelement location="${josm}"/>
    6567                <pathelement location="${opendata}"/>
     68                <pathelement location="${jts}"/>
     69                <pathelement location="${geotools}"/>
    6670            </classpath>
    6771            <compilerarg value="-Xlint:deprecation"/>
Note: See TracChangeset for help on using the changeset viewer.