Changeset 23707 in osm


Ignore:
Timestamp:
2010-10-19T18:05:57+02:00 (14 years ago)
Author:
upliner
Message:

Add importvec plugin stub

Location:
applications/editors/josm/plugins/importvec
Files:
69 added
1 deleted
2 edited
2 copied

Legend:

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

    • Property svn:ignore set to
      bin
      build
  • applications/editors/josm/plugins/importvec/README

    r23263 r23707  
    44Readme for your plugin
    55
    6     * Plugin author and contact email address.
    7    
    8     * The license for your plugin source code. If you have no special preferences,
    9       you can pick the license that is used for JOSM ("GPL v2 or later").
    10      
    11     * Notes for future developers, if needed.
     6    * Plugin author is Upliner <xvmv@mail.ru>
     7
     8    * The license for plugin is "GPL v2 or later".
     9
     10    * Plugin uses parts of SVG Salamander project https://svgsalamander.dev.java.net/
  • applications/editors/josm/plugins/importvec/build.xml

    r23263 r23707  
    2828**
    2929-->
    30 <project name="myPluginName" default="dist" basedir=".">
     30<project name="importvec" 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="org.openstreetmap.josm.plugins.importvec.ImportVecPlugin"/>
    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="Import vector graphics (SVG)"/>
     106                <attribute name="Plugin-Icon" value=""/>
     107                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/>
    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.