Changeset 24718 in osm


Ignore:
Timestamp:
2010-12-12T13:31:50+01:00 (14 years ago)
Author:
stoecker
Message:

cleanup due to plugin integration

Location:
applications/editors/josm
Files:
1 added
6 deleted
1 edited
4 copied

Legend:

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

    r24626 r24718  
    88    <target name="dist" depends="compile">
    99        <mkdir dir="../dist"/>
    10         <!-- must be before other plugins using it -->
    11         <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
    12 
    1310        <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
    1411        <ant antfile="build.xml" target="dist" dir="alignways"/>
     
    3128        <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
    3229        <ant antfile="build.xml" target="dist" dir="graphview"/>
    33         <ant antfile="build.xml" target="dist" dir="imagery"/>
    3430        <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
    3531        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
     
    5854        <ant antfile="build.xml" target="dist" dir="routing"/>
    5955        <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
    60         <ant antfile="build.xml" target="dist" dir="slippymap"/>
    6156        <ant antfile="build.xml" target="dist" dir="smed"/>
    6257        <ant antfile="build.xml" target="dist" dir="smed_fw"/>
     
    7671        <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
    7772        <ant antfile="build.xml" target="dist" dir="wayselector"/>
    78         <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
    7973        <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
    8074        <!-- behind wms plugin! -->
     
    10498        <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
    10599        <ant antfile="build.xml" target="clean" dir="graphview"/>
    106         <ant antfile="build.xml" target="clean" dir="imagery"/>
    107100        <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
    108101        <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
     
    126119        <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
    127120        <ant antfile="build.xml" target="clean" dir="public_transport"/>
    128         <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
    129121        <ant antfile="build.xml" target="clean" dir="restart"/>
    130122        <ant antfile="build.xml" target="clean" dir="reverter"/>
     
    134126        <ant antfile="build.xml" target="clean" dir="routing"/>
    135127        <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
    136         <ant antfile="build.xml" target="clean" dir="slippymap"/>
    137128        <ant antfile="build.xml" target="clean" dir="smed"/>
    138129        <!--<ant antfile="build.xml" target="clean" dir="smed_bfw"/>-->
     
    154145        <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
    155146        <ant antfile="build.xml" target="clean" dir="wayselector"/>
    156         <ant antfile="build.xml" target="clean" dir="wmsplugin"/>
    157147        <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
    158148    </target>
Note: See TracChangeset for help on using the changeset viewer.