Ignore:
Timestamp:
2013-02-18T17:22:13+01:00 (13 years ago)
Author:
akks
Message:

'JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/touchscreenhelper/build.xml

    r27354 r29258  
    3030<project name="touchscreenhelper" default="dist" basedir=".">
    3131    <!-- 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"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4394"/>
     
    3737    <property name="plugin.src.dir" value="src"/>
    3838    <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"/>
    4040    <property name="plugin.dist.dir" value="../../dist"/>
    4141    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note: See TracChangeset for help on using the changeset viewer.