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

[josm_plugins] switch plugins to Java 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/smed2/js57toosm/build.xml ΒΆ

    r30285 r30416  
    33  <property name="build" location="build"/>
    44  <property name="jarfile" location="./js57toosm.jar"/>
    5   <property name="ant.build.javac.target" value="1.6"/>
    6   <property name="ant.build.javac.source" value="1.6"/>
     5  <property name="ant.build.javac.target" value="1.7"/>
     6  <property name="ant.build.javac.source" value="1.7"/>
    77   
    88  <target name="init">
Note: See TracChangeset for help on using the changeset viewer.