Changeset 35154 in osm


Ignore:
Timestamp:
2019-09-28T23:29:13+02:00 (5 years ago)
Author:
donvip
Message:

fix #josm18174 - make geotools plugin depend on apache-commons

File:
1 edited

Legend:

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

    r35127 r35154  
    1111    <property name="plugin.icon" value="images/compass.png"/>
    1212    <property name="plugin.canloadatruntime" value="true"/>
    13     <property name="plugin.requires" value="jts;ejml"/>
     13    <property name="plugin.requires" value="jts;ejml;apache-commons"/>
    1414    <property name="plugin.stage" value="20"/>
    1515
     
    2020        <include name="jts.jar"/>
    2121        <include name="ejml.jar"/>
     22        <include name="apache-commons.jar"/>
    2223    </fileset>
    2324
Note: See TracChangeset for help on using the changeset viewer.