Changeset 12588 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/build.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r12327 r12588 16 16 <ant dir="agpifoj" antfile="build.xml" target="dist"/> 17 17 <ant dir="colorscheme" antfile="build.xml" target="dist"/> 18 <ant dir="duplicateway" antfile="build.xml" target="dist"/>19 18 <ant dir="DirectUpload" antfile="build.xml" target="dist"/> 20 19 <ant dir="globalsat" antfile="build.xml" target="dist"/> 20 <ant dir="imagewaypoint" antfile="build.xml" target="dist"/> 21 21 <ant dir="lakewalker" antfile="build.xml" target="dist"/> 22 22 <ant dir="livegps" antfile="build.xml" target="dist"/> … … 28 28 <ant dir="plastic_laf" antfile="build.xml" target="dist"/> 29 29 <ant dir="pluginmanager" antfile="build.xml" target="dist"/> 30 <ant dir="remotecontrol" antfile="build.xml" target="dist"/> 30 31 <ant dir="slippymap" antfile="build.xml" target="dist"/> 31 32 <ant dir="slippy_map_chooser" antfile="build.xml" target="dist"/> … … 39 40 40 41 <target name="build_defect" depends="compile"> 42 <ant dir="duplicateway" antfile="build.xml" target="dist"/> 41 43 <ant dir="grid" antfile="build.xml" target="dist"/> 42 44 <ant dir="navigator" antfile="build.xml" target="dist"/> … … 49 51 <ant dir="globalsat" antfile="build.xml" target="clean"/> 50 52 <ant dir="grid" antfile="build.xml" target="clean"/> 53 <ant dir="imagewaypoint" antfile="build.xml" target="clean"/> 51 54 <ant dir="lakewalker" antfile="build.xml" target="clean"/> 52 55 <ant dir="livegps" antfile="build.xml" target="clean"/> … … 59 62 <ant dir="plastic_laf" antfile="build.xml" target="clean"/> 60 63 <ant dir="pluginmanager" antfile="build.xml" target="clean"/> 64 <ant dir="remotecontrol" antfile="build.xml" target="clean"/> 61 65 <ant dir="slippymap" antfile="build.xml" target="clean"/> 62 66 <ant dir="slippy_map_chooser" antfile="build.xml" target="clean"/>
Note:
See TracChangeset
for help on using the changeset viewer.
