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

Last change on this file since 26958 was 26958, checked in by donvip, 13 years ago

Add tag2link to common JOSM plugins build.xml

File size: 11.6 KB
Line 
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="ColumbusCSV"/>
17 <ant antfile="build.xml" target="dist" dir="CommandLine"/>
18 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
19 <ant antfile="build.xml" target="dist" dir="czechaddress"/>
20 <ant antfile="build.xml" target="dist" dir="dataimport"/>
21 <ant antfile="build.xml" target="dist" dir="DirectDownload"/>
22 <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
23 <ant antfile="build.xml" target="dist" dir="download_along"/>
24 <ant antfile="build.xml" target="dist" dir="editgpx"/>
25 <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
26 <ant antfile="build.xml" target="dist" dir="epci-fr"/>
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="FastDraw"/>
30 <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
31 <ant antfile="build.xml" target="dist" dir="globalsat"/>
32 <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
33 <ant antfile="build.xml" target="dist" dir="gpxpoints"/>
34 <ant antfile="build.xml" target="dist" dir="graphview"/>
35 <ant antfile="build.xml" target="dist" dir="imageryadjust"/>
36 <ant antfile="build.xml" target="dist" dir="imagery-xml-bounds"/>
37 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
38 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
39 <ant antfile="build.xml" target="dist" dir="importvec"/>
40 <ant antfile="build.xml" target="dist" dir="ImproveWayAccuracy"/>
41 <ant antfile="build.xml" target="dist" dir="infomode"/>
42 <ant antfile="build.xml" target="dist" dir="irsrectify"/>
43 <ant antfile="build.xml" target="dist" dir="junctionchecking"/>
44 <ant antfile="build.xml" target="dist" dir="lakewalker"/>
45 <ant antfile="build.xml" target="dist" dir="licensechange"/>
46 <ant antfile="build.xml" target="dist" dir="livegps"/>
47 <ant antfile="build.xml" target="dist" dir="mapdust"/>
48 <ant antfile="build.xml" target="dist" dir="measurement"/>
49 <ant antfile="build.xml" target="dist" dir="michigan_left"/>
50 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
51 <ant antfile="build.xml" target="dist" dir="namemanager"/>
52 <ant antfile="build.xml" target="dist" dir="native-password-manager"/>
53 <ant antfile="build.xml" target="dist" dir="nearclick"/>
54 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
55 <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
56 <ant antfile="build.xml" target="dist" dir="openvisible"/>
57 <ant antfile="build.xml" target="dist" dir="osmarender"/>
58 <ant antfile="build.xml" target="dist" dir="pdfimport"/>
59 <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
60 <ant antfile="build.xml" target="dist" dir="piclayer"/>
61 <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
62 <ant antfile="build.xml" target="dist" dir="proj4j"/>
63 <ant antfile="build.xml" target="dist" dir="public_transport"/>
64 <ant antfile="build.xml" target="dist" dir="reltoolbox"/>
65 <ant antfile="build.xml" target="dist" dir="restart"/>
66 <ant antfile="build.xml" target="dist" dir="reverter"/>
67 <ant antfile="build.xml" target="dist" dir="roadsigns"/>
68 <ant antfile="build.xml" target="dist" dir="routes"/>
69 <ant antfile="build.xml" target="dist" dir="routing"/>
70 <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
71 <ant antfile="build.xml" target="dist" dir="smed"/>
72 <ant antfile="build.xml" target="dist" dir="smed_fw"/>
73 <ant antfile="build.xml" target="dist" dir="surveyor"/>
74 <ant antfile="build.xml" target="dist" dir="tag2link"/>
75 <ant antfile="build.xml" target="dist" dir="tageditor"/>
76 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
77 <ant antfile="build.xml" target="dist" dir="terracer"/>
78 <ant antfile="build.xml" target="dist" dir="toms"/>
79 <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
80 <ant antfile="build.xml" target="dist" dir="tracer"/>
81 <ant antfile="build.xml" target="dist" dir="turnlanes"/>
82 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
83 <ant antfile="build.xml" target="dist" dir="undelete"/>
84 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
85 <ant antfile="build.xml" target="dist" dir="videomapping"/>
86 <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
87 <ant antfile="build.xml" target="dist" dir="waydownloader"/>
88 <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
89 <ant antfile="build.xml" target="dist" dir="wayselector"/>
90 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
91 </target>
92 <target name="build_defect" depends="compile">
93 <ant antfile="build.xml" target="dist" dir="rgisopen"/>
94 <ant antfile="build.xml" target="dist" dir="smed_bfw"/>
95 <ant antfile="build.xml" target="dist" dir="trustosm"/>
96 </target>
97 <target name="clean">
98 <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
99 <ant antfile="build.xml" target="clean" dir="alignways"/>
100 <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
101 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
102 <ant antfile="build.xml" target="clean" dir="colorscheme"/>
103 <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/>
104 <ant antfile="build.xml" target="clean" dir="CommandLine"/>
105 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
106 <ant antfile="build.xml" target="clean" dir="czechaddress"/>
107 <ant antfile="build.xml" target="clean" dir="dataimport"/>
108 <ant antfile="build.xml" target="clean" dir="DirectDownload"/>
109 <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
110 <ant antfile="build.xml" target="clean" dir="download_along"/>
111 <ant antfile="build.xml" target="clean" dir="editgpx"/>
112 <ant antfile="build.xml" target="clean" dir="ElevationProfile"/>
113 <ant antfile="build.xml" target="clean" dir="epci-fr"/>
114 <ant antfile="build.xml" target="clean" dir="epsg31287"/>
115 <ant antfile="build.xml" target="clean" dir="ext_tools"/>
116 <ant antfile="build.xml" target="clean" dir="FastDraw"/>
117 <ant antfile="build.xml" target="clean" dir="FixAddresses"/>
118 <ant antfile="build.xml" target="clean" dir="globalsat"/>
119 <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
120 <ant antfile="build.xml" target="clean" dir="gpxpoints"/>
121 <ant antfile="build.xml" target="clean" dir="graphview"/>
122 <ant antfile="build.xml" target="clean" dir="imageryadjust"/>
123 <ant antfile="build.xml" target="clean" dir="imagery-xml-bounds"/>
124 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
125 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
126 <ant antfile="build.xml" target="clean" dir="importvec"/>
127 <ant antfile="build.xml" target="clean" dir="ImproveWayAccuracy"/>
128 <ant antfile="build.xml" target="clean" dir="infomode"/>
129 <ant antfile="build.xml" target="clean" dir="irsrectify"/>
130 <ant antfile="build.xml" target="clean" dir="junctionchecking"/>
131 <ant antfile="build.xml" target="clean" dir="lakewalker"/>
132 <ant antfile="build.xml" target="clean" dir="licensechange"/>
133 <ant antfile="build.xml" target="clean" dir="livegps"/>
134 <ant antfile="build.xml" target="clean" dir="mapdust"/>
135 <ant antfile="build.xml" target="clean" dir="measurement"/>
136 <ant antfile="build.xml" target="clean" dir="michigan_left"/>
137 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
138 <ant antfile="build.xml" target="clean" dir="namemanager"/>
139 <ant antfile="build.xml" target="clean" dir="native-password-manager"/>
140 <ant antfile="build.xml" target="clean" dir="nearclick"/>
141 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
142 <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
143 <ant antfile="build.xml" target="clean" dir="openvisible"/>
144 <ant antfile="build.xml" target="clean" dir="osmarender"/>
145 <ant antfile="build.xml" target="clean" dir="pdfimport"/>
146 <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
147 <ant antfile="build.xml" target="clean" dir="piclayer"/>
148 <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
149 <ant antfile="build.xml" target="clean" dir="proj4j"/>
150 <ant antfile="build.xml" target="clean" dir="public_transport"/>
151 <ant antfile="build.xml" target="clean" dir="reltoolbox"/>
152 <ant antfile="build.xml" target="clean" dir="restart"/>
153 <ant antfile="build.xml" target="clean" dir="reverter"/>
154 <ant antfile="build.xml" target="clean" dir="rgisopen"/>
155 <ant antfile="build.xml" target="clean" dir="roadsigns"/>
156 <ant antfile="build.xml" target="clean" dir="routes"/>
157 <ant antfile="build.xml" target="clean" dir="routing"/>
158 <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
159 <ant antfile="build.xml" target="clean" dir="smed"/>
160 <!--<ant antfile="build.xml" target="clean" dir="smed_bfw"/>-->
161 <ant antfile="build.xml" target="clean" dir="smed_fw"/>
162 <ant antfile="build.xml" target="clean" dir="surveyor"/>
163 <ant antfile="build.xml" target="clean" dir="tag2link"/>
164 <ant antfile="build.xml" target="clean" dir="tageditor"/>
165 <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
166 <ant antfile="build.xml" target="clean" dir="terracer"/>
167 <ant antfile="build.xml" target="clean" dir="toms"/>
168 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
169 <ant antfile="build.xml" target="clean" dir="tracer"/>
170 <ant antfile="build.xml" target="clean" dir="turnlanes"/>
171 <ant antfile="build.xml" target="clean" dir="trustosm"/>
172 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
173 <ant antfile="build.xml" target="clean" dir="undelete"/>
174 <ant antfile="build.xml" target="clean" dir="utilsplugin2"/>
175 <ant antfile="build.xml" target="clean" dir="videomapping"/>
176 <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
177 <ant antfile="build.xml" target="clean" dir="waydownloader"/>
178 <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
179 <ant antfile="build.xml" target="clean" dir="wayselector"/>
180 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
181 </target>
182 <target name="clean_install"/>
183 <target name="install" depends="dist"/>
184</project>
Note: See TracBrowser for help on using the repository browser.