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

[josm_plugins] switch plugins to Java 7

File:
1 edited

Legend:

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

    r30155 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is the build file for a JOSM photoadjust plugin.
    4 ** Based on template revision 29839.
    5 **
    6 ** Usage
    7 ** =====
    8 ** Call "ant help" to get possible build targets.
    9 **
    10 -->
    112<project name="photoadjust" default="dist" basedir=".">
    123
     
    145    <property name="commit.message" value="Commit message"/>
    156    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    16     <property name="plugin.main.version" value="6392"/>
     7    <property name="plugin.main.version" value="7001"/>
    178
    189    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.