Ignore:
Timestamp:
2016-07-21T03:12:55+02:00 (10 years ago)
Author:
donvip
Message:

see #josm11390 - switch to Java 8

File:
1 edited

Legend:

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

    r32583 r32680  
    44    <property name="commit.message" value="fixed main version"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10420"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <property name="plugin.author" value="Falko Thomale"/>
     
    2424            <arg value="${javacc.home}/javacc.jar"/>
    2525            <arg value="javacc"/>
    26             <arg value="-JDK_VERSION=1.7"/>
     26            <arg value="-JDK_VERSION=1.8"/>
    2727            <arg value="-GRAMMAR_ENCODING=UTF-8"/>
    2828            <arg value="-UNICODE_INPUT"/>
Note: See TracChangeset for help on using the changeset viewer.