Changeset 30825 in osm for applications/editors/josm


Ignore:
Timestamp:
2014-11-29T18:33:00+01:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] include JNA plugin

File:
1 edited

Legend:

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

    r30743 r30825  
    1212        <mkdir dir="../dist"/>
    1313        <!-- order important ! -->
     14        <ant target="dist" dir="jna"/>
    1415        <ant target="dist" dir="jts"/>
    1516        <ant target="dist" dir="geotools"/>
     
    152153        <ant target="clean" dir="infomode"/>
    153154        <ant target="clean" dir="irsrectify"/>
     155        <ant target="clean" dir="jna"/>
    154156        <ant target="clean" dir="jts"/>
    155157        <ant target="clean" dir="junctionchecking"/>
Note: See TracChangeset for help on using the changeset viewer.