Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index fb37415822..8288c35a37 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -597,7 +597,7 @@
<!-- Set the last swt_tag -->
<target name="get_tag" unless="swt_tag">
<exec dir="${repo.bin}" executable="git" failonerror="true" outputproperty="tags">
- <arg line="tag -l v[0-9][0-9][0-9][0-9]*"/>
+ <arg line="describe --abbrev=0 --tags --match v[0-9][0-9][0-9][0-9]*"/>
</exec>
<script language="javascript">
<![CDATA[

Back to the top