Ignore:
Timestamp:
2014-04-26T04:34:53+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/touchscreenhelper
Files:
2 edited

Legend:

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

    r29435 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** see README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="touchscreenhelper" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <property name="plugin.author" value="glebius@glebius.int.ru"/>
    368    <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
  • applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml

    r29259 r30416  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.6</source-level>
     62                <source-level>1.7</source-level>
    6363            </compilation-unit>
    6464        </java-data>
Note: See TracChangeset for help on using the changeset viewer.