source: osm/applications/editors/josm/plugins/build.xml@ 24625

Last change on this file since 24625 was 24625, checked in by stoecker, 14 years ago

cleanup builds

File size: 10.0 KB
Line 
1<project name="josm-plugins" default="build" basedir=".">
2 <target name="compile_josm" unless="skip-josm">
3 <echo message="test"/>
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"/>
10 <!-- must be before other plugins using it -->
11 <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
12
13 <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
14 <ant antfile="build.xml" target="dist" dir="alignways"/>
15 <ant antfile="build.xml" target="dist" dir="buildings_tools"/>
16 <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
17 <ant antfile="build.xml" target="dist" dir="colorscheme"/>
18 <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
19 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
20 <ant antfile="build.xml" target="dist" dir="czechaddress"/>
21 <ant antfile="build.xml" target="dist" dir="dataimport"/>
22 <ant antfile="build.xml" target="dist" dir="DirectDownload"/>
23 <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
24 <ant antfile="build.xml" target="dist" dir="download_along"/>
25 <ant antfile="build.xml" target="dist" dir="editgpx"/>
26 <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
27 <ant antfile="build.xml" target="dist" dir="epsg31287"/>
28 <ant antfile="build.xml" target="dist" dir="ext_tools"/>
29 <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
30 <ant antfile="build.xml" target="dist" dir="globalsat"/>
31 <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
32 <ant antfile="build.xml" target="dist" dir="graphview"/>
33 <ant antfile="build.xml" target="dist" dir="imagery"/>
34 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
35 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
36 <ant antfile="build.xml" target="dist" dir="importvec"/>
37 <ant antfile="build.xml" target="dist" dir="lakewalker"/>
38 <ant antfile="build.xml" target="dist" dir="livegps"/>
39 <ant antfile="build.xml" target="dist" dir="mapdust"/>
40 <ant antfile="build.xml" target="dist" dir="measurement"/>
41 <ant antfile="build.xml" target="dist" dir="michigan_left"/>
42 <ant antfile="build.xml" target="dist" dir="multipoly"/>
43 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
44 <ant antfile="build.xml" target="dist" dir="nearclick"/>
45 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
46 <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
47 <ant antfile="build.xml" target="dist" dir="openvisible"/>
48 <ant antfile="build.xml" target="dist" dir="osmarender"/>
49 <ant antfile="build.xml" target="dist" dir="pdfimport"/>
50 <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
51 <ant antfile="build.xml" target="dist" dir="piclayer"/>
52 <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
53 <ant antfile="build.xml" target="dist" dir="public_transport"/>
54 <ant antfile="build.xml" target="dist" dir="restart"/>
55 <ant antfile="build.xml" target="dist" dir="reverter"/>
56 <ant antfile="build.xml" target="dist" dir="roadsigns"/>
57 <ant antfile="build.xml" target="dist" dir="routes"/>
58 <ant antfile="build.xml" target="dist" dir="routing"/>
59 <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
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"/>
63 <ant antfile="build.xml" target="dist" dir="surveyor"/>
64 <ant antfile="build.xml" target="dist" dir="tageditor"/>
65 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
66 <ant antfile="build.xml" target="dist" dir="terracer"/>
67 <ant antfile="build.xml" target="dist" dir="toms"/>
68 <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
69 <ant antfile="build.xml" target="dist" dir="tracer"/>
70 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
71 <ant antfile="build.xml" target="dist" dir="undelete"/>
72 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
73 <ant antfile="build.xml" target="dist" dir="videomapping"/>
74 <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
75 <ant antfile="build.xml" target="dist" dir="waydownloader"/>
76 <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
77 <ant antfile="build.xml" target="dist" dir="wayselector"/>
78 <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
79 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
80 <!-- behind wms plugin! -->
81 <ant antfile="build.xml" target="dist" dir="irsrectify"/>
82 </target>
83 <target name="build_defect" depends="compile">
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"/>
87 </target>
88 <target name="clean">
89 <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
90 <ant antfile="build.xml" target="clean" dir="alignways"/>
91 <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
92 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
93 <ant antfile="build.xml" target="clean" dir="colorscheme"/>
94 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
95 <ant antfile="build.xml" target="clean" dir="czechaddress"/>
96 <ant antfile="build.xml" target="clean" dir="dataimport"/>
97 <ant antfile="build.xml" target="clean" dir="DirectDownload"/>
98 <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
99 <ant antfile="build.xml" target="clean" dir="download_along"/>
100 <ant antfile="build.xml" target="clean" dir="editgpx"/>
101 <ant antfile="build.xml" target="clean" dir="epsg31287"/>
102 <ant antfile="build.xml" target="clean" dir="ext_tools"/>
103 <ant antfile="build.xml" target="clean" dir="globalsat"/>
104 <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
105 <ant antfile="build.xml" target="clean" dir="graphview"/>
106 <ant antfile="build.xml" target="clean" dir="imagery"/>
107 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
108 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
109 <ant antfile="build.xml" target="clean" dir="importvec"/>
110 <ant antfile="build.xml" target="clean" dir="irsrectify"/>
111 <ant antfile="build.xml" target="clean" dir="lakewalker"/>
112 <ant antfile="build.xml" target="clean" dir="livegps"/>
113 <ant antfile="build.xml" target="clean" dir="mapdust"/>
114 <ant antfile="build.xml" target="clean" dir="measurement"/>
115 <ant antfile="build.xml" target="clean" dir="michigan_left"/>
116 <ant antfile="build.xml" target="clean" dir="multipoly"/>
117 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
118 <ant antfile="build.xml" target="clean" dir="nearclick"/>
119 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
120 <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
121 <ant antfile="build.xml" target="clean" dir="openvisible"/>
122 <ant antfile="build.xml" target="clean" dir="osmarender"/>
123 <ant antfile="build.xml" target="clean" dir="pdfimport"/>
124 <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
125 <ant antfile="build.xml" target="clean" dir="piclayer"/>
126 <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
127 <ant antfile="build.xml" target="clean" dir="public_transport"/>
128 <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
129 <ant antfile="build.xml" target="clean" dir="restart"/>
130 <ant antfile="build.xml" target="clean" dir="reverter"/>
131 <ant antfile="build.xml" target="clean" dir="rgisopen"/>
132 <ant antfile="build.xml" target="clean" dir="roadsigns"/>
133 <ant antfile="build.xml" target="clean" dir="routes"/>
134 <ant antfile="build.xml" target="clean" dir="routing"/>
135 <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
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"/>
140 <ant antfile="build.xml" target="clean" dir="surveyor"/>
141 <ant antfile="build.xml" target="clean" dir="tageditor"/>
142 <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
143 <ant antfile="build.xml" target="clean" dir="terracer"/>
144 <ant antfile="build.xml" target="clean" dir="toms"/>
145 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
146 <ant antfile="build.xml" target="clean" dir="tracer"/>
147 <ant antfile="build.xml" target="clean" dir="trustosm"/>
148 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
149 <ant antfile="build.xml" target="clean" dir="undelete"/>
150 <ant antfile="build.xml" target="clean" dir="utilsplugin2"/>
151 <ant antfile="build.xml" target="clean" dir="videomapping"/>
152 <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
153 <ant antfile="build.xml" target="clean" dir="waydownloader"/>
154 <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
155 <ant antfile="build.xml" target="clean" dir="wayselector"/>
156 <ant antfile="build.xml" target="clean" dir="wmsplugin"/>
157 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
158 </target>
159 <target name="clean_install"></target>
160 <target name="install" depends="dist"></target>
161</project>
Note: See TracBrowser for help on using the repository browser.