Changeset 29479 in osm for applications


Ignore:
Timestamp:
2013-04-05T11:53:54+02:00 (12 years ago)
Author:
stoecker
Message:

fix bugs

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

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

    r29467 r29479  
    6565        <ant antfile="build.xml" target="dist" dir="openvisible"/>
    6666        <ant antfile="build.xml" target="dist" dir="osmarender"/>
    67         <ant antfile="build.xml" target="dist" dir="OsmInspectPlugin"/>
     67        <ant antfile="build.xml" target="dist" dir="OsmInspectorPlugin"/>
    6868        <ant antfile="build.xml" target="dist" dir="pbf"/>
    6969        <ant antfile="build.xml" target="dist" dir="pdfimport"/>
     
    166166        <ant antfile="build.xml" target="clean" dir="openvisible"/>
    167167        <ant antfile="build.xml" target="clean" dir="osmarender"/>
    168         <ant antfile="build.xml" target="clean" dir="OsmInspectPlugin"/>
     168        <ant antfile="build.xml" target="clean" dir="OsmInspectorPlugin"/>
    169169        <ant antfile="build.xml" target="clean" dir="pbf"/>
    170170        <ant antfile="build.xml" target="clean" dir="pdfimport"/>
  • applications/editors/josm/plugins/no_more_mapping/src/nomore/NoMorePlugin.java

    r28869 r29479  
    77import org.openstreetmap.josm.plugins.PluginInformation;
    88import static org.openstreetmap.josm.tools.I18n.tr;
    9 
    10 Remove this garbage line if you really want to compile the plugin.
    119
    1210/**
Note: See TracChangeset for help on using the changeset viewer.