Changeset 8666 in osm for applications
- Timestamp:
- 2008-07-03T00:04:14+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r7287 r8666 36 36 <fileset dir="images" /> 37 37 </copy> 38 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 39 <env key="LANG" value="C"/> 40 <arg value="info"/> 41 <arg value="--xml"/> 42 <arg value="."/> 43 </exec> 44 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 45 <delete file="REVISION"/> 46 38 47 <jar destfile="${plugin.jar}" basedir="build"> 39 48 <manifest> 40 49 <attribute name="Plugin-Class" value="wmsplugin.WMSPlugin" /> 41 <attribute name="Plugin-Version" value="3.0" /> 50 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 51 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 42 52 <attribute name="Plugin-Description" value="Allows external WMS resources to be displayed." /> 43 53 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.