[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[3779] | 2 | <project name="josm-plugins" default="build" basedir=".">
|
---|
[20283] | 3 | <target name="compile_josm" unless="skip-josm">
|
---|
[26174] | 4 | <echo message="test"/>
|
---|
| 5 | <ant dir="../core" target="dist"/>
|
---|
[12780] | 6 | </target>
|
---|
[26174] | 7 | <target name="compile" depends="compile_josm"/>
|
---|
| 8 | <target name="build" depends="dist"/>
|
---|
[12780] | 9 | <target name="dist" depends="compile">
|
---|
| 10 | <mkdir dir="../dist"/>
|
---|
[29856] | 11 | <!-- order important ! -->
|
---|
| 12 | <ant antfile="build.xml" target="dist" dir="jts"/>
|
---|
| 13 | <ant antfile="build.xml" target="dist" dir="geotools"/>
|
---|
| 14 | <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
|
---|
| 15 | <ant antfile="build.xml" target="dist" dir="log4j"/>
|
---|
| 16 | <!-- order not important -->
|
---|
[18960] | 17 | <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
|
---|
[22850] | 18 | <ant antfile="build.xml" target="dist" dir="alignways"/>
|
---|
[20245] | 19 | <ant antfile="build.xml" target="dist" dir="buildings_tools"/>
|
---|
[13585] | 20 | <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
|
---|
[29467] | 21 | <ant antfile="build.xml" target="dist" dir="canvec_helper"/>
|
---|
[12780] | 22 | <ant antfile="build.xml" target="dist" dir="colorscheme"/>
|
---|
[23711] | 23 | <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
|
---|
[25199] | 24 | <ant antfile="build.xml" target="dist" dir="CommandLine"/>
|
---|
[14371] | 25 | <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
|
---|
[16177] | 26 | <ant antfile="build.xml" target="dist" dir="czechaddress"/>
|
---|
[16176] | 27 | <ant antfile="build.xml" target="dist" dir="dataimport"/>
|
---|
[24625] | 28 | <ant antfile="build.xml" target="dist" dir="DirectDownload"/>
|
---|
[12780] | 29 | <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
|
---|
[22850] | 30 | <ant antfile="build.xml" target="dist" dir="download_along"/>
|
---|
[14221] | 31 | <ant antfile="build.xml" target="dist" dir="editgpx"/>
|
---|
[23711] | 32 | <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
|
---|
[26605] | 33 | <ant antfile="build.xml" target="dist" dir="epci-fr"/>
|
---|
[22850] | 34 | <ant antfile="build.xml" target="dist" dir="ext_tools"/>
|
---|
[26174] | 35 | <ant antfile="build.xml" target="dist" dir="FastDraw"/>
|
---|
[23929] | 36 | <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
|
---|
[12780] | 37 | <ant antfile="build.xml" target="dist" dir="globalsat"/>
|
---|
[28807] | 38 | <ant antfile="build.xml" target="dist" dir="gpsblam"/>
|
---|
[24625] | 39 | <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
|
---|
[16607] | 40 | <ant antfile="build.xml" target="dist" dir="graphview"/>
|
---|
[27551] | 41 | <ant antfile="build.xml" target="dist" dir="HouseNumberTaggingTool"/>
|
---|
[29608] | 42 | <ant antfile="build.xml" target="dist" dir="imageryadjust"/>
|
---|
[29439] | 43 | <ant antfile="build.xml" target="dist" dir="imagerycache"/>
|
---|
[29436] | 44 | <ant antfile="build.xml" target="dist" dir="imagery_offset_db"/>
|
---|
[26780] | 45 | <ant antfile="build.xml" target="dist" dir="imagery-xml-bounds"/>
|
---|
[12780] | 46 | <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
|
---|
[23188] | 47 | <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
|
---|
[24625] | 48 | <ant antfile="build.xml" target="dist" dir="importvec"/>
|
---|
[26605] | 49 | <ant antfile="build.xml" target="dist" dir="infomode"/>
|
---|
[25454] | 50 | <ant antfile="build.xml" target="dist" dir="irsrectify"/>
|
---|
[26174] | 51 | <ant antfile="build.xml" target="dist" dir="junctionchecking"/>
|
---|
[12780] | 52 | <ant antfile="build.xml" target="dist" dir="lakewalker"/>
|
---|
| 53 | <ant antfile="build.xml" target="dist" dir="livegps"/>
|
---|
[24625] | 54 | <ant antfile="build.xml" target="dist" dir="mapdust"/>
|
---|
[12780] | 55 | <ant antfile="build.xml" target="dist" dir="measurement"/>
|
---|
[27551] | 56 | <ant antfile="build.xml" target="dist" dir="merge-overlap"/>
|
---|
[17654] | 57 | <ant antfile="build.xml" target="dist" dir="michigan_left"/>
|
---|
[27693] | 58 | <ant antfile="build.xml" target="dist" dir="mirrored_download"/>
|
---|
[26174] | 59 | <ant antfile="build.xml" target="dist" dir="namemanager"/>
|
---|
[27960] | 60 | <ant antfile="build.xml" target="dist" dir="NanoLog"/>
|
---|
[26605] | 61 | <ant antfile="build.xml" target="dist" dir="native-password-manager"/>
|
---|
[12780] | 62 | <ant antfile="build.xml" target="dist" dir="nearclick"/>
|
---|
[29467] | 63 | <ant antfile="build.xml" target="dist" dir="no_more_mapping"/>
|
---|
[22753] | 64 | <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
|
---|
[28005] | 65 | <ant antfile="build.xml" target="dist" dir="opendata"/>
|
---|
[12992] | 66 | <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
|
---|
[12780] | 67 | <ant antfile="build.xml" target="dist" dir="openvisible"/>
|
---|
| 68 | <ant antfile="build.xml" target="dist" dir="osmarender"/>
|
---|
[29479] | 69 | <ant antfile="build.xml" target="dist" dir="OsmInspectorPlugin"/>
|
---|
[29210] | 70 | <ant antfile="build.xml" target="dist" dir="pbf"/>
|
---|
[24625] | 71 | <ant antfile="build.xml" target="dist" dir="pdfimport"/>
|
---|
[21186] | 72 | <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
|
---|
[16177] | 73 | <ant antfile="build.xml" target="dist" dir="piclayer"/>
|
---|
[12780] | 74 | <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
|
---|
[28807] | 75 | <ant antfile="build.xml" target="dist" dir="poly"/>
|
---|
[27119] | 76 | <ant antfile="build.xml" target="dist" dir="print"/>
|
---|
[25454] | 77 | <ant antfile="build.xml" target="dist" dir="proj4j"/>
|
---|
[21186] | 78 | <ant antfile="build.xml" target="dist" dir="public_transport"/>
|
---|
[26174] | 79 | <ant antfile="build.xml" target="dist" dir="reltoolbox"/>
|
---|
[21253] | 80 | <ant antfile="build.xml" target="dist" dir="reverter"/>
|
---|
[22850] | 81 | <ant antfile="build.xml" target="dist" dir="roadsigns"/>
|
---|
[16428] | 82 | <ant antfile="build.xml" target="dist" dir="routes"/>
|
---|
[14287] | 83 | <ant antfile="build.xml" target="dist" dir="routing"/>
|
---|
[28291] | 84 | <ant antfile="build.xml" target="dist" dir="sds"/>
|
---|
[22850] | 85 | <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
|
---|
[24625] | 86 | <ant antfile="build.xml" target="dist" dir="smed"/>
|
---|
[29467] | 87 | <ant antfile="build.xml" target="dist" dir="smed2"/>
|
---|
[12780] | 88 | <ant antfile="build.xml" target="dist" dir="surveyor"/>
|
---|
[27551] | 89 | <ant antfile="build.xml" target="dist" dir="surveyor2"/>
|
---|
[26958] | 90 | <ant antfile="build.xml" target="dist" dir="tag2link"/>
|
---|
[21186] | 91 | <ant antfile="build.xml" target="dist" dir="tageditor"/>
|
---|
[12780] | 92 | <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
|
---|
[13585] | 93 | <ant antfile="build.xml" target="dist" dir="terracer"/>
|
---|
[21575] | 94 | <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
|
---|
[19921] | 95 | <ant antfile="build.xml" target="dist" dir="tracer"/>
|
---|
[26174] | 96 | <ant antfile="build.xml" target="dist" dir="turnlanes"/>
|
---|
[21186] | 97 | <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
|
---|
| 98 | <ant antfile="build.xml" target="dist" dir="undelete"/>
|
---|
[21253] | 99 | <ant antfile="build.xml" target="dist" dir="videomapping"/>
|
---|
[16607] | 100 | <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
|
---|
[16177] | 101 | <ant antfile="build.xml" target="dist" dir="waydownloader"/>
|
---|
[22850] | 102 | <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
|
---|
[21186] | 103 | <ant antfile="build.xml" target="dist" dir="wayselector"/>
|
---|
[28290] | 104 | <ant antfile="build.xml" target="dist" dir="wikipedia"/>
|
---|
[19991] | 105 | <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
|
---|
[12780] | 106 | </target>
|
---|
| 107 | <target name="build_defect" depends="compile">
|
---|
[24625] | 108 | <ant antfile="build.xml" target="dist" dir="trustosm"/>
|
---|
[12780] | 109 | </target>
|
---|
| 110 | <target name="clean">
|
---|
[28807] | 111 | <ant antfile="build.xml" target="clean" dir="00_plugin_dir_template"/>
|
---|
[18960] | 112 | <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
|
---|
[22850] | 113 | <ant antfile="build.xml" target="clean" dir="alignways"/>
|
---|
[20245] | 114 | <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
|
---|
[13585] | 115 | <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
|
---|
[27918] | 116 | <ant antfile="build.xml" target="clean" dir="canvec_helper"/>
|
---|
[12780] | 117 | <ant antfile="build.xml" target="clean" dir="colorscheme"/>
|
---|
[26174] | 118 | <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/>
|
---|
[25037] | 119 | <ant antfile="build.xml" target="clean" dir="CommandLine"/>
|
---|
[14371] | 120 | <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
|
---|
[15167] | 121 | <ant antfile="build.xml" target="clean" dir="czechaddress"/>
|
---|
[16176] | 122 | <ant antfile="build.xml" target="clean" dir="dataimport"/>
|
---|
[24625] | 123 | <ant antfile="build.xml" target="clean" dir="DirectDownload"/>
|
---|
[14125] | 124 | <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
|
---|
[22850] | 125 | <ant antfile="build.xml" target="clean" dir="download_along"/>
|
---|
[14221] | 126 | <ant antfile="build.xml" target="clean" dir="editgpx"/>
|
---|
[26174] | 127 | <ant antfile="build.xml" target="clean" dir="ElevationProfile"/>
|
---|
[26605] | 128 | <ant antfile="build.xml" target="clean" dir="epci-fr"/>
|
---|
[22850] | 129 | <ant antfile="build.xml" target="clean" dir="ext_tools"/>
|
---|
[26174] | 130 | <ant antfile="build.xml" target="clean" dir="FastDraw"/>
|
---|
| 131 | <ant antfile="build.xml" target="clean" dir="FixAddresses"/>
|
---|
[28596] | 132 | <ant antfile="build.xml" target="clean" dir="geotools"/>
|
---|
[12780] | 133 | <ant antfile="build.xml" target="clean" dir="globalsat"/>
|
---|
[28807] | 134 | <ant antfile="build.xml" target="clean" dir="gpsblam"/>
|
---|
[24625] | 135 | <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
|
---|
[16607] | 136 | <ant antfile="build.xml" target="clean" dir="graphview"/>
|
---|
[27551] | 137 | <ant antfile="build.xml" target="clean" dir="HouseNumberTaggingTool"/>
|
---|
[29608] | 138 | <ant antfile="build.xml" target="clean" dir="imageryadjust"/>
|
---|
[29439] | 139 | <ant antfile="build.xml" target="clean" dir="imagerycache"/>
|
---|
[29436] | 140 | <ant antfile="build.xml" target="clean" dir="imagery_offset_db"/>
|
---|
[26780] | 141 | <ant antfile="build.xml" target="clean" dir="imagery-xml-bounds"/>
|
---|
[12780] | 142 | <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
|
---|
[23188] | 143 | <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
|
---|
[24625] | 144 | <ant antfile="build.xml" target="clean" dir="importvec"/>
|
---|
[26605] | 145 | <ant antfile="build.xml" target="clean" dir="infomode"/>
|
---|
[23188] | 146 | <ant antfile="build.xml" target="clean" dir="irsrectify"/>
|
---|
[28290] | 147 | <ant antfile="build.xml" target="clean" dir="jts"/>
|
---|
[26174] | 148 | <ant antfile="build.xml" target="clean" dir="junctionchecking"/>
|
---|
[12780] | 149 | <ant antfile="build.xml" target="clean" dir="lakewalker"/>
|
---|
| 150 | <ant antfile="build.xml" target="clean" dir="livegps"/>
|
---|
[28971] | 151 | <ant antfile="build.xml" target="clean" dir="log4j"/>
|
---|
[24514] | 152 | <ant antfile="build.xml" target="clean" dir="mapdust"/>
|
---|
[12780] | 153 | <ant antfile="build.xml" target="clean" dir="measurement"/>
|
---|
[27551] | 154 | <ant antfile="build.xml" target="clean" dir="merge-overlap"/>
|
---|
[17654] | 155 | <ant antfile="build.xml" target="clean" dir="michigan_left"/>
|
---|
[27693] | 156 | <ant antfile="build.xml" target="clean" dir="mirrored_download"/>
|
---|
[26174] | 157 | <ant antfile="build.xml" target="clean" dir="namemanager"/>
|
---|
[29467] | 158 | <ant antfile="build.xml" target="clean" dir="no_more_mapping"/>
|
---|
[27960] | 159 | <ant antfile="build.xml" target="clean" dir="NanoLog"/>
|
---|
[26605] | 160 | <ant antfile="build.xml" target="clean" dir="native-password-manager"/>
|
---|
[12780] | 161 | <ant antfile="build.xml" target="clean" dir="nearclick"/>
|
---|
[22753] | 162 | <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
|
---|
[28005] | 163 | <ant antfile="build.xml" target="clean" dir="opendata"/>
|
---|
[12992] | 164 | <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
|
---|
[12780] | 165 | <ant antfile="build.xml" target="clean" dir="openvisible"/>
|
---|
| 166 | <ant antfile="build.xml" target="clean" dir="osmarender"/>
|
---|
[29479] | 167 | <ant antfile="build.xml" target="clean" dir="OsmInspectorPlugin"/>
|
---|
[26962] | 168 | <ant antfile="build.xml" target="clean" dir="pbf"/>
|
---|
[24625] | 169 | <ant antfile="build.xml" target="clean" dir="pdfimport"/>
|
---|
[21186] | 170 | <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
|
---|
[14839] | 171 | <ant antfile="build.xml" target="clean" dir="piclayer"/>
|
---|
[12780] | 172 | <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
|
---|
[28807] | 173 | <ant antfile="build.xml" target="clean" dir="poly"/>
|
---|
[27119] | 174 | <ant antfile="build.xml" target="clean" dir="print"/>
|
---|
[25454] | 175 | <ant antfile="build.xml" target="clean" dir="proj4j"/>
|
---|
[19993] | 176 | <ant antfile="build.xml" target="clean" dir="public_transport"/>
|
---|
[26174] | 177 | <ant antfile="build.xml" target="clean" dir="reltoolbox"/>
|
---|
[21253] | 178 | <ant antfile="build.xml" target="clean" dir="reverter"/>
|
---|
[22850] | 179 | <ant antfile="build.xml" target="clean" dir="roadsigns"/>
|
---|
[16607] | 180 | <ant antfile="build.xml" target="clean" dir="routes"/>
|
---|
[26174] | 181 | <ant antfile="build.xml" target="clean" dir="routing"/>
|
---|
[28291] | 182 | <ant antfile="build.xml" target="clean" dir="sds"/>
|
---|
[22850] | 183 | <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
|
---|
[24625] | 184 | <ant antfile="build.xml" target="clean" dir="smed"/>
|
---|
[29467] | 185 | <ant antfile="build.xml" target="clean" dir="smed2"/>
|
---|
[12780] | 186 | <ant antfile="build.xml" target="clean" dir="surveyor"/>
|
---|
[27551] | 187 | <ant antfile="build.xml" target="clean" dir="surveyor2"/>
|
---|
[26958] | 188 | <ant antfile="build.xml" target="clean" dir="tag2link"/>
|
---|
[21186] | 189 | <ant antfile="build.xml" target="clean" dir="tageditor"/>
|
---|
[12780] | 190 | <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
|
---|
[13585] | 191 | <ant antfile="build.xml" target="clean" dir="terracer"/>
|
---|
[21575] | 192 | <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
|
---|
[19921] | 193 | <ant antfile="build.xml" target="clean" dir="tracer"/>
|
---|
[26174] | 194 | <ant antfile="build.xml" target="clean" dir="turnlanes"/>
|
---|
[24625] | 195 | <ant antfile="build.xml" target="clean" dir="trustosm"/>
|
---|
[21186] | 196 | <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
|
---|
| 197 | <ant antfile="build.xml" target="clean" dir="undelete"/>
|
---|
[24625] | 198 | <ant antfile="build.xml" target="clean" dir="utilsplugin2"/>
|
---|
[21253] | 199 | <ant antfile="build.xml" target="clean" dir="videomapping"/>
|
---|
[16607] | 200 | <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
|
---|
[15707] | 201 | <ant antfile="build.xml" target="clean" dir="waydownloader"/>
|
---|
[22850] | 202 | <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
|
---|
[21186] | 203 | <ant antfile="build.xml" target="clean" dir="wayselector"/>
|
---|
[28290] | 204 | <ant antfile="build.xml" target="clean" dir="wikipedia"/>
|
---|
[19991] | 205 | <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
|
---|
[12780] | 206 | </target>
|
---|
[26174] | 207 | <target name="clean_install"/>
|
---|
| 208 | <target name="install" depends="dist"/>
|
---|
[3779] | 209 | </project>
|
---|