Ignore:
Timestamp:
2013-04-23T13:31:32+02:00 (12 years ago)
Author:
donvip
Message:

[josm_editgpx] Fix build.xml and some warnings

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/editgpx

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java

    r29531 r29533  
    140140    }
    141141
    142     //context item "Convert to GPX layer"
     142    /**
     143     * Context item "Convert to GPX layer"
     144     */
    143145    public class ConvertToGpxLayerAction extends AbstractAction {
    144146        public ConvertToGpxLayerAction() {
     
    157159    }
    158160
    159     //context item "Convert to GPX layer with anonymised time"
     161    /**
     162     * Context item "Convert to GPX layer with anonymised time"
     163     */
    160164    public class ConvertToAnonTimeGpxLayerAction extends AbstractAction {
    161165        public ConvertToAnonTimeGpxLayerAction() {
Note: See TracChangeset for help on using the changeset viewer.