Ignore:
Timestamp:
2015-10-08T15:04:32+02:00 (9 years ago)
Author:
simon04
Message:

JOSM/plugins: remove gone plugins from build script

File:
1 edited

Legend:

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

    r31575 r31605  
    1818        <ant target="dist" dir="log4j"/>
    1919        <ant target="dist" dir="commons-imaging"/>
    20         <!-- order not important -->
     20        <!-- order not important -->
     21        <!-- 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/$/"\/>/' -->
    2122        <ant target="dist" dir="addrinterpolation"/>
    2223        <ant target="dist" dir="alignways"/>
    23         <ant target="dist" dir="areaselector"/>
    2424        <ant target="dist" dir="buildings_tools"/>
    2525        <ant target="dist" dir="cadastre-fr"/>
    2626        <ant target="dist" dir="canvec_helper"/>
    2727        <ant target="dist" dir="colorscheme"/>
    28         <ant target="dist" dir="conflation"/>
    2928        <ant target="dist" dir="ColumbusCSV"/>
    3029        <ant target="dist" dir="CommandLine"/>
     
    123122        <ant target="clean" dir="addrinterpolation"/>
    124123        <ant target="clean" dir="alignways"/>
    125         <ant target="clean" dir="areaselector"/>
    126124        <ant target="clean" dir="buildings_tools"/>
    127125        <ant target="clean" dir="cadastre-fr"/>
     
    129127        <ant target="clean" dir="colorscheme"/>
    130128        <ant target="clean" dir="commons-imaging"/>
    131         <ant target="clean" dir="conflation"/>
    132129        <ant target="clean" dir="ColumbusCSV"/>
    133130        <ant target="clean" dir="CommandLine"/>
Note: See TracChangeset for help on using the changeset viewer.