Ignore:
Timestamp:
2012-02-10T04:42:04+01:00 (14 years ago)
Author:
joshdoe
Message:

conflation: begin rework to use Replace Geometry from utilsplugin2, see #josm7374

File:
1 edited

Legend:

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

    r26605 r27742  
    3838     -->
    3939    <property name="josm" location="../../core/dist/josm-custom.jar"/>
     40    <property name="utilsplugin2" location="../../dist/utilsplugin2.jar"/>
    4041    <property name="plugin.build.dir" value="build"/>
    4142    <property name="plugin.src.dir" value="src"/>
     
    6162        <echo message="compiling sources for  ${plugin.jar} ... "/>
    6263        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
     64            <classpath>
     65                <pathelement path="${josm}"/>
     66                <pathelement location="${utilsplugin2}"/>
     67            </classpath>
    6368            <compilerarg value="-Xlint:deprecation"/>
    6469            <compilerarg value="-Xlint:unchecked"/>
     
    100105                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.conflation.ConflationPlugin"/>
    101106                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    102                 <attribute name="Plugin-Description" value="Tool for conflation (merging) data"/>
     107                <attribute name="Plugin-Description" value="Tool for conflating (merging) data"/>
    103108                <attribute name="Plugin-Icon" value="images/conflation.png"/>
     109                <attribute name="Plugin-Requires" value="utilsplugin2"/>
    104110                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Conflation"/>
    105111                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    106                 <attribute name="Plugin-Version" value="0.0.1"/>
     112                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    107113            </manifest>
    108114        </jar>
Note: See TracChangeset for help on using the changeset viewer.