Ignore:
Timestamp:
2008-12-25T19:01:06+01:00 (17 years ago)
Author:
stoecker
Message:

updated a lot

File:
1 edited

Legend:

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

    r12327 r12588  
    1616    <ant        dir="agpifoj"           antfile="build.xml"     target="dist"/>
    1717    <ant        dir="colorscheme"       antfile="build.xml"     target="dist"/>
    18     <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
    1918    <ant        dir="DirectUpload"      antfile="build.xml"     target="dist"/>
    2019    <ant        dir="globalsat"         antfile="build.xml"     target="dist"/>
     20    <ant        dir="imagewaypoint"     antfile="build.xml"     target="dist"/>
    2121    <ant        dir="lakewalker"        antfile="build.xml"     target="dist"/>
    2222    <ant        dir="livegps"           antfile="build.xml"     target="dist"/>
     
    2828    <ant        dir="plastic_laf"       antfile="build.xml"     target="dist"/>
    2929    <ant        dir="pluginmanager"     antfile="build.xml"     target="dist"/>
     30    <ant        dir="remotecontrol"     antfile="build.xml"     target="dist"/>
    3031    <ant        dir="slippymap"         antfile="build.xml"     target="dist"/>
    3132    <ant        dir="slippy_map_chooser"        antfile="build.xml"     target="dist"/>
     
    3940
    4041  <target name="build_defect" depends="compile">
     42    <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
    4143    <ant        dir="grid"              antfile="build.xml"     target="dist"/>
    4244    <ant        dir="navigator"         antfile="build.xml"     target="dist"/>
     
    4951    <ant        dir="globalsat"         antfile="build.xml"     target="clean"/>
    5052    <ant        dir="grid"              antfile="build.xml"     target="clean"/>
     53    <ant        dir="imagewaypoint"     antfile="build.xml"     target="clean"/>
    5154    <ant        dir="lakewalker"        antfile="build.xml"     target="clean"/>
    5255    <ant        dir="livegps"           antfile="build.xml"     target="clean"/>
     
    5962    <ant        dir="plastic_laf"       antfile="build.xml"     target="clean"/>
    6063    <ant        dir="pluginmanager"     antfile="build.xml"     target="clean"/>
     64    <ant        dir="remotecontrol"     antfile="build.xml"     target="clean"/>
    6165    <ant        dir="slippymap"         antfile="build.xml"     target="clean"/>
    6266    <ant        dir="slippy_map_chooser"        antfile="build.xml"     target="clean"/>
Note: See TracChangeset for help on using the changeset viewer.