Changeset 24288 in osm for applications/editors/josm/plugins/piclayer/build.xml
- Timestamp:
- 2010-11-17T11:53:34+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r22549 r24288 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="svn" failifexecutionfails="false">105 <env key="LANG" value="C"/>106 <arg value="info"/>107 <arg value="--xml"/>108 <arg value="."/>109 </exec>110 102 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 111 <delete file="REVISION"/>112 103 </target> 113 104
Note:
See TracChangeset
for help on using the changeset viewer.
