Ignore:
Timestamp:
2019-06-23T04:58:53+02:00 (6 years ago)
Author:
donvip
Message:

see #josm17835 - fix plugin build files

File:
1 edited

Legend:

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

    r34470 r35039  
    77    <property name="plugin.main.version" value="14153"/>
    88
     9    <property name="plugin.author" value="Frederik Ramm"/>
     10    <property name="plugin.class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/>
     11    <property name="plugin.description" value="Loads data from SDS"/>
     12    <property name="plugin.icon" value="images/sds.png"/>
     13    <!--<property name="plugin.link" value=""/>-->
     14
    915    <!--
    1016    **********************************************************
     
    1420    <import file="../build-common.xml"/>
    1521
    16     <target name="dist" depends="compile,revision">
    17         <copy todir="${plugin.build.dir}/images">
    18             <fileset dir="images"/>
    19         </copy>
    20         <copy todir="${plugin.build.dir}/data">
    21             <fileset dir="data"/>
    22         </copy>
    23         <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
    24             <manifest>
    25                 <attribute name="Author" value="Frederik Ramm"/>
    26                 <attribute name="Plugin-Class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/>
    27                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    28                 <attribute name="Plugin-Description" value="Loads data from SDS" />
    29                 <attribute name="Plugin-Icon" value="images/sds.png"/>
    30                 <!--<attribute name="Plugin-Link" value=""/>-->
    31                 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    32                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    33             </manifest>
    34         </jar>
    35     </target>
    3622</project>
Note: See TracChangeset for help on using the changeset viewer.