Ignore:
Timestamp:
2015-11-16T02:20:33+01:00 (9 years ago)
Author:
donvip
Message:

[josm_geotools] depend on new EJML plugin

Location:
applications/editors/josm/plugins/geotools
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/.classpath

    r31752 r31755  
    66        <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
    77        <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/core-0.26.jar"/>
    98        <classpathentry exported="true" kind="lib" path="lib/gt-api-14.0.jar">
    109                <attributes>
  • applications/editors/josm/plugins/geotools/build.xml

    r31744 r31755  
    1111    <property name="plugin.icon" value="images/compass.png"/>
    1212    <property name="plugin.canloadatruntime" value="true"/>
    13     <property name="plugin.requires" value="jts"/>
     13    <property name="plugin.requires" value="jts;ejml"/>
    1414    <property name="plugin.stage" value="20"/>
    1515
    1616    <!-- ** include targets that all plugins have in common ** -->
    1717    <import file="../build-common.xml"/>
    18    
     18
     19        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     20        <include name="jts.jar"/>
     21        <include name="ejml.jar"/>
     22    </fileset>
     23
    1924    <!--
    2025    **********************************************************
Note: See TracChangeset for help on using the changeset viewer.