Changeset 4018 in osm for applications/editors/josm/plugins/ywms/build.xml
- Timestamp:
- 2007-08-08T21:08:40+02:00 (18 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/ywms/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ywms/build.xml
r3579 r4018 23 23 <fileset dir="images"/> 24 24 </copy> 25 <exec append="false" output=" build/resources/REVISION" executable="svn" failifexecutionfails="false">25 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 26 26 <env key="LANG" value="C"/> 27 27 <arg value="info"/> 28 <arg value="--xml"/> 28 29 <arg value="."/> 29 30 </exec> 30 <property file="build/resources/REVISION" /> 31 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 32 <delete file="REVISION"/> 31 33 <jar destfile="ywms.jar" basedir="build"> 32 34 <manifest> 33 35 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ywms.YWMSPlugin"/> 34 36 <attribute name="Plugin-Description" value="A WMS server for Yahoo imagery based on Firefox"/> 35 <attribute name="Plugin-Version" value="${Revision}"/> 37 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 38 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 36 39 <attribute name="Author" value="Francisco R. Santos <frsantos@gmail.com>"/> 37 40 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.
