Changeset 24625 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2010-12-06T18:09:51+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r24514 r24625 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 10 13 <ant antfile="build.xml" target="dist" dir="addrinterpolation"/> 11 14 <ant antfile="build.xml" target="dist" dir="alignways"/> … … 17 20 <ant antfile="build.xml" target="dist" dir="czechaddress"/> 18 21 <ant antfile="build.xml" target="dist" dir="dataimport"/> 22 <ant antfile="build.xml" target="dist" dir="DirectDownload"/> 19 23 <ant antfile="build.xml" target="dist" dir="DirectUpload"/> 20 24 <ant antfile="build.xml" target="dist" dir="download_along"/> 21 25 <ant antfile="build.xml" target="dist" dir="editgpx"/> 22 26 <ant antfile="build.xml" target="dist" dir="ElevationProfile"/> 27 <ant antfile="build.xml" target="dist" dir="epsg31287"/> 23 28 <ant antfile="build.xml" target="dist" dir="ext_tools"/> 24 29 <ant antfile="build.xml" target="dist" dir="FixAddresses"/> 25 30 <ant antfile="build.xml" target="dist" dir="globalsat"/> 31 <ant antfile="build.xml" target="dist" dir="gpxfilter"/> 26 32 <ant antfile="build.xml" target="dist" dir="graphview"/> 33 <ant antfile="build.xml" target="dist" dir="imagery"/> 27 34 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/> 28 35 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/> 36 <ant antfile="build.xml" target="dist" dir="importvec"/> 29 37 <ant antfile="build.xml" target="dist" dir="lakewalker"/> 30 38 <ant antfile="build.xml" target="dist" dir="livegps"/> 31 39 <ant antfile="build.xml" target="dist" dir="mapdust"/> 32 40 <ant antfile="build.xml" target="dist" dir="measurement"/> 33 41 <ant antfile="build.xml" target="dist" dir="michigan_left"/> … … 36 44 <ant antfile="build.xml" target="dist" dir="nearclick"/> 37 45 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/> 38 <ant antfile="build.xml" target="dist" dir="openlayers"/>39 46 <ant antfile="build.xml" target="dist" dir="openstreetbugs"/> 40 47 <ant antfile="build.xml" target="dist" dir="openvisible"/> 41 48 <ant antfile="build.xml" target="dist" dir="osmarender"/> 49 <ant antfile="build.xml" target="dist" dir="pdfimport"/> 42 50 <ant antfile="build.xml" target="dist" dir="photo_geotagging"/> 43 51 <ant antfile="build.xml" target="dist" dir="piclayer"/> 44 52 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 45 53 <ant antfile="build.xml" target="dist" dir="public_transport"/> 46 <ant antfile="build.xml" target="dist" dir="re motecontrol"/>54 <ant antfile="build.xml" target="dist" dir="restart"/> 47 55 <ant antfile="build.xml" target="dist" dir="reverter"/> 48 56 <ant antfile="build.xml" target="dist" dir="roadsigns"/> … … 51 59 <ant antfile="build.xml" target="dist" dir="simplifyarea"/> 52 60 <ant antfile="build.xml" target="dist" dir="slippymap"/> 61 <ant antfile="build.xml" target="dist" dir="smed"/> 62 <ant antfile="build.xml" target="dist" dir="smed_fw"/> 53 63 <ant antfile="build.xml" target="dist" dir="surveyor"/> 54 64 <ant antfile="build.xml" target="dist" dir="tageditor"/> … … 60 70 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/> 61 71 <ant antfile="build.xml" target="dist" dir="undelete"/> 62 <ant antfile="build.xml" target="dist" dir=" validator"/>72 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/> 63 73 <ant antfile="build.xml" target="dist" dir="videomapping"/> 64 74 <ant antfile="build.xml" target="dist" dir="walkingpapers"/> … … 72 82 </target> 73 83 <target name="build_defect" depends="compile"> 74 <ant antfile="build.xml" target="dist" dir="duplicateway"/> 75 <ant antfile="build.xml" target="dist" dir="grid"/> 84 <ant antfile="build.xml" target="dist" dir="rgisopen"/> 85 <ant antfile="build.xml" target="dist" dir="smed_bfw"/> 86 <ant antfile="build.xml" target="dist" dir="trustosm"/> 76 87 </target> 77 88 <target name="clean"> … … 84 95 <ant antfile="build.xml" target="clean" dir="czechaddress"/> 85 96 <ant antfile="build.xml" target="clean" dir="dataimport"/> 97 <ant antfile="build.xml" target="clean" dir="DirectDownload"/> 86 98 <ant antfile="build.xml" target="clean" dir="DirectUpload"/> 87 99 <ant antfile="build.xml" target="clean" dir="download_along"/> 88 <ant antfile="build.xml" target="clean" dir="duplicateway"/>89 100 <ant antfile="build.xml" target="clean" dir="editgpx"/> 101 <ant antfile="build.xml" target="clean" dir="epsg31287"/> 90 102 <ant antfile="build.xml" target="clean" dir="ext_tools"/> 91 103 <ant antfile="build.xml" target="clean" dir="globalsat"/> 104 <ant antfile="build.xml" target="clean" dir="gpxfilter"/> 92 105 <ant antfile="build.xml" target="clean" dir="graphview"/> 93 <ant antfile="build.xml" target="clean" dir=" grid"/>106 <ant antfile="build.xml" target="clean" dir="imagery"/> 94 107 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/> 95 108 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/> 109 <ant antfile="build.xml" target="clean" dir="importvec"/> 96 110 <ant antfile="build.xml" target="clean" dir="irsrectify"/> 97 111 <ant antfile="build.xml" target="clean" dir="lakewalker"/> … … 104 118 <ant antfile="build.xml" target="clean" dir="nearclick"/> 105 119 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/> 106 <ant antfile="build.xml" target="clean" dir="openlayers"/>107 120 <ant antfile="build.xml" target="clean" dir="openstreetbugs"/> 108 121 <ant antfile="build.xml" target="clean" dir="openvisible"/> 109 122 <ant antfile="build.xml" target="clean" dir="osmarender"/> 123 <ant antfile="build.xml" target="clean" dir="pdfimport"/> 110 124 <ant antfile="build.xml" target="clean" dir="photo_geotagging"/> 111 125 <ant antfile="build.xml" target="clean" dir="piclayer"/> … … 113 127 <ant antfile="build.xml" target="clean" dir="public_transport"/> 114 128 <ant antfile="build.xml" target="clean" dir="remotecontrol"/> 129 <ant antfile="build.xml" target="clean" dir="restart"/> 115 130 <ant antfile="build.xml" target="clean" dir="reverter"/> 131 <ant antfile="build.xml" target="clean" dir="rgisopen"/> 116 132 <ant antfile="build.xml" target="clean" dir="roadsigns"/> 117 133 <ant antfile="build.xml" target="clean" dir="routes"/> … … 119 135 <ant antfile="build.xml" target="clean" dir="simplifyarea"/> 120 136 <ant antfile="build.xml" target="clean" dir="slippymap"/> 137 <ant antfile="build.xml" target="clean" dir="smed"/> 138 <ant antfile="build.xml" target="clean" dir="smed_bfw"/> 139 <ant antfile="build.xml" target="clean" dir="smed_fw"/> 121 140 <ant antfile="build.xml" target="clean" dir="surveyor"/> 122 141 <ant antfile="build.xml" target="clean" dir="tageditor"/> … … 126 145 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/> 127 146 <ant antfile="build.xml" target="clean" dir="tracer"/> 147 <ant antfile="build.xml" target="clean" dir="trustosm"/> 128 148 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/> 129 149 <ant antfile="build.xml" target="clean" dir="undelete"/> 130 <ant antfile="build.xml" target="clean" dir=" validator"/>150 <ant antfile="build.xml" target="clean" dir="utilsplugin2"/> 131 151 <ant antfile="build.xml" target="clean" dir="videomapping"/> 132 152 <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
Note:
See TracChangeset
for help on using the changeset viewer.