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