Ignore:
Timestamp:
2015-11-16T23:32:13+01:00 (9 years ago)
Author:
donvip
Message:

[josm_opendata] include ejml in classpath

File:
1 edited

Legend:

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

    r31677 r31766  
    88    <property name="plugin.canloadatruntime" value="true"/>
    99    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    10     <property name="plugin.requires" value="apache-commons;jts;geotools;utilsplugin2"/>
     10    <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/>
    1111
    1212    <!-- ** include targets that all plugins have in common ** -->
     
    1616        <include name="apache-commons.jar"/>
    1717        <include name="jts.jar"/>
     18        <include name="ejml.jar"/>
    1819        <include name="geotools.jar"/>
    1920        <include name="opendata.jar"/>
     
    2223    <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/>
    2324    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
     25    <property name="ejml" location="${plugin.dist.dir}/ejml.jar"/>
    2426    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
    2527   
     
    8789                <pathelement location="${apache-commons}"/>
    8890                <pathelement location="${jts}"/>
     91                <pathelement location="${ejml}"/>
    8992                <pathelement location="${geotools}"/>
    9093            </classpath>
Note: See TracChangeset for help on using the changeset viewer.