Ignore:
Timestamp:
2012-04-01T08:56:40+02:00 (14 years ago)
Author:
roland
Message:

Minor changes to compile with javac-1.6.

File:
1 edited

Legend:

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

    r28108 r28174  
    2626    <!-- this is the directory where the plugin jar is copied to -->
    2727    <property name="plugin.dist.dir" value="${josm.basedir}/dist"/>
    28     <property name="ant.build.javac.target" value="1.5"/>
     28    <property name="ant.build.javac.target" value="1.6"/>
    2929    <property name="plugin.dist.dir" value="${josm.basedir}/dist"/>
    3030    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note: See TracChangeset for help on using the changeset viewer.