Ignore:
Timestamp:
2008-07-24T13:42:46+02:00 (16 years ago)
Author:
stoecker
Message:

some cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r9245 r9274  
    1616    <ant        dir="colorscheme"       antfile="build.xml"     target="dist"/>
    1717    <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
     18    <ant        dir="lakewalker"        antfile="build.xml"     target="dist"/>
    1819    <ant        dir="lang"              antfile="build.xml"     target="dist"/>
     20    <ant        dir="livegps"           antfile="build.xml"     target="dist"/>
    1921    <ant        dir="namefinder"        antfile="build.xml"     target="dist"/>
    2022    <ant        dir="nearclick"         antfile="build.xml"     target="dist"/>
     
    2729    <ant        dir="wmsplugin"         antfile="build.xml"     target="dist"/>
    2830    <ant        dir="ywms"              antfile="build.xml"     target="dist"/>
    29 
    30     <ant        dir="livegps"           antfile="build.xml"     target="dist"/>
    3131  </target>
    3232
    3333  <target name="build_defect" depends="compile">
    34     <ant        dir="lakewalker"        antfile="build.xml"     target="dist"/>
     34    <ant        dir="grid"              antfile="build.xml"     target="dist"/>
    3535    <ant        dir="navigator"         antfile="build.xml"     target="dist"/>
    3636    <ant        dir="pluginmanager"     antfile="build.xml"     target="dist"/>
     37    <ant        dir="surveyor"          antfile="build.xml"     target="dist"/>
    3738    <ant        dir="tagging-preset-tester"     antfile="build.xml"     target="dist"/>
    3839    <ant        dir="waypoints"         antfile="build.xml"     target="dist"/>
    39     <ant        dir="grid"              antfile="build.xml"     target="dist"/>
    40     <ant        dir="surveyor"          antfile="build.xml"     target="dist"/>
    4140  </target>
    4241
     
    4746    <ant        dir="lakewalker"        antfile="build.xml"     target="clean"/>
    4847    <ant        dir="lang"              antfile="build.xml"     target="clean"/>
     48    <ant        dir="livegps"           antfile="build.xml"     target="clean"/>
    4949    <ant        dir="namefinder"        antfile="build.xml"     target="clean"/>
    5050    <ant        dir="navigator"         antfile="build.xml"     target="clean"/>
     
    5555    <ant        dir="pluginmanager"     antfile="build.xml"     target="clean"/>
    5656    <ant        dir="slippymap"         antfile="build.xml"     target="clean"/>
     57    <ant        dir="surveyor"          antfile="build.xml"     target="clean"/>
    5758    <ant        dir="tagging-preset-tester"     antfile="build.xml"     target="clean"/>
    5859    <ant        dir="utilsplugin"       antfile="build.xml"     target="clean"/>
     
    6162    <ant        dir="wmsplugin"         antfile="build.xml"     target="clean"/>
    6263    <ant        dir="ywms"              antfile="build.xml"     target="clean"/>
    63 
    64     <ant        dir="surveyor"          antfile="build.xml"     target="clean"/>
    65     <ant        dir="livegps"           antfile="build.xml"     target="clean"/>
    6664  </target>
    6765
Note: See TracChangeset for help on using the changeset viewer.