Changeset 4428 in osm
- Timestamp:
- 2007-09-03T01:40:47+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/build.xml
r4276 r4428 29 29 <fileset dir="styles/standard"></fileset> 30 30 </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"/> 31 39 <jar destfile="dist/mappaint.jar" basedir="build"> 32 40 <manifest> 33 41 <attribute name="Plugin-Class" value="mappaint.MapPaintPlugin" /> 34 42 <attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.<br>" /> 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"/> 35 46 </manifest> 36 47 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.