Ignore:
Timestamp:
2010-08-04T15:43:06+02:00 (14 years ago)
Author:
bastik
Message:

minor modifications for build file

Location:
applications/editors/josm/plugins/toms
Files:
1 deleted
1 edited

Legend:

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

    r22566 r22567  
    3333        <property name="commit.message" value="New release" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="1465" />
     35        <property name="plugin.main.version" value="3329" />
    3636
    3737
     
    8383        </copy>
    8484
    85                 <copy todir="${plugin.build.dir}/resources">
    86                         <fileset dir="resources"/>
    87                 </copy>
    8885                <copy todir="${plugin.build.dir}/images">
    8986                        <fileset dir="images"/>
     
    9188                <copy todir="${plugin.build.dir}">
    9289                        <fileset dir=".">
    93                                 <include name="README" />
    94                                 <include name="LICENSE" />
     90                <include name="copyright.txt" />
     91                <include name="LICENSE.txt" />
    9592                        </fileset>
    9693                </copy>
     
    109106                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    110107                                <attribute name="Plugin-Description" value="Create and edit seamarks for OpenSeaMap"/>
    111                                 <!-- <attribute name="Plugin-Icon" value="..."/> -->
     108                                <attribute name="Plugin-Icon" value="images/Smp.png"/>
    112109                                <attribute name="Plugin-Link" value="http://openseamap.org/"/>
    113110                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note: See TracChangeset for help on using the changeset viewer.