Ignore:
Timestamp:
2008-05-14T17:40:22+02:00 (16 years ago)
Author:
stoecker
Message:

fixed plugin versioning a bit, removed autogenerated file from svn, updated german translation

File:
1 edited

Legend:

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

    r7287 r7821  
    2727      <fileset dir="images" />
    2828    </copy>
     29    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     30      <env key="LANG" value="C"/>
     31      <arg value="info"/>
     32      <arg value="--xml"/>
     33      <arg value="."/>
     34    </exec>
     35    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
     36    <delete file="REVISION"/>
    2937   
    3038    <!-- create josm-custom.jar -->
     
    3341        <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.slippymap.SlippyMapPlugin" />
    3442        <attribute name="Plugin-Description" value="Displays a slippy map tile grid, and tile status info" />
     43        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     44        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    3545      </manifest>
    3646    </jar>
Note: See TracChangeset for help on using the changeset viewer.