Ignore:
Timestamp:
2012-03-28T16:47:09+02:00 (14 years ago)
Author:
joshdoe
Message:

conflation: now uses Java Conflation Suite and depends on JTS plugin

Currently depends on a few JUMP classes and the JCS files are directly included, this will change in the future.

File:
1 edited

Legend:

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

    r27968 r28163  
    4040
    4141    <!-- Needs to be used after import, otherwise ${plugin.dist.dir} is not defined -->
    42     <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>   
     42    <property name="jtsplugin" location="${plugin.dist.dir}/jts.jar"/> 
     43    <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>
    4344
    4445    <!--
     
    5253            <classpath>
    5354                <pathelement path="${josm}"/>
     55                <pathelement location="${jtsplugin}"/>
    5456                <pathelement location="${utilsplugin2}"/>
    5557            </classpath>
     
    9597                <attribute name="Plugin-Description" value="(Warning: Experimental!) Tool for conflating (merging) data"/>
    9698                <attribute name="Plugin-Icon" value="images/conflation.png"/>
    97                 <attribute name="Plugin-Requires" value="utilsplugin2"/>
     99                <attribute name="Plugin-Requires" value="jts;utilsplugin2"/>
    98100                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Conflation"/>
    99101                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note: See TracChangeset for help on using the changeset viewer.