Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

File:
1 edited

Legend:

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

    r29784 r29854  
    66    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    77    <property name="plugin.manifest" value="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
    8     <property name="ant.build.javac.target" value="1.5"/>
     8    <property name="ant.build.javac.target" value="1.6"/>
    99    <target name="clean" description="Removes all build files and the plugins's jar">
    1010        <delete dir="${plugin.build.dir}"/>
     
    3333            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
    3434            <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/>
    35             <attribute name="Plugin-Mainversion" value="6088"/>
     35            <attribute name="Plugin-Mainversion" value="6162"/>
    3636            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3737        </manifest>
Note: See TracChangeset for help on using the changeset viewer.