get_tag does not work in branch R4_3_maintenance
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index fb37415..8288c35 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[