Ignore:
Timestamp:
2010-10-30T20:43:09+02:00 (14 years ago)
Author:
oliverw
Message:

Renamed plugin name/fixed plugin path and URL.

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/FixAddresses/.externalToolBuilders/JOSM-Ant.launch

    r23931 r23936  
    44<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
    55<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
    6 <listEntry value="/AddressEdit/build.xml"/>
     6<listEntry value="/FixAddresses/build.xml"/>
    77</listAttribute>
    88<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
     
    1212<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
    1313<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
    14 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="AddressEdit"/>
    15 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/AddressEdit/build.xml}"/>
     14<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="FixAddresses"/>
     15<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/FixAddresses/build.xml}"/>
    1616<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
    1717<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r23931 r23936  
    8989            <manifest>
    9090                <attribute name="Author" value="Oliver Wieland"/>
    91                 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.addressEdit.AddressEditPlugin"/>
     91                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.fixAddresses.FixAddressesPlugin"/>
    9292                <attribute name="Plugin-Date" value="30.10.2010"/>
    9393                <attribute name="Plugin-Description" value="Finds and fixes invalid addresses in a comfortable way."/>                 
    94                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddressEdit"/>
     94                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
    9595                <attribute name="Plugin-Mainversion" value="3529"/>
    9696                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.