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

see #josm11390 - switch to Java 8

File:
1 edited

Legend:

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

    r31926 r32680  
    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 ** Call "ant help" to get possible build targets.
    12 **
    13 -->
    142<project name="sumoconvert" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="Commit message"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
    22 
    23 
    24 
    2510         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2611    -->
Note: See TracChangeset for help on using the changeset viewer.