Changeset 31699 in osm for applications/editors


Ignore:
Timestamp:
2015-10-26T13:47:00+01:00 (9 years ago)
Author:
nkaragiannakis
Message:

update dependencies in build.xml

File:
1 edited

Legend:

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

    r31615 r31699  
    1414    <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/>
    1515    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
     16    <property name="plugin.requires" value="log4j;apache-commons;jts;geotools"/>
    1617   
    1718    <!-- ** include targets that all plugins have in common ** -->
    1819    <import file="../build-common.xml"/>
     20       
     21    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     22        <include name="log4j.jar"/>
     23        <include name="apache-commons.jar"/>
     24        <include name="jts.jar"/>
     25        <include name="geotools.jar"/>
     26    </fileset>
     27   
    1928</project>
Note: See TracChangeset for help on using the changeset viewer.