Skip to content

Commit

Permalink
improve build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar-shaimordanov committed Dec 6, 2015
1 parent 9947934 commit 6e795b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<exec executable="git" logError="true" failonerror="true" outputproperty="psubst.revision">
<arg value="describe"/>
<arg value="--tags"/>
<arg value="--long"/>
</exec>

<echo>Revision: ${psubst.revision}</echo>
Expand Down

0 comments on commit 6e795b2

Please sign in to comment.