Changeset 30416 in osm for applications/editors/josm/plugins/nearclick/build.xml
- Timestamp:
- 2014-04-26T04:34:53+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/nearclick/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 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 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 8 <property name="plugin.dist.dir" value="../../dist"/> 9 9 <property name="plugin.build.dir" value="build"/> 10 10 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 11 <property name="ant.build.javac.target" value="1. 6"/>11 <property name="ant.build.javac.target" value="1.7"/> 12 12 <target name="init"> 13 13 <mkdir dir="${plugin.build.dir}"/>
Note:
See TracChangeset
for help on using the changeset viewer.
