Changeset 17710 in osm


Ignore:
Timestamp:
2009-09-20T12:07:05+02:00 (15 years ago)
Author:
guggis
Message:

UploadHook moved in JOSM r2168

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
3 edited

Legend:

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

    r17528 r17710  
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    2828                <attribute name="Plugin-Mainversion" value="2012"/>
    29                 <attribute name="Plugin-Stage" value="2082"/>
     29                <attribute name="Plugin-Stage" value="2168"/>
    3030                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3131            </manifest>
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r17528 r17710  
    1919import org.openstreetmap.josm.actions.JosmAction;
    2020import org.openstreetmap.josm.actions.UploadAction;
    21 import org.openstreetmap.josm.actions.UploadAction.UploadHook;
    2221import org.openstreetmap.josm.gui.MainMenu;
    2322import org.openstreetmap.josm.gui.MapFrame;
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java

    r17528 r17710  
    1414
    1515import org.openstreetmap.josm.Main;
    16 import org.openstreetmap.josm.actions.UploadAction.UploadHook;
     16import org.openstreetmap.josm.actions.upload.UploadHook;
    1717import org.openstreetmap.josm.command.ChangePropertyCommand;
    1818import org.openstreetmap.josm.data.APIDataSet;
Note: See TracChangeset for help on using the changeset viewer.