Changeset 17727 in osm for applications


Ignore:
Timestamp:
2009-09-20T19:04:10+02:00 (15 years ago)
Author:
guggis
Message:

Disabled usertools plugin. Functionality is now available in JOSM core. Plugin doesn't work any more because it relies on JOSMs internal AWT component tree, a very fragile "interface" to be used by a plugin.

Location:
applications/editors/josm/plugins
Files:
1 added
1 edited

Legend:

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

    r17654 r17727  
    3737        <ant antfile="build.xml" target="dist" dir="tageditor"/>
    3838        <ant antfile="build.xml" target="dist" dir="terracer"/>
    39         <ant antfile="build.xml" target="dist" dir="usertools"/>
    4039        <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
    4140        <ant antfile="build.xml" target="dist" dir="validator"/>
     
    8180        <ant antfile="build.xml" target="clean" dir="tageditor"/>
    8281        <ant antfile="build.xml" target="clean" dir="terracer"/>
    83         <ant antfile="build.xml" target="clean" dir="usertools"/>
    8482        <ant antfile="build.xml" target="clean" dir="utilsplugin"/>
    8583        <ant antfile="build.xml" target="clean" dir="validator"/>
Note: See TracChangeset for help on using the changeset viewer.