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