Ignore:
Timestamp:
2011-03-24T14:52:57+01:00 (14 years ago)
Author:
zverik
Message:

final stretch for beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/relcontext/build.xml

    r25667 r25688  
    2828**
    2929-->
    30 <project name="RelContext" default="dist" basedir=".">
     30<project name="reltoolbox" default="dist" basedir=".">
    3131
    3232    <!-- enter the SVN commit message -->
    33     <property name="commit.message" value="RelContext" />
     33    <property name="commit.message" value="RelToolbox" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535    <property name="plugin.main.version" value="3835" />
     
    9999                <attribute name="Plugin-Class" value="relcontext.RelContextPlugin"/>
    100100                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    101                 <attribute name="Plugin-Description" value="Advanced relation editing panel."/>
    102                 <attribute name="ru_Plugin-Description" value="Нечеловечески прекрасная панель редактирования отношений."/>
    103                 <attribute name="Plugin-Icon" value="images/relcontext.png"/>
    104                 <attribute name="Plugin-Link" value="http://google.com/"/>
     101                <attribute name="Plugin-Description" value="Relation and multipolygon creating and editing panel."/>
     102                <attribute name="ru_Plugin-Description" value="Панель создания и редактирования отношений, особенно мультиполигонов."/>
     103                <attribute name="Plugin-Icon" value="images/reltoolbox.png"/>
     104                <!--attribute name="Plugin-Link" value="http://josm.openstreetmap.de/"/-->
    105105                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    106106                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.