Ignore:
Timestamp:
2009-01-01T18:55:45+01:00 (16 years ago)
Author:
stoecker
Message:

removed tab stop usage

File:
1 edited

Legend:

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

    r12599 r12780  
    11<project name="josm-plugins" default="build" basedir=".">
    2 
    3 
    4   <target name="compile_josm">
    5     <ant dir="../core" target="dist" />
    6   </target>
    7 
    8   <target name="compile" depends="compile_josm">
    9   </target>
    10 
    11   <target name="build" depends="dist">
    12   </target>
    13 
    14   <target name="dist" depends="compile">
    15     <mkdir dir="../dist"/>
    16     <ant        dir="agpifoj"           antfile="build.xml"     target="dist"/>
    17     <ant        dir="colorscheme"       antfile="build.xml"     target="dist"/>
    18     <ant        dir="DirectUpload"      antfile="build.xml"     target="dist"/>
    19     <ant        dir="globalsat"         antfile="build.xml"     target="dist"/>
    20     <ant        dir="imagewaypoint"     antfile="build.xml"     target="dist"/>
    21     <ant        dir="lakewalker"        antfile="build.xml"     target="dist"/>
    22     <ant        dir="livegps"           antfile="build.xml"     target="dist"/>
    23     <ant        dir="measurement"       antfile="build.xml"     target="dist"/>
    24     <ant        dir="namefinder"        antfile="build.xml"     target="dist"/>
    25     <ant        dir="nearclick"         antfile="build.xml"     target="dist"/>
    26     <ant        dir="openvisible"       antfile="build.xml"     target="dist"/>
    27     <ant        dir="osmarender"        antfile="build.xml"     target="dist"/>
    28     <ant        dir="plastic_laf"       antfile="build.xml"     target="dist"/>
    29     <ant        dir="pluginmanager"     antfile="build.xml"     target="dist"/>
    30     <ant        dir="remotecontrol"     antfile="build.xml"     target="dist"/>
    31     <ant        dir="slippymap"         antfile="build.xml"     target="dist"/>
    32     <ant        dir="slippy_map_chooser"        antfile="build.xml"     target="dist"/>
    33     <ant        dir="surveyor"          antfile="build.xml"     target="dist"/>
    34     <ant        dir="tagging-preset-tester"     antfile="build.xml"     target="dist"/>
    35     <ant        dir="tcxplugin"         antfile="build.xml"     target="dist"/>
    36     <ant        dir="utilsplugin"       antfile="build.xml"     target="dist"/>
    37     <ant        dir="validator"         antfile="build.xml"     target="dist"/>
    38     <ant        dir="waypoints"         antfile="build.xml"     target="dist"/>
    39     <ant        dir="wmsplugin"         antfile="build.xml"     target="dist"/>
    40   </target>
    41 
    42   <target name="build_defect" depends="compile">
    43     <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
    44     <ant        dir="grid"              antfile="build.xml"     target="dist"/>
    45     <ant        dir="navigator"         antfile="build.xml"     target="dist"/>
    46   </target>
    47 
    48   <target name="clean">
    49     <ant        dir="agpifoj"           antfile="build.xml"     target="clean"/>
    50     <ant        dir="colorscheme"       antfile="build.xml"     target="clean"/>
    51     <ant        dir="duplicateway"      antfile="build.xml"     target="clean"/>
    52     <ant        dir="globalsat"         antfile="build.xml"     target="clean"/>
    53     <ant        dir="grid"              antfile="build.xml"     target="clean"/>
    54     <ant        dir="imagewaypoint"     antfile="build.xml"     target="clean"/>
    55     <ant        dir="lakewalker"        antfile="build.xml"     target="clean"/>
    56     <ant        dir="livegps"           antfile="build.xml"     target="clean"/>
    57     <ant        dir="measurement"       antfile="build.xml"     target="clean"/>
    58     <ant        dir="namefinder"        antfile="build.xml"     target="clean"/>
    59     <ant        dir="navigator"         antfile="build.xml"     target="clean"/>
    60     <ant        dir="nearclick"         antfile="build.xml"     target="clean"/>
    61     <ant        dir="openvisible"       antfile="build.xml"     target="clean"/>
    62     <ant        dir="osmarender"        antfile="build.xml"     target="clean"/>
    63     <ant        dir="plastic_laf"       antfile="build.xml"     target="clean"/>
    64     <ant        dir="pluginmanager"     antfile="build.xml"     target="clean"/>
    65     <ant        dir="remotecontrol"     antfile="build.xml"     target="clean"/>
    66     <ant        dir="slippymap"         antfile="build.xml"     target="clean"/>
    67     <ant        dir="slippy_map_chooser"        antfile="build.xml"     target="clean"/>
    68     <ant        dir="surveyor"          antfile="build.xml"     target="clean"/>
    69     <ant        dir="tagging-preset-tester"     antfile="build.xml"     target="clean"/>
    70     <ant        dir="tcxplugin"         antfile="build.xml"     target="clean"/>
    71     <ant        dir="utilsplugin"       antfile="build.xml"     target="clean"/>
    72     <ant        dir="validator"         antfile="build.xml"     target="clean"/>
    73     <ant        dir="waypoints"         antfile="build.xml"     target="clean"/>
    74     <ant        dir="wmsplugin"         antfile="build.xml"     target="clean"/>
    75   </target>
    76 
    77   <target name="clean_install">
    78   </target>
    79 
    80   <target name="install" depends="dist">
    81   </target>
    82 
     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"/>
     10        <ant antfile="build.xml" target="dist" dir="colorscheme"/>
     11        <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
     12        <ant antfile="build.xml" target="dist" dir="globalsat"/>
     13        <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
     14        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
     15        <ant antfile="build.xml" target="dist" dir="livegps"/>
     16        <ant antfile="build.xml" target="dist" dir="measurement"/>
     17        <ant antfile="build.xml" target="dist" dir="namefinder"/>
     18        <ant antfile="build.xml" target="dist" dir="nearclick"/>
     19        <ant antfile="build.xml" target="dist" dir="openvisible"/>
     20        <ant antfile="build.xml" target="dist" dir="osmarender"/>
     21        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
     22        <ant antfile="build.xml" target="dist" dir="pluginmanager"/>
     23        <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
     24        <ant antfile="build.xml" target="dist" dir="slippymap"/>
     25        <ant antfile="build.xml" target="dist" dir="slippy_map_chooser"/>
     26        <ant antfile="build.xml" target="dist" dir="surveyor"/>
     27        <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
     28        <ant antfile="build.xml" target="dist" dir="tcxplugin"/>
     29        <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
     30        <ant antfile="build.xml" target="dist" dir="validator"/>
     31        <ant antfile="build.xml" target="dist" dir="waypoints"/>
     32        <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
     33    </target>
     34    <target name="build_defect" depends="compile">
     35        <ant antfile="build.xml" target="dist" dir="duplicateway"/>
     36        <ant antfile="build.xml" target="dist" dir="grid"/>
     37        <ant antfile="build.xml" target="dist" dir="navigator"/>
     38    </target>
     39    <target name="clean">
     40        <ant antfile="build.xml" target="clean" dir="agpifoj"/>
     41        <ant antfile="build.xml" target="clean" dir="colorscheme"/>
     42        <ant antfile="build.xml" target="clean" dir="duplicateway"/>
     43        <ant antfile="build.xml" target="clean" dir="globalsat"/>
     44        <ant antfile="build.xml" target="clean" dir="grid"/>
     45        <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
     46        <ant antfile="build.xml" target="clean" dir="lakewalker"/>
     47        <ant antfile="build.xml" target="clean" dir="livegps"/>
     48        <ant antfile="build.xml" target="clean" dir="measurement"/>
     49        <ant antfile="build.xml" target="clean" dir="namefinder"/>
     50        <ant antfile="build.xml" target="clean" dir="navigator"/>
     51        <ant antfile="build.xml" target="clean" dir="nearclick"/>
     52        <ant antfile="build.xml" target="clean" dir="openvisible"/>
     53        <ant antfile="build.xml" target="clean" dir="osmarender"/>
     54        <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
     55        <ant antfile="build.xml" target="clean" dir="pluginmanager"/>
     56        <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
     57        <ant antfile="build.xml" target="clean" dir="slippymap"/>
     58        <ant antfile="build.xml" target="clean" dir="slippy_map_chooser"/>
     59        <ant antfile="build.xml" target="clean" dir="surveyor"/>
     60        <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
     61        <ant antfile="build.xml" target="clean" dir="tcxplugin"/>
     62        <ant antfile="build.xml" target="clean" dir="utilsplugin"/>
     63        <ant antfile="build.xml" target="clean" dir="validator"/>
     64        <ant antfile="build.xml" target="clean" dir="waypoints"/>
     65        <ant antfile="build.xml" target="clean" dir="wmsplugin"/>
     66    </target>
     67    <target name="clean_install"></target>
     68    <target name="install" depends="dist"></target>
    8369</project>
Note: See TracChangeset for help on using the changeset viewer.