summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2013-05-28 10:59:58 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2013-05-28 11:00:41 -0400
commit87e495a733f3e347f3ee0b41af959148dc9e3583 (patch)
tree53b2712d52218d0ee41a64c7cbcb5cd1df6df81a /bundles/org.eclipse.swt/buildSWT.xml
parentfde729c719c431ab993b2e7a3070ef972140bf33 (diff)
downloadeclipse.platform.swt-87e495a733f3e347f3ee0b41af959148dc9e3583.tar.gz
eclipse.platform.swt-87e495a733f3e347f3ee0b41af959148dc9e3583.tar.xz
eclipse.platform.swt-87e495a733f3e347f3ee0b41af959148dc9e3583.zip
Bug 409225 - Many compile errors in build I20130527-2000
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 6e2c7d716c..799b29c9f3 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -452,14 +452,6 @@
<property name="projectDir" value="${repo.src}/bundles/org.eclipse.swt"/>
<property name="buildDir" value="${tmpdir}/build"/>
- <!-- Update build.sha1 file -->
- <exec dir="${repo.src}" executable="git" failonerror="true" outputproperty="HEAD_TAG">
- <arg line="rev-list ${TAG} -1"/>
- </exec>
- <propertyfile file="${sha1_file}">
- <entry key="SHA1" value="${HEAD_TAG}"/>
- </propertyfile>
-
<antcall target="check_preprocessing"/>
<!-- 64 bit -->
@@ -507,6 +499,14 @@
</antcall>
-->
+ <!-- Update build.sha1 file -->
+ <exec dir="${repo.src}" executable="git" failonerror="true" outputproperty="HEAD_TAG">
+ <arg line="rev-list ${TAG} -1"/>
+ </exec>
+ <propertyfile file="${sha1_file}">
+ <entry key="SHA1" value="${HEAD_TAG}"/>
+ </propertyfile>
+
<delete dir="${tmpdir}" quiet="true"/>
</target>