Changeset 33671 in osm for applications/editors/josm/plugins/cadastre-fr/build.xml
- Timestamp:
- 2017-09-25T21:47:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r33640 r33671 15 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/> 16 16 <property name="plugin.stage" value="60"/> 17 <property name="plugin.requires" value="jts;geotools"/> 17 <property name="plugin.requires" value="apache-commons;ejml;jts;geotools"/> 18 18 19 19 <!-- ** include targets that all plugins have in common ** --> … … 22 22 <property name="jts" location="${plugin.dist.dir}/jts.jar"/> 23 23 <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/> 24 <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/> 24 25 25 26 <!-- … … 36 37 <pathelement location="${jts}"/> 37 38 <pathelement location="${geotools}"/> 38 </classpath> 39 <pathelement location="${apache-commons}"/> 40 </classpath> 39 41 <compilerarg value="-Xlint:deprecation"/> 40 42 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.
