Changeset 24289 in osm
- Timestamp:
- 2010-11-17T12:04:25+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r24288 r24289 100 100 --> 101 101 <target name="revision"> 102 103 <!-- extract the SVN revision information for file build.number --> 104 <exec append="false" output="REVISION" executable="echo" failifexecutionfails="false"> 105 <env key="LANG" value="C"/> 106 <arg value="info"/> 107 <arg value="--xml"/> 108 <arg value="."/> 109 </exec> 102 110 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 111 <delete file="REVISION"/> 103 112 </target> 104 113
Note:
See TracChangeset
for help on using the changeset viewer.