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 | <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
|
---|
11 | <ant antfile="build.xml" target="dist" dir="alignways"/>
|
---|
12 | <ant antfile="build.xml" target="dist" dir="buildings_tools"/>
|
---|
13 | <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
|
---|
14 | <ant antfile="build.xml" target="dist" dir="colorscheme"/>
|
---|
15 | <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
|
---|
16 | <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
|
---|
17 | <ant antfile="build.xml" target="dist" dir="czechaddress"/>
|
---|
18 | <ant antfile="build.xml" target="dist" dir="dataimport"/>
|
---|
19 | <ant antfile="build.xml" target="dist" dir="DirectDownload"/>
|
---|
20 | <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
|
---|
21 | <ant antfile="build.xml" target="dist" dir="download_along"/>
|
---|
22 | <ant antfile="build.xml" target="dist" dir="editgpx"/>
|
---|
23 | <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
|
---|
24 | <ant antfile="build.xml" target="dist" dir="epsg31287"/>
|
---|
25 | <ant antfile="build.xml" target="dist" dir="ext_tools"/>
|
---|
26 | <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
|
---|
27 | <ant antfile="build.xml" target="dist" dir="globalsat"/>
|
---|
28 | <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
|
---|
29 | <ant antfile="build.xml" target="dist" dir="graphview"/>
|
---|
30 | <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
|
---|
31 | <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
|
---|
32 | <ant antfile="build.xml" target="dist" dir="importvec"/>
|
---|
33 | <ant antfile="build.xml" target="dist" dir="lakewalker"/>
|
---|
34 | <ant antfile="build.xml" target="dist" dir="livegps"/>
|
---|
35 | <ant antfile="build.xml" target="dist" dir="mapdust"/>
|
---|
36 | <ant antfile="build.xml" target="dist" dir="measurement"/>
|
---|
37 | <ant antfile="build.xml" target="dist" dir="michigan_left"/>
|
---|
38 | <ant antfile="build.xml" target="dist" dir="multipoly"/>
|
---|
39 | <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
|
---|
40 | <ant antfile="build.xml" target="dist" dir="nearclick"/>
|
---|
41 | <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
|
---|
42 | <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
|
---|
43 | <ant antfile="build.xml" target="dist" dir="openvisible"/>
|
---|
44 | <ant antfile="build.xml" target="dist" dir="osmarender"/>
|
---|
45 | <ant antfile="build.xml" target="dist" dir="pdfimport"/>
|
---|
46 | <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
|
---|
47 | <ant antfile="build.xml" target="dist" dir="piclayer"/>
|
---|
48 | <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
|
---|
49 | <ant antfile="build.xml" target="dist" dir="public_transport"/>
|
---|
50 | <ant antfile="build.xml" target="dist" dir="restart"/>
|
---|
51 | <ant antfile="build.xml" target="dist" dir="reverter"/>
|
---|
52 | <ant antfile="build.xml" target="dist" dir="roadsigns"/>
|
---|
53 | <ant antfile="build.xml" target="dist" dir="routes"/>
|
---|
54 | <ant antfile="build.xml" target="dist" dir="routing"/>
|
---|
55 | <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
|
---|
56 | <ant antfile="build.xml" target="dist" dir="smed"/>
|
---|
57 | <ant antfile="build.xml" target="dist" dir="smed_fw"/>
|
---|
58 | <ant antfile="build.xml" target="dist" dir="surveyor"/>
|
---|
59 | <ant antfile="build.xml" target="dist" dir="tageditor"/>
|
---|
60 | <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
|
---|
61 | <ant antfile="build.xml" target="dist" dir="terracer"/>
|
---|
62 | <ant antfile="build.xml" target="dist" dir="toms"/>
|
---|
63 | <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
|
---|
64 | <ant antfile="build.xml" target="dist" dir="tracer"/>
|
---|
65 | <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
|
---|
66 | <ant antfile="build.xml" target="dist" dir="undelete"/>
|
---|
67 | <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
|
---|
68 | <ant antfile="build.xml" target="dist" dir="videomapping"/>
|
---|
69 | <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
|
---|
70 | <ant antfile="build.xml" target="dist" dir="waydownloader"/>
|
---|
71 | <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
|
---|
72 | <ant antfile="build.xml" target="dist" dir="wayselector"/>
|
---|
73 | <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
|
---|
74 | <!-- behind wms plugin! -->
|
---|
75 | <ant antfile="build.xml" target="dist" dir="irsrectify"/>
|
---|
76 | </target>
|
---|
77 | <target name="build_defect" depends="compile">
|
---|
78 | <ant antfile="build.xml" target="dist" dir="rgisopen"/>
|
---|
79 | <ant antfile="build.xml" target="dist" dir="smed_bfw"/>
|
---|
80 | <ant antfile="build.xml" target="dist" dir="trustosm"/>
|
---|
81 | </target>
|
---|
82 | <target name="clean">
|
---|
83 | <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
|
---|
84 | <ant antfile="build.xml" target="clean" dir="alignways"/>
|
---|
85 | <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
|
---|
86 | <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
|
---|
87 | <ant antfile="build.xml" target="clean" dir="colorscheme"/>
|
---|
88 | <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
|
---|
89 | <ant antfile="build.xml" target="clean" dir="czechaddress"/>
|
---|
90 | <ant antfile="build.xml" target="clean" dir="dataimport"/>
|
---|
91 | <ant antfile="build.xml" target="clean" dir="DirectDownload"/>
|
---|
92 | <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
|
---|
93 | <ant antfile="build.xml" target="clean" dir="download_along"/>
|
---|
94 | <ant antfile="build.xml" target="clean" dir="editgpx"/>
|
---|
95 | <ant antfile="build.xml" target="clean" dir="epsg31287"/>
|
---|
96 | <ant antfile="build.xml" target="clean" dir="ext_tools"/>
|
---|
97 | <ant antfile="build.xml" target="clean" dir="globalsat"/>
|
---|
98 | <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
|
---|
99 | <ant antfile="build.xml" target="clean" dir="graphview"/>
|
---|
100 | <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
|
---|
101 | <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
|
---|
102 | <ant antfile="build.xml" target="clean" dir="importvec"/>
|
---|
103 | <ant antfile="build.xml" target="clean" dir="irsrectify"/>
|
---|
104 | <ant antfile="build.xml" target="clean" dir="lakewalker"/>
|
---|
105 | <ant antfile="build.xml" target="clean" dir="livegps"/>
|
---|
106 | <ant antfile="build.xml" target="clean" dir="mapdust"/>
|
---|
107 | <ant antfile="build.xml" target="clean" dir="measurement"/>
|
---|
108 | <ant antfile="build.xml" target="clean" dir="michigan_left"/>
|
---|
109 | <ant antfile="build.xml" target="clean" dir="multipoly"/>
|
---|
110 | <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
|
---|
111 | <ant antfile="build.xml" target="clean" dir="nearclick"/>
|
---|
112 | <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
|
---|
113 | <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
|
---|
114 | <ant antfile="build.xml" target="clean" dir="openvisible"/>
|
---|
115 | <ant antfile="build.xml" target="clean" dir="osmarender"/>
|
---|
116 | <ant antfile="build.xml" target="clean" dir="pdfimport"/>
|
---|
117 | <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
|
---|
118 | <ant antfile="build.xml" target="clean" dir="piclayer"/>
|
---|
119 | <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
|
---|
120 | <ant antfile="build.xml" target="clean" dir="public_transport"/>
|
---|
121 | <ant antfile="build.xml" target="clean" dir="restart"/>
|
---|
122 | <ant antfile="build.xml" target="clean" dir="reverter"/>
|
---|
123 | <ant antfile="build.xml" target="clean" dir="rgisopen"/>
|
---|
124 | <ant antfile="build.xml" target="clean" dir="roadsigns"/>
|
---|
125 | <ant antfile="build.xml" target="clean" dir="routes"/>
|
---|
126 | <ant antfile="build.xml" target="clean" dir="routing"/>
|
---|
127 | <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
|
---|
128 | <ant antfile="build.xml" target="clean" dir="smed"/>
|
---|
129 | <!--<ant antfile="build.xml" target="clean" dir="smed_bfw"/>-->
|
---|
130 | <ant antfile="build.xml" target="clean" dir="smed_fw"/>
|
---|
131 | <ant antfile="build.xml" target="clean" dir="surveyor"/>
|
---|
132 | <ant antfile="build.xml" target="clean" dir="tageditor"/>
|
---|
133 | <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
|
---|
134 | <ant antfile="build.xml" target="clean" dir="terracer"/>
|
---|
135 | <ant antfile="build.xml" target="clean" dir="toms"/>
|
---|
136 | <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
|
---|
137 | <ant antfile="build.xml" target="clean" dir="tracer"/>
|
---|
138 | <ant antfile="build.xml" target="clean" dir="trustosm"/>
|
---|
139 | <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
|
---|
140 | <ant antfile="build.xml" target="clean" dir="undelete"/>
|
---|
141 | <ant antfile="build.xml" target="clean" dir="utilsplugin2"/>
|
---|
142 | <ant antfile="build.xml" target="clean" dir="videomapping"/>
|
---|
143 | <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
|
---|
144 | <ant antfile="build.xml" target="clean" dir="waydownloader"/>
|
---|
145 | <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
|
---|
146 | <ant antfile="build.xml" target="clean" dir="wayselector"/>
|
---|
147 | <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
|
---|
148 | </target>
|
---|
149 | <target name="clean_install"></target>
|
---|
150 | <target name="install" depends="dist"></target>
|
---|
151 | </project>
|
---|