Ignore:
Timestamp:
2008-04-06T21:21:59+02:00 (16 years ago)
Author:
joerg
Message:

josm/plugins/build.xml: deactivate broken plugins

File:
1 edited

Legend:

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

    r7036 r7288  
    1616    <ant        dir="colorscheme"       antfile="build.xml"     target="dist"/>
    1717    <!--ant     dir="duplicateway"      antfile="build.xml"     target="dist"/ code still uses API 0.4 -->
     18    <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
    1819    <ant        dir="lang"              antfile="build.xml"     target="dist"/>
    1920    <ant        dir="namefinder"        antfile="build.xml"     target="dist"/>
    2021    <ant        dir="nearclick"         antfile="build.xml"     target="dist"/>
    21     <ant        dir="openvisible"       antfile="build.xml"     target="dist"/>
     22    <!-- ant    dir="openvisible"       antfile="build.xml"    target="dist"/ code doesn't compile here -->
    2223    <ant        dir="osmarender"        antfile="build.xml"     target="dist"/>
    2324    <ant        dir="plastic_laf"       antfile="build.xml"     target="dist"/>
    2425    <ant        dir="slippymap"         antfile="build.xml"     target="dist"/>
    25     <ant        dir="tagging-preset-tester"     antfile="build.xml"     target="dist"/>
     26    <!-- ant    dir="tagging-preset-tester"     antfile="build.xml"     target="dist"/ code doesn't compile here -->
    2627    <ant        dir="utilsplugin"       antfile="build.xml"     target="dist"/>
    2728    <ant        dir="validator"         antfile="build.xml"     target="dist"/>
     
    3031
    3132    <ant        dir="livegps"           antfile="build.xml"     target="dist"/>
    32     <ant        dir="surveyor"          antfile="build.xml"     target="dist"/>
     33    <!-- ant    dir="surveyor"          antfile="build.xml"     target="dist"/ -->
    3334  </target>
    3435
Note: See TracChangeset for help on using the changeset viewer.