Changeset 34698 in osm for applications/editors


Ignore:
Timestamp:
2018-10-25T22:32:12+02:00 (6 years ago)
Author:
donvip
Message:

see #16887 - add JAXB requirement

File:
1 edited

Legend:

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

    r34662 r34698  
    88    <property name="plugin.canloadatruntime" value="true"/>
    99    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    10     <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/>
     10    <property name="plugin.requires" value="apache-commons;jaxb;jts;ejml;geotools;utilsplugin2"/>
    1111
    1212    <!-- ** include targets that all plugins have in common ** -->
     
    1515    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    1616        <include name="apache-commons.jar"/>
     17        <include name="jaxb.jar"/>
    1718        <include name="jts.jar"/>
    1819        <include name="ejml.jar"/>
Note: See TracChangeset for help on using the changeset viewer.