Changeset 4428 in osm for applications/editors


Ignore:
Timestamp:
2007-09-03T01:40:47+02:00 (17 years ago)
Author:
ulf
Message:

add SVN version number to the jar file

File:
1 edited

Legend:

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

    r4276 r4428  
    2929                        <fileset dir="styles/standard"></fileset>
    3030                </copy>
     31                <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     32                        <env key="LANG" value="C"/>
     33                        <arg value="info"/>
     34                        <arg value="--xml"/>
     35                        <arg value="."/>
     36                </exec>
     37                <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
     38                <delete file="REVISION"/>
    3139                <jar destfile="dist/mappaint.jar" basedir="build">
    3240                        <manifest>
    3341                                <attribute name="Plugin-Class" value="mappaint.MapPaintPlugin" />
    3442                                <attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.&lt;br&gt;" />
     43                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     44                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
     45                                <attribute name="Author" value="Nick Whitelegg / Ulf Lamping"/>
    3546                        </manifest>
    3647                </jar>
Note: See TracChangeset for help on using the changeset viewer.