Ignore:
Timestamp:
2008-12-25T19:01:06+01:00 (16 years ago)
Author:
stoecker
Message:

updated a lot

Location:
applications/editors/josm/plugins/tcxplugin
Files:
2 edited

Legend:

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

    • Property svn:ignore set to
      build
      josm-site.xml
  • applications/editors/josm/plugins/tcxplugin/build.xml

    r11976 r12588  
    2020  <property name="livegpsplugin.jar" value="../../dist/livegps.jar"/>
    2121 
    22   <!-- plugin meta data (enter new version number if anything changed!) -->
    23   <property name="plugin.version" value="1.1"/>
    2422  <property name="plugin.description" value="Adds support for TCX files."/>
    2523  <property name="plugin.stage" value="100"/>
     
    5149       
    5250   
     51    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     52      <env key="LANG" value="C"/>
     53      <arg value="info"/>
     54      <arg value="--xml"/>
     55      <arg value="."/>
     56    </exec>
     57    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
     58    <delete file="REVISION"/>
    5359    <!-- create jar file -->
    5460    <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
     
    5662        <attribute name="Plugin-Class" value="${plugin.class}" />
    5763        <attribute name="Plugin-Description" value="${plugin.description}" />
    58         <attribute name="Plugin-Version" value="${plugin.version}" />
    5964        <attribute name="Plugin-Stage" value="${plugin.stage}" />
     65        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     66        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
     67        <attribute name="Plugin-Mainversion" value="1180" />
    6068<!--        <attribute name="Class-Path" value="lib/jaxb-api.jar;lib/jaxb-impl.jar" />-->
    6169      </manifest>
Note: See TracChangeset for help on using the changeset viewer.