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

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/imagerycache
Files:
4 added
2 edited

Legend:

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

    r29944 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 ** Call "ant help" to get possible build targets.
    12 **
    13 -->
    142<project name="ImageryCache" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="[JOSM_ImageryCache]: correct database cleaning, at last"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="5779"/>
     7    <property name="plugin.main.version" value="7001"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagerycache/nbproject/project.xml

    r29944 r30416  
    6565                <package-root>src</package-root>
    6666                <classpath mode="compile">../../core/src</classpath>
    67                 <source-level>1.6</source-level>
     67                <source-level>1.7</source-level>
    6868            </compilation-unit>
    6969        </java-data>
Note: See TracChangeset for help on using the changeset viewer.