Ignore:
Timestamp:
2010-12-20T13:04:26+01:00 (15 years ago)
Author:
upliner
Message:

Add imageryadjust plugin that enables old-style imagery adjust mapmode

Location:
applications/editors/josm/plugins/imageryadjust
Files:
1 edited
1 copied

Legend:

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

    • Property svn:ignore set to
      bin
      build
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r23263 r24812  
    2828**
    2929-->
    30 <project name="myPluginName" default="dist" basedir=".">
     30<project name="imageryadjust" default="dist" basedir=".">
    3131
    3232    <!-- enter the SVN commit message -->
     
    100100    -->
    101101            <manifest>
    102                 <attribute name="Author" value="..."/>
    103                 <attribute name="Plugin-Class" value="..."/>
     102                <attribute name="Author" value="Upliner"/>
     103                <attribute name="Plugin-Class" value="imageryadjust.ImageryAdjustPlugin"/>
    104104                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    105                 <attribute name="Plugin-Description" value="..."/>
    106                 <attribute name="Plugin-Icon" value="..."/>
    107                 <attribute name="Plugin-Link" value="..."/>
     105                <attribute name="Plugin-Description" value="WMSPlugin-style imagery adjustment mapmode"/>
     106                <attribute name="Plugin-Icon" value="mapmode/adjustimg.png"/>
     107                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin"/>
    108108                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    109109                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.