[3779] | 1 | <project name="josm-plugins" default="build" basedir=".">
|
---|
[20283] | 2 | <target name="compile_josm" unless="skip-josm">
|
---|
[20583] | 3 | <echo message="test"/>
|
---|
[12780] | 4 | <ant dir="../core" target="dist" />
|
---|
| 5 | </target>
|
---|
| 6 | <target name="compile" depends="compile_josm"></target>
|
---|
| 7 | <target name="build" depends="dist"></target>
|
---|
| 8 | <target name="dist" depends="compile">
|
---|
| 9 | <mkdir dir="../dist"/>
|
---|
[18960] | 10 | <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
|
---|
[22850] | 11 | <ant antfile="build.xml" target="dist" dir="alignways"/>
|
---|
[20245] | 12 | <ant antfile="build.xml" target="dist" dir="buildings_tools"/>
|
---|
[13585] | 13 | <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
|
---|
[12780] | 14 | <ant antfile="build.xml" target="dist" dir="colorscheme"/>
|
---|
[23711] | 15 | <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
|
---|
[14371] | 16 | <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
|
---|
[16177] | 17 | <ant antfile="build.xml" target="dist" dir="czechaddress"/>
|
---|
[16176] | 18 | <ant antfile="build.xml" target="dist" dir="dataimport"/>
|
---|
[12780] | 19 | <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
|
---|
[22850] | 20 | <ant antfile="build.xml" target="dist" dir="download_along"/>
|
---|
[14221] | 21 | <ant antfile="build.xml" target="dist" dir="editgpx"/>
|
---|
[23711] | 22 | <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
|
---|
[22850] | 23 | <ant antfile="build.xml" target="dist" dir="ext_tools"/>
|
---|
[23929] | 24 | <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
|
---|
[12780] | 25 | <ant antfile="build.xml" target="dist" dir="globalsat"/>
|
---|
[16607] | 26 | <ant antfile="build.xml" target="dist" dir="graphview"/>
|
---|
[12780] | 27 | <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
|
---|
[23188] | 28 | <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
|
---|
[12780] | 29 | <ant antfile="build.xml" target="dist" dir="lakewalker"/>
|
---|
| 30 | <ant antfile="build.xml" target="dist" dir="livegps"/>
|
---|
| 31 | <ant antfile="build.xml" target="dist" dir="measurement"/>
|
---|
[17654] | 32 | <ant antfile="build.xml" target="dist" dir="michigan_left"/>
|
---|
[18078] | 33 | <ant antfile="build.xml" target="dist" dir="multipoly"/>
|
---|
[20416] | 34 | <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
|
---|
[12780] | 35 | <ant antfile="build.xml" target="dist" dir="nearclick"/>
|
---|
[22753] | 36 | <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
|
---|
[13585] | 37 | <ant antfile="build.xml" target="dist" dir="openlayers"/>
|
---|
[12992] | 38 | <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
|
---|
[12780] | 39 | <ant antfile="build.xml" target="dist" dir="openvisible"/>
|
---|
| 40 | <ant antfile="build.xml" target="dist" dir="osmarender"/>
|
---|
[21186] | 41 | <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
|
---|
[16177] | 42 | <ant antfile="build.xml" target="dist" dir="piclayer"/>
|
---|
[12780] | 43 | <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
|
---|
[21186] | 44 | <ant antfile="build.xml" target="dist" dir="public_transport"/>
|
---|
[12780] | 45 | <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
|
---|
[21253] | 46 | <ant antfile="build.xml" target="dist" dir="reverter"/>
|
---|
[22850] | 47 | <ant antfile="build.xml" target="dist" dir="roadsigns"/>
|
---|
[16428] | 48 | <ant antfile="build.xml" target="dist" dir="routes"/>
|
---|
[14287] | 49 | <ant antfile="build.xml" target="dist" dir="routing"/>
|
---|
[22850] | 50 | <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
|
---|
[12780] | 51 | <ant antfile="build.xml" target="dist" dir="slippymap"/>
|
---|
| 52 | <ant antfile="build.xml" target="dist" dir="surveyor"/>
|
---|
[21186] | 53 | <ant antfile="build.xml" target="dist" dir="tageditor"/>
|
---|
[12780] | 54 | <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
|
---|
[13585] | 55 | <ant antfile="build.xml" target="dist" dir="terracer"/>
|
---|
[22850] | 56 | <ant antfile="build.xml" target="dist" dir="toms"/>
|
---|
[21575] | 57 | <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
|
---|
[19921] | 58 | <ant antfile="build.xml" target="dist" dir="tracer"/>
|
---|
[21186] | 59 | <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
|
---|
| 60 | <ant antfile="build.xml" target="dist" dir="undelete"/>
|
---|
[16410] | 61 | <ant antfile="build.xml" target="dist" dir="validator"/>
|
---|
[21253] | 62 | <ant antfile="build.xml" target="dist" dir="videomapping"/>
|
---|
[16607] | 63 | <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
|
---|
[16177] | 64 | <ant antfile="build.xml" target="dist" dir="waydownloader"/>
|
---|
[22850] | 65 | <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
|
---|
[21186] | 66 | <ant antfile="build.xml" target="dist" dir="wayselector"/>
|
---|
[12780] | 67 | <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
|
---|
[19991] | 68 | <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
|
---|
[23188] | 69 | <!-- behind wms plugin! -->
|
---|
| 70 | <ant antfile="build.xml" target="dist" dir="irsrectify"/>
|
---|
[12780] | 71 | </target>
|
---|
| 72 | <target name="build_defect" depends="compile">
|
---|
| 73 | <ant antfile="build.xml" target="dist" dir="duplicateway"/>
|
---|
| 74 | <ant antfile="build.xml" target="dist" dir="grid"/>
|
---|
| 75 | </target>
|
---|
| 76 | <target name="clean">
|
---|
[18960] | 77 | <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
|
---|
[22850] | 78 | <ant antfile="build.xml" target="clean" dir="alignways"/>
|
---|
[20245] | 79 | <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
|
---|
[13585] | 80 | <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
|
---|
[12780] | 81 | <ant antfile="build.xml" target="clean" dir="colorscheme"/>
|
---|
[14371] | 82 | <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
|
---|
[15167] | 83 | <ant antfile="build.xml" target="clean" dir="czechaddress"/>
|
---|
[16176] | 84 | <ant antfile="build.xml" target="clean" dir="dataimport"/>
|
---|
[14125] | 85 | <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
|
---|
[22850] | 86 | <ant antfile="build.xml" target="clean" dir="download_along"/>
|
---|
[12780] | 87 | <ant antfile="build.xml" target="clean" dir="duplicateway"/>
|
---|
[14221] | 88 | <ant antfile="build.xml" target="clean" dir="editgpx"/>
|
---|
[22850] | 89 | <ant antfile="build.xml" target="clean" dir="ext_tools"/>
|
---|
[12780] | 90 | <ant antfile="build.xml" target="clean" dir="globalsat"/>
|
---|
[16607] | 91 | <ant antfile="build.xml" target="clean" dir="graphview"/>
|
---|
[12780] | 92 | <ant antfile="build.xml" target="clean" dir="grid"/>
|
---|
| 93 | <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
|
---|
[23188] | 94 | <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
|
---|
| 95 | <ant antfile="build.xml" target="clean" dir="irsrectify"/>
|
---|
[12780] | 96 | <ant antfile="build.xml" target="clean" dir="lakewalker"/>
|
---|
| 97 | <ant antfile="build.xml" target="clean" dir="livegps"/>
|
---|
| 98 | <ant antfile="build.xml" target="clean" dir="measurement"/>
|
---|
[17654] | 99 | <ant antfile="build.xml" target="clean" dir="michigan_left"/>
|
---|
[18078] | 100 | <ant antfile="build.xml" target="clean" dir="multipoly"/>
|
---|
[20583] | 101 | <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
|
---|
[12780] | 102 | <ant antfile="build.xml" target="clean" dir="nearclick"/>
|
---|
[22753] | 103 | <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
|
---|
[13585] | 104 | <ant antfile="build.xml" target="clean" dir="openlayers"/>
|
---|
[12992] | 105 | <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
|
---|
[12780] | 106 | <ant antfile="build.xml" target="clean" dir="openvisible"/>
|
---|
| 107 | <ant antfile="build.xml" target="clean" dir="osmarender"/>
|
---|
[21186] | 108 | <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
|
---|
[14839] | 109 | <ant antfile="build.xml" target="clean" dir="piclayer"/>
|
---|
[12780] | 110 | <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
|
---|
[19993] | 111 | <ant antfile="build.xml" target="clean" dir="public_transport"/>
|
---|
[12780] | 112 | <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
|
---|
[21253] | 113 | <ant antfile="build.xml" target="clean" dir="reverter"/>
|
---|
[22850] | 114 | <ant antfile="build.xml" target="clean" dir="roadsigns"/>
|
---|
[16607] | 115 | <ant antfile="build.xml" target="clean" dir="routes"/>
|
---|
[14287] | 116 | <ant antfile="build.xml" target="clean" dir="routing"/>
|
---|
[22850] | 117 | <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
|
---|
[12780] | 118 | <ant antfile="build.xml" target="clean" dir="slippymap"/>
|
---|
| 119 | <ant antfile="build.xml" target="clean" dir="surveyor"/>
|
---|
[21186] | 120 | <ant antfile="build.xml" target="clean" dir="tageditor"/>
|
---|
[12780] | 121 | <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
|
---|
[13585] | 122 | <ant antfile="build.xml" target="clean" dir="terracer"/>
|
---|
[22850] | 123 | <ant antfile="build.xml" target="clean" dir="toms"/>
|
---|
[21575] | 124 | <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
|
---|
[19921] | 125 | <ant antfile="build.xml" target="clean" dir="tracer"/>
|
---|
[21186] | 126 | <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
|
---|
| 127 | <ant antfile="build.xml" target="clean" dir="undelete"/>
|
---|
[12780] | 128 | <ant antfile="build.xml" target="clean" dir="validator"/>
|
---|
[21253] | 129 | <ant antfile="build.xml" target="clean" dir="videomapping"/>
|
---|
[16607] | 130 | <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
|
---|
[15707] | 131 | <ant antfile="build.xml" target="clean" dir="waydownloader"/>
|
---|
[22850] | 132 | <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
|
---|
[21186] | 133 | <ant antfile="build.xml" target="clean" dir="wayselector"/>
|
---|
[12780] | 134 | <ant antfile="build.xml" target="clean" dir="wmsplugin"/>
|
---|
[19991] | 135 | <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
|
---|
[12780] | 136 | </target>
|
---|
| 137 | <target name="clean_install"></target>
|
---|
| 138 | <target name="install" depends="dist"></target>
|
---|
[3779] | 139 | </project>
|
---|