Changeset 8815 in osm for applications/editors/josm
- Timestamp:
- 2008-07-07T17:17:15+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/build.xml
r7287 r8815 33 33 <fileset dir="images"/> 34 34 </copy> 35 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 36 <env key="LANG" value="C"/> 37 <arg value="info"/> 38 <arg value="--xml"/> 39 <arg value="."/> 40 </exec> 41 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 42 <delete file="REVISION"/> 35 43 <jar destfile="${plugin.jar}" basedir="build"> 36 44 <manifest> 37 45 <attribute name="Plugin-Class" value="UtilsPlugin.UtilsPlugin"/> 38 46 <attribute name="Plugin-Description" value="Useful JOSM utilities"/> 39 <attribute name="Plugin-Version" value="0.5"/> 47 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 48 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 40 49 <attribute name="Author" 41 50 value="(originally) Martijn van Oosterhout >kleptog@svana.org>"/>
Note:
See TracChangeset
for help on using the changeset viewer.