Changeset 24718 in osm for applications/editors
- Timestamp:
- 2010-12-12T13:31:50+01:00 (14 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 1 added
- 6 deleted
- 1 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r24626 r24718 8 8 <target name="dist" depends="compile"> 9 9 <mkdir dir="../dist"/> 10 <!-- must be before other plugins using it -->11 <ant antfile="build.xml" target="dist" dir="remotecontrol"/>12 13 10 <ant antfile="build.xml" target="dist" dir="addrinterpolation"/> 14 11 <ant antfile="build.xml" target="dist" dir="alignways"/> … … 31 28 <ant antfile="build.xml" target="dist" dir="gpxfilter"/> 32 29 <ant antfile="build.xml" target="dist" dir="graphview"/> 33 <ant antfile="build.xml" target="dist" dir="imagery"/>34 30 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/> 35 31 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/> … … 58 54 <ant antfile="build.xml" target="dist" dir="routing"/> 59 55 <ant antfile="build.xml" target="dist" dir="simplifyarea"/> 60 <ant antfile="build.xml" target="dist" dir="slippymap"/>61 56 <ant antfile="build.xml" target="dist" dir="smed"/> 62 57 <ant antfile="build.xml" target="dist" dir="smed_fw"/> … … 76 71 <ant antfile="build.xml" target="dist" dir="waypoint_search"/> 77 72 <ant antfile="build.xml" target="dist" dir="wayselector"/> 78 <ant antfile="build.xml" target="dist" dir="wmsplugin"/>79 73 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/> 80 74 <!-- behind wms plugin! --> … … 104 98 <ant antfile="build.xml" target="clean" dir="gpxfilter"/> 105 99 <ant antfile="build.xml" target="clean" dir="graphview"/> 106 <ant antfile="build.xml" target="clean" dir="imagery"/>107 100 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/> 108 101 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/> … … 126 119 <ant antfile="build.xml" target="clean" dir="plastic_laf"/> 127 120 <ant antfile="build.xml" target="clean" dir="public_transport"/> 128 <ant antfile="build.xml" target="clean" dir="remotecontrol"/>129 121 <ant antfile="build.xml" target="clean" dir="restart"/> 130 122 <ant antfile="build.xml" target="clean" dir="reverter"/> … … 134 126 <ant antfile="build.xml" target="clean" dir="routing"/> 135 127 <ant antfile="build.xml" target="clean" dir="simplifyarea"/> 136 <ant antfile="build.xml" target="clean" dir="slippymap"/>137 128 <ant antfile="build.xml" target="clean" dir="smed"/> 138 129 <!--<ant antfile="build.xml" target="clean" dir="smed_bfw"/>--> … … 154 145 <ant antfile="build.xml" target="clean" dir="waypoint_search"/> 155 146 <ant antfile="build.xml" target="clean" dir="wayselector"/> 156 <ant antfile="build.xml" target="clean" dir="wmsplugin"/>157 147 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/> 158 148 </target>
Note:
See TracChangeset
for help on using the changeset viewer.