Changeset 32680 in osm for applications/editors/josm/plugins/opendata/modules/fr.paris
- Timestamp:
- 2016-07-21T03:12:55+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r31940 r32680 12 12 <property name="module.build.dir" value="build"/> 13 13 <property name="module.src.dir" value="src"/> 14 <property name="ant.build.javac.source" value="1. 7"/>15 <property name="ant.build.javac.target" value="1. 7"/>14 <property name="ant.build.javac.source" value="1.8"/> 15 <property name="ant.build.javac.target" value="1.8"/> 16 16 <!-- this is the directory where the module jar is copied to --> 17 17 <property name="module.dist.dir" value="../../dist"/>
Note:
See TracChangeset
for help on using the changeset viewer.