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