Changeset 29015 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2012-12-01T22:52:08+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r28000 r29015 30 30 <property name="plugin.dist.dir" value="../../../../dist"/> 31 31 <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"/> 32 34 <property name="module.build.dir" value="build"/> 33 35 <property name="module.src.dir" value="src"/> … … 64 66 <pathelement location="${josm}"/> 65 67 <pathelement location="${opendata}"/> 68 <pathelement location="${jts}"/> 69 <pathelement location="${geotools}"/> 66 70 </classpath> 67 71 <compilerarg value="-Xlint:deprecation"/>
Note:
See TracChangeset
for help on using the changeset viewer.