Changeset 30416 in osm for applications/editors/josm/plugins/dataimport/build.xml
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/dataimport/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature, updated build.xml"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 6162"/>6 <property name="plugin.main.version" value="7001"/> 7 7 <!-- 8 8 ************************************************ … … 14 14 <!-- this is the directory where the plugin jar is copied to --> 15 15 <property name="plugin.dist.dir" value="../../dist"/> 16 <property name="ant.build.javac.target" value="1. 6"/>16 <property name="ant.build.javac.target" value="1.7"/> 17 17 <property name="plugin.dist.dir" value="../../dist"/> 18 18 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.