Changeset 29258 in osm for applications/editors/josm/plugins/touchscreenhelper/build.xml
- Timestamp:
- 2013-02-18T17:22:13+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/touchscreenhelper/build.xml
r27354 r29258 30 30 <project name="touchscreenhelper" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value=" Commit message"/>32 <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4394"/> … … 37 37 <property name="plugin.src.dir" value="src"/> 38 38 <property name="plugin.dist.dir" value="../../dist"/> 39 <property name="ant.build.javac.target" value="1. 5"/>39 <property name="ant.build.javac.target" value="1.6"/> 40 40 <property name="plugin.dist.dir" value="../../dist"/> 41 41 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.
