Changeset 30416 in osm for applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <property name="module.src.dir" value="src"/> 11 <property name="ant.build.javac.source" value="1. 6"/>12 <property name="ant.build.javac.target" value="1. 6"/>11 <property name="ant.build.javac.source" value="1.7"/> 12 <property name="ant.build.javac.target" value="1.7"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/>
Note:
See TracChangeset
for help on using the changeset viewer.