Changeset 27983 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-03-04T08:30:32+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r27960 r27983 50 50 --> 51 51 <target name="revision"> 52 <exec append="false" output ="REVISION" executable="svn" failifexecutionfails="false">52 <exec append="false" outputproperty="svn.revision.output" executable="svn" failifexecutionfails="false"> 53 53 <env key="LANG" value="C"/> 54 54 <arg value="info"/> … … 56 56 <arg value="."/> 57 57 </exec> 58 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 59 <delete file="REVISION"/> 58 <xmlproperty prefix="version" keepRoot="false" collapseAttributes="true"> 59 <propertyresource name="svn.revision.output"/> 60 </xmlproperty> 60 61 </target> 61 62 <!--
Note:
See TracChangeset
for help on using the changeset viewer.