<project name="josm-plugins" default="build" basedir=".">


  <target name="compile_josm">
    <ant dir="../core" target="dist" />
  </target>

  <target name="compile" depends="compile_josm">
  </target>

  <target name="build" depends="dist">
  </target>

  <target name="dist" depends="compile">
    <mkdir dir="../dist"/>
    <ant	dir="agpifoj"		antfile="build.xml"	target="dist"/>
    <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/>
    <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/>
    <ant	dir="lakewalker"	antfile="build.xml"	target="dist"/>
    <ant	dir="lang"		antfile="build.xml"	target="dist"/>
    <ant	dir="livegps"		antfile="build.xml"	target="dist"/>
    <ant	dir="namefinder"	antfile="build.xml"	target="dist"/>
    <ant	dir="nearclick"		antfile="build.xml"	target="dist"/>
    <ant	dir="openvisible"	antfile="build.xml"     target="dist"/>
    <ant	dir="osmarender"	antfile="build.xml"	target="dist"/>
    <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/>
    <ant	dir="pluginmanager"	antfile="build.xml"	target="dist"/> 
    <ant	dir="slippymap"		antfile="build.xml"	target="dist"/>
    <ant	dir="surveyor"		antfile="build.xml"     target="dist"/>
    <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/>
    <ant	dir="utilsplugin"	antfile="build.xml"	target="dist"/>
    <ant	dir="validator"		antfile="build.xml"	target="dist"/>
    <ant	dir="waypoints"		antfile="build.xml"	target="dist"/>
    <ant	dir="wmsplugin"		antfile="build.xml"	target="dist"/>
    <ant	dir="ywms"		antfile="build.xml"	target="dist"/>
  </target>

  <target name="build_defect" depends="compile">
    <ant	dir="grid"		antfile="build.xml"	target="dist"/>
    <ant	dir="navigator"		antfile="build.xml"	target="dist"/>
  </target>

  <target name="clean">
    <ant	dir="agpifoj"		antfile="build.xml"	target="clean"/>
    <ant	dir="colorscheme"	antfile="build.xml"	target="clean"/>
    <ant	dir="duplicateway"	antfile="build.xml"	target="clean"/>
    <ant	dir="grid"		antfile="build.xml"	target="clean"/>
    <ant	dir="lakewalker"	antfile="build.xml"	target="clean"/>
    <ant	dir="lang"		antfile="build.xml"	target="clean"/>
    <ant	dir="livegps"		antfile="build.xml"	target="clean"/>
    <ant	dir="namefinder"	antfile="build.xml"	target="clean"/>
    <ant	dir="navigator"		antfile="build.xml"	target="clean"/>
    <ant	dir="nearclick"		antfile="build.xml"	target="clean"/>
    <ant	dir="openvisible"	antfile="build.xml"	target="clean"/>
    <ant	dir="osmarender"	antfile="build.xml"	target="clean"/>
    <ant	dir="plastic_laf"	antfile="build.xml"	target="clean"/>
    <ant	dir="pluginmanager"	antfile="build.xml"	target="clean"/>
    <ant	dir="slippymap"		antfile="build.xml"	target="clean"/>
    <ant	dir="surveyor"		antfile="build.xml"	target="clean"/>
    <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="clean"/>
    <ant	dir="utilsplugin"	antfile="build.xml"	target="clean"/>
    <ant	dir="validator"		antfile="build.xml"	target="clean"/>
    <ant	dir="waypoints"		antfile="build.xml"	target="clean"/>
    <ant	dir="wmsplugin"		antfile="build.xml"	target="clean"/>
    <ant	dir="ywms"		antfile="build.xml"	target="clean"/>
  </target>

  <target name="clean_install">
  </target>

  <target name="install" depends="dist">
  </target>

</project>
