Changeset 31605 in osm
- Timestamp:
- 2015-10-08T15:04:32+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r31575 r31605 18 18 <ant target="dist" dir="log4j"/> 19 19 <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/$/"\/>/' --> 21 22 <ant target="dist" dir="addrinterpolation"/> 22 23 <ant target="dist" dir="alignways"/> 23 <ant target="dist" dir="areaselector"/>24 24 <ant target="dist" dir="buildings_tools"/> 25 25 <ant target="dist" dir="cadastre-fr"/> 26 26 <ant target="dist" dir="canvec_helper"/> 27 27 <ant target="dist" dir="colorscheme"/> 28 <ant target="dist" dir="conflation"/>29 28 <ant target="dist" dir="ColumbusCSV"/> 30 29 <ant target="dist" dir="CommandLine"/> … … 123 122 <ant target="clean" dir="addrinterpolation"/> 124 123 <ant target="clean" dir="alignways"/> 125 <ant target="clean" dir="areaselector"/>126 124 <ant target="clean" dir="buildings_tools"/> 127 125 <ant target="clean" dir="cadastre-fr"/> … … 129 127 <ant target="clean" dir="colorscheme"/> 130 128 <ant target="clean" dir="commons-imaging"/> 131 <ant target="clean" dir="conflation"/>132 129 <ant target="clean" dir="ColumbusCSV"/> 133 130 <ant target="clean" dir="CommandLine"/>
Note:
See TracChangeset
for help on using the changeset viewer.