Changeset 31685 in osm for applications/editors


Ignore:
Timestamp:
2015-10-25T03:45:20+01:00 (9 years ago)
Author:
donvip
Message:

include apache-http to build.xml

File:
1 edited

Legend:

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

    r31668 r31685  
    1818        <ant target="dist" dir="log4j"/>
    1919        <ant target="dist" dir="apache-commons"/>
     20        <ant target="dist" dir="apache-http"/>
    2021        <!-- order not important -->
    2122        <!-- to update, run $ ls -F | grep '/$' | tr -d '/' | grep -v '00_plugin_dir_template\|jna\|jts\|geotools\|utilsplugin2\|log4j\|commons-imaging' | sed 's/^/<ant target="dist" dir="/' | sed 's/$/"\/>/' -->
     
    131132        <ant target="clean" dir="colorscheme"/>
    132133        <ant target="clean" dir="apache-commons"/>
     134        <ant target="clean" dir="apache-http"/>
    133135        <ant target="clean" dir="conflation"/>
    134136        <ant target="clean" dir="ColumbusCSV"/>
Note: See TracChangeset for help on using the changeset viewer.