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

Last change on this file since 16382 was 16382, checked in by stoecker, 15 years ago

tcxplugin moved into dataimport - patch by dmuecke

File size: 5.0 KB
RevLine 
[3779]1<project name="josm-plugins" default="build" basedir=".">
[12780]2 <target name="compile_josm">
3 <ant dir="../core" target="dist" />
4 </target>
5 <target name="compile" depends="compile_josm"></target>
6 <target name="build" depends="dist"></target>
7 <target name="dist" depends="compile">
8 <mkdir dir="../dist"/>
9 <ant antfile="build.xml" target="dist" dir="agpifoj"/>
[13585]10 <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
[12780]11 <ant antfile="build.xml" target="dist" dir="colorscheme"/>
[14371]12 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
[16177]13 <ant antfile="build.xml" target="dist" dir="czechaddress"/>
[16176]14 <ant antfile="build.xml" target="dist" dir="dataimport"/>
[12780]15 <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
[14221]16 <ant antfile="build.xml" target="dist" dir="editgpx"/>
[12780]17 <ant antfile="build.xml" target="dist" dir="globalsat"/>
18 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
19 <ant antfile="build.xml" target="dist" dir="lakewalker"/>
20 <ant antfile="build.xml" target="dist" dir="livegps"/>
21 <ant antfile="build.xml" target="dist" dir="measurement"/>
22 <ant antfile="build.xml" target="dist" dir="nearclick"/>
[13585]23 <ant antfile="build.xml" target="dist" dir="openlayers"/>
[12992]24 <ant antfile="build.xml" target="dist" dir="openstreetbugs"/>
[12780]25 <ant antfile="build.xml" target="dist" dir="openvisible"/>
26 <ant antfile="build.xml" target="dist" dir="osmarender"/>
[16177]27 <ant antfile="build.xml" target="dist" dir="piclayer"/>
[12780]28 <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
29 <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
[14287]30 <ant antfile="build.xml" target="dist" dir="routing"/>
[12780]31 <ant antfile="build.xml" target="dist" dir="slippymap"/>
32 <ant antfile="build.xml" target="dist" dir="surveyor"/>
33 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
[14368]34 <ant antfile="build.xml" target="dist" dir="tageditor"/>
[13585]35 <ant antfile="build.xml" target="dist" dir="terracer"/>
[12992]36 <ant antfile="build.xml" target="dist" dir="usertools"/>
[12780]37 <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
38 <ant antfile="build.xml" target="dist" dir="validator"/>
[16177]39 <ant antfile="build.xml" target="dist" dir="waydownloader"/>
[12780]40 <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
41 </target>
42 <target name="build_defect" depends="compile">
43 <ant antfile="build.xml" target="dist" dir="duplicateway"/>
44 <ant antfile="build.xml" target="dist" dir="grid"/>
45 </target>
46 <target name="clean">
47 <ant antfile="build.xml" target="clean" dir="agpifoj"/>
[13585]48 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
[12780]49 <ant antfile="build.xml" target="clean" dir="colorscheme"/>
[14371]50 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
[15167]51 <ant antfile="build.xml" target="clean" dir="czechaddress"/>
[16176]52 <ant antfile="build.xml" target="clean" dir="dataimport"/>
[14125]53 <ant antfile="build.xml" target="clean" dir="DirectUpload"/>
[12780]54 <ant antfile="build.xml" target="clean" dir="duplicateway"/>
[14221]55 <ant antfile="build.xml" target="clean" dir="editgpx"/>
[12780]56 <ant antfile="build.xml" target="clean" dir="globalsat"/>
57 <ant antfile="build.xml" target="clean" dir="grid"/>
58 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
59 <ant antfile="build.xml" target="clean" dir="lakewalker"/>
60 <ant antfile="build.xml" target="clean" dir="livegps"/>
61 <ant antfile="build.xml" target="clean" dir="measurement"/>
62 <ant antfile="build.xml" target="clean" dir="nearclick"/>
[13585]63 <ant antfile="build.xml" target="clean" dir="openlayers"/>
[12992]64 <ant antfile="build.xml" target="clean" dir="openstreetbugs"/>
[12780]65 <ant antfile="build.xml" target="clean" dir="openvisible"/>
66 <ant antfile="build.xml" target="clean" dir="osmarender"/>
[14839]67 <ant antfile="build.xml" target="clean" dir="piclayer"/>
[12780]68 <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
69 <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
[14287]70 <ant antfile="build.xml" target="clean" dir="routing"/>
[12780]71 <ant antfile="build.xml" target="clean" dir="slippymap"/>
72 <ant antfile="build.xml" target="clean" dir="surveyor"/>
73 <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
[14367]74 <ant antfile="build.xml" target="clean" dir="tageditor"/>
[13585]75 <ant antfile="build.xml" target="clean" dir="terracer"/>
[12992]76 <ant antfile="build.xml" target="clean" dir="usertools"/>
[12780]77 <ant antfile="build.xml" target="clean" dir="utilsplugin"/>
78 <ant antfile="build.xml" target="clean" dir="validator"/>
[15707]79 <ant antfile="build.xml" target="clean" dir="waydownloader"/>
[12780]80 <ant antfile="build.xml" target="clean" dir="wmsplugin"/>
81 </target>
82 <target name="clean_install"></target>
83 <target name="install" depends="dist"></target>
[3779]84</project>
Note: See TracBrowser for help on using the repository browser.