Changeset 31940 in osm for applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
- Timestamp:
- 2016-01-05T01:36:57+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/>
Note:
See TracChangeset
for help on using the changeset viewer.