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

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

cleanup due to plugin integration

File size: 9.4 KB
RevLine 
[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"/>
[24625]19 <ant antfile="build.xml" target="dist" dir="DirectDownload"/>
[12780]20 <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
[22850]21 <ant antfile="build.xml" target="dist" dir="download_along"/>
[14221]22 <ant antfile="build.xml" target="dist" dir="editgpx"/>
[23711]23 <ant antfile="build.xml" target="dist" dir="ElevationProfile"/>
[24625]24 <ant antfile="build.xml" target="dist" dir="epsg31287"/>
[22850]25 <ant antfile="build.xml" target="dist" dir="ext_tools"/>
[23929]26 <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
[12780]27 <ant antfile="build.xml" target="dist" dir="globalsat"/>
[24625]28 <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
[16607]29 <ant antfile="build.xml" target="dist" dir="graphview"/>
[12780]30 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
[23188]31 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
[24625]32 <ant antfile="build.xml" target="dist" dir="importvec"/>
[12780]33 <ant antfile="build.xml" target="dist" dir="lakewalker"/>
34 <ant antfile="build.xml" target="dist" dir="livegps"/>
[24625]35 <ant antfile="build.xml" target="dist" dir="mapdust"/>
[12780]36 <ant antfile="build.xml" target="dist" dir="measurement"/>
[17654]37 <ant antfile="build.xml" target="dist" dir="michigan_left"/>
[18078]38 <ant antfile="build.xml" target="dist" dir="multipoly"/>
[20416]39 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
[12780]40 <ant antfile="build.xml" target="dist" dir="nearclick"/>
[22753]41 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
[12992]42 <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
[12780]43 <ant antfile="build.xml" target="dist" dir="openvisible"/>
44 <ant antfile="build.xml" target="dist" dir="osmarender"/>
[24625]45 <ant antfile="build.xml" target="dist" dir="pdfimport"/>
[21186]46 <ant antfile="build.xml" target="dist" dir="photo_geotagging"/>
[16177]47 <ant antfile="build.xml" target="dist" dir="piclayer"/>
[12780]48 <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
[21186]49 <ant antfile="build.xml" target="dist" dir="public_transport"/>
[24625]50 <ant antfile="build.xml" target="dist" dir="restart"/>
[21253]51 <ant antfile="build.xml" target="dist" dir="reverter"/>
[22850]52 <ant antfile="build.xml" target="dist" dir="roadsigns"/>
[16428]53 <ant antfile="build.xml" target="dist" dir="routes"/>
[14287]54 <ant antfile="build.xml" target="dist" dir="routing"/>
[22850]55 <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
[24625]56 <ant antfile="build.xml" target="dist" dir="smed"/>
57 <ant antfile="build.xml" target="dist" dir="smed_fw"/>
[12780]58 <ant antfile="build.xml" target="dist" dir="surveyor"/>
[21186]59 <ant antfile="build.xml" target="dist" dir="tageditor"/>
[12780]60 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
[13585]61 <ant antfile="build.xml" target="dist" dir="terracer"/>
[22850]62 <ant antfile="build.xml" target="dist" dir="toms"/>
[21575]63 <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
[19921]64 <ant antfile="build.xml" target="dist" dir="tracer"/>
[21186]65 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
66 <ant antfile="build.xml" target="dist" dir="undelete"/>
[24625]67 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
[21253]68 <ant antfile="build.xml" target="dist" dir="videomapping"/>
[16607]69 <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
[16177]70 <ant antfile="build.xml" target="dist" dir="waydownloader"/>
[22850]71 <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
[21186]72 <ant antfile="build.xml" target="dist" dir="wayselector"/>
[19991]73 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
[23188]74 <!-- behind wms plugin! -->
75 <ant antfile="build.xml" target="dist" dir="irsrectify"/>
[12780]76 </target>
77 <target name="build_defect" depends="compile">
[24625]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"/>
[12780]81 </target>
82 <target name="clean">
[18960]83 <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
[22850]84 <ant antfile="build.xml" target="clean" dir="alignways"/>
[20245]85 <ant antfile="build.xml" target="clean" dir="buildings_tools"/>
[13585]86 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
[12780]87 <ant antfile="build.xml" target="clean" dir="colorscheme"/>
[14371]88 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
[15167]89 <ant antfile="build.xml" target="clean" dir="czechaddress"/>
[16176]90 <ant antfile="build.xml" target="clean" dir="dataimport"/>
[24625]91 <ant antfile="build.xml" target="clean" dir="DirectDownload"/>
[14125]92 <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
[22850]93 <ant antfile="build.xml" target="clean" dir="download_along"/>
[14221]94 <ant antfile="build.xml" target="clean" dir="editgpx"/>
[24625]95 <ant antfile="build.xml" target="clean" dir="epsg31287"/>
[22850]96 <ant antfile="build.xml" target="clean" dir="ext_tools"/>
[12780]97 <ant antfile="build.xml" target="clean" dir="globalsat"/>
[24625]98 <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
[16607]99 <ant antfile="build.xml" target="clean" dir="graphview"/>
[12780]100 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
[23188]101 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
[24625]102 <ant antfile="build.xml" target="clean" dir="importvec"/>
[23188]103 <ant antfile="build.xml" target="clean" dir="irsrectify"/>
[12780]104 <ant antfile="build.xml" target="clean" dir="lakewalker"/>
105 <ant antfile="build.xml" target="clean" dir="livegps"/>
[24514]106 <ant antfile="build.xml" target="clean" dir="mapdust"/>
[12780]107 <ant antfile="build.xml" target="clean" dir="measurement"/>
[17654]108 <ant antfile="build.xml" target="clean" dir="michigan_left"/>
[18078]109 <ant antfile="build.xml" target="clean" dir="multipoly"/>
[20583]110 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
[12780]111 <ant antfile="build.xml" target="clean" dir="nearclick"/>
[22753]112 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
[12992]113 <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
[12780]114 <ant antfile="build.xml" target="clean" dir="openvisible"/>
115 <ant antfile="build.xml" target="clean" dir="osmarender"/>
[24625]116 <ant antfile="build.xml" target="clean" dir="pdfimport"/>
[21186]117 <ant antfile="build.xml" target="clean" dir="photo_geotagging"/>
[14839]118 <ant antfile="build.xml" target="clean" dir="piclayer"/>
[12780]119 <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
[19993]120 <ant antfile="build.xml" target="clean" dir="public_transport"/>
[24625]121 <ant antfile="build.xml" target="clean" dir="restart"/>
[21253]122 <ant antfile="build.xml" target="clean" dir="reverter"/>
[24625]123 <ant antfile="build.xml" target="clean" dir="rgisopen"/>
[22850]124 <ant antfile="build.xml" target="clean" dir="roadsigns"/>
[16607]125 <ant antfile="build.xml" target="clean" dir="routes"/>
[14287]126 <ant antfile="build.xml" target="clean" dir="routing"/>
[22850]127 <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
[24625]128 <ant antfile="build.xml" target="clean" dir="smed"/>
[24626]129 <!--<ant antfile="build.xml" target="clean" dir="smed_bfw"/>-->
[24625]130 <ant antfile="build.xml" target="clean" dir="smed_fw"/>
[12780]131 <ant antfile="build.xml" target="clean" dir="surveyor"/>
[21186]132 <ant antfile="build.xml" target="clean" dir="tageditor"/>
[12780]133 <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
[13585]134 <ant antfile="build.xml" target="clean" dir="terracer"/>
[22850]135 <ant antfile="build.xml" target="clean" dir="toms"/>
[21575]136 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
[19921]137 <ant antfile="build.xml" target="clean" dir="tracer"/>
[24625]138 <ant antfile="build.xml" target="clean" dir="trustosm"/>
[21186]139 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
140 <ant antfile="build.xml" target="clean" dir="undelete"/>
[24625]141 <ant antfile="build.xml" target="clean" dir="utilsplugin2"/>
[21253]142 <ant antfile="build.xml" target="clean" dir="videomapping"/>
[16607]143 <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
[15707]144 <ant antfile="build.xml" target="clean" dir="waydownloader"/>
[22850]145 <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
[21186]146 <ant antfile="build.xml" target="clean" dir="wayselector"/>
[19991]147 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
[12780]148 </target>
149 <target name="clean_install"></target>
150 <target name="install" depends="dist"></target>
[3779]151</project>
Note: See TracBrowser for help on using the repository browser.