Changeset 29479 in osm for applications
- Timestamp:
- 2013-04-05T11:53:54+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r29467 r29479 65 65 <ant antfile="build.xml" target="dist" dir="openvisible"/> 66 66 <ant antfile="build.xml" target="dist" dir="osmarender"/> 67 <ant antfile="build.xml" target="dist" dir="OsmInspect Plugin"/>67 <ant antfile="build.xml" target="dist" dir="OsmInspectorPlugin"/> 68 68 <ant antfile="build.xml" target="dist" dir="pbf"/> 69 69 <ant antfile="build.xml" target="dist" dir="pdfimport"/> … … 166 166 <ant antfile="build.xml" target="clean" dir="openvisible"/> 167 167 <ant antfile="build.xml" target="clean" dir="osmarender"/> 168 <ant antfile="build.xml" target="clean" dir="OsmInspect Plugin"/>168 <ant antfile="build.xml" target="clean" dir="OsmInspectorPlugin"/> 169 169 <ant antfile="build.xml" target="clean" dir="pbf"/> 170 170 <ant antfile="build.xml" target="clean" dir="pdfimport"/> -
applications/editors/josm/plugins/no_more_mapping/src/nomore/NoMorePlugin.java
r28869 r29479 7 7 import org.openstreetmap.josm.plugins.PluginInformation; 8 8 import static org.openstreetmap.josm.tools.I18n.tr; 9 10 Remove this garbage line if you really want to compile the plugin.11 9 12 10 /**
Note:
See TracChangeset
for help on using the changeset viewer.