Changeset 31721 in osm for applications/editors
- Timestamp:
- 2015-10-28T23:56:40+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r31685 r31721 20 20 <ant target="dist" dir="apache-http"/> 21 21 <!-- 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/$/"\/>/' --> 23 23 <ant target="dist" dir="addrinterpolation"/> 24 24 <ant target="dist" dir="alignways"/> … … 31 31 <ant target="dist" dir="ColumbusCSV"/> 32 32 <ant target="dist" dir="CommandLine"/> 33 <ant target="dist" dir="continuosDownload"/> 33 34 <ant target="dist" dir="Create_grid_of_ways"/> 34 35 <ant target="dist" dir="czechaddress"/> … … 136 137 <ant target="clean" dir="ColumbusCSV"/> 137 138 <ant target="clean" dir="CommandLine"/> 139 <ant target="clean" dir="continuosDownload"/> 138 140 <ant target="clean" dir="Create_grid_of_ways"/> 139 141 <ant target="clean" dir="czechaddress"/> … … 234 236 <target name="test" depends="compile_josm_test"> 235 237 <ant target="test" dir="alignways"/> 238 <ant target="test" dir="continuosDownload"/> 236 239 <ant target="test" dir="ElevationProfile"/> 237 240 <ant target="test" dir="graphview"/>
Note:
See TracChangeset
for help on using the changeset viewer.