Changeset 32194 in osm


Ignore:
Timestamp:
2016-05-27T19:26:14+02:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 10279

Location:
applications/editors/josm/plugins/wms-turbo-challenge2
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/.project

    r29853 r32194  
    1111                        </arguments>
    1212                </buildCommand>
     13                <buildCommand>
     14                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
     15                        <arguments>
     16                        </arguments>
     17                </buildCommand>
    1318        </buildSpec>
    1419        <natures>
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r31923 r32194  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="8526"/>
     7    <property name="plugin.main.version" value="10279"/>
    88
    99    <property name="plugin.author" value="Andrzej Zaborowski"/>
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java

    r29854 r32194  
    3737
    3838    public FakeMapView(MapView parent, double scale) {
    39         super(null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view
     39        super(null, null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view
    4040        this.parent = parent;
    4141        this.scale = scale;
Note: See TracChangeset for help on using the changeset viewer.