Ignore:
Timestamp:
2015-10-28T23:56:40+01:00 (9 years ago)
Author:
donvip
Message:

include continuosDownload plugin to global list

File:
1 edited

Legend:

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

    r31685 r31721  
    2020        <ant target="dist" dir="apache-http"/>
    2121        <!-- order not important -->
    22         <!-- 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/$/"\/>/' -->
     22        <!-- to update, run $ ls -F | grep '/$' | tr -d '/' | grep -v '00_plugin_dir_template\|jna\|jts\|geotools\|utilsplugin2\|log4j\|apache-commons\|apache-http' | sed 's/^/<ant target="dist" dir="/' | sed 's/$/"\/>/' -->
    2323        <ant target="dist" dir="addrinterpolation"/>
    2424        <ant target="dist" dir="alignways"/>
     
    3131        <ant target="dist" dir="ColumbusCSV"/>
    3232        <ant target="dist" dir="CommandLine"/>
     33        <ant target="dist" dir="continuosDownload"/>
    3334        <ant target="dist" dir="Create_grid_of_ways"/>
    3435        <ant target="dist" dir="czechaddress"/>
     
    136137        <ant target="clean" dir="ColumbusCSV"/>
    137138        <ant target="clean" dir="CommandLine"/>
     139        <ant target="clean" dir="continuosDownload"/>
    138140        <ant target="clean" dir="Create_grid_of_ways"/>
    139141        <ant target="clean" dir="czechaddress"/>
     
    234236    <target name="test" depends="compile_josm_test">
    235237        <ant target="test" dir="alignways"/>
     238        <ant target="test" dir="continuosDownload"/>
    236239        <ant target="test" dir="ElevationProfile"/>
    237240        <ant target="test" dir="graphview"/>
Note: See TracChangeset for help on using the changeset viewer.