Ignore:
Timestamp:
2011-01-08T13:33:31+01:00 (15 years ago)
Author:
upliner
Message:

make irsrectify compatible with recent JOSM

File:
1 edited

Legend:

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

    r23188 r24997  
    3333    <property name="commit.message" value="New plugin - irsrectify" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="3000" />
     35    <property name="plugin.main.version" value="3715" />
    3636
    3737
     
    6565    <target name="compile" depends="init">
    6666        <echo message="compiling sources for  ${plugin.jar} ... "/>
    67         <javac srcdir="src" classpath="${josm};../../dist/wmsplugin.jar" debug="true" destdir="${plugin.build.dir}">
     67        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
    6868            <compilerarg value="-Xlint:deprecation"/>
    6969            <compilerarg value="-Xlint:unchecked"/>
     
    106106                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    107107                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    108                 <attribute name="Plugin-Requires" value="wmsplugin"/>
    109108            </manifest>
    110109        </jar>
Note: See TracChangeset for help on using the changeset viewer.