Ignore:
Timestamp:
2008-05-14T17:40:22+02:00 (17 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/osmarender/build.xml

    r7287 r7821  
    3737          file="${rendering}/osmarender6/osm-map-features-z17.xml"/>
    3838          <!--file="${rendering}/osmarender5/osm-map-features-z17.xml"/>-->
     39    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
     40      <env key="LANG" value="C"/>
     41      <arg value="info"/>
     42      <arg value="--xml"/>
     43      <arg value="."/>
     44    </exec>
     45    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
     46    <delete file="REVISION"/>
    3947    <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    4048      <manifest>
    4149        <attribute name="Plugin-Class" value="OsmarenderPlugin" />
    4250        <attribute name="Plugin-Description" value="Launches FireFox to display the current visible screen as a nice SVG image" />
     51        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     52        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    4353      </manifest>
    4454    </jar>
Note: See TracChangeset for help on using the changeset viewer.