summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2013-05-10 20:59:16 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2013-05-10 20:59:16 -0400
commitd4086621261c499b80450575e48ff12879ae8f92 (patch)
treed206540b9f5fa2fc4d1e5adcf59a207acb162b7a /bundles
parent9dfa4c2a6dd4d9a50fe61ec265bf91bb0ed2263a (diff)
downloadeclipse.platform.swt-d4086621261c499b80450575e48ff12879ae8f92.tar.gz
eclipse.platform.swt-d4086621261c499b80450575e48ff12879ae8f92.tar.xz
eclipse.platform.swt-d4086621261c499b80450575e48ff12879ae8f92.zip
Bug 407624 - Comparator log shows SWT changed, but version did not - remove header of build.sha1 to avoid changing file all the time
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index aba3ac4d5f..a4a32dad13 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -824,9 +824,7 @@
<exec dir="${repo.src}" executable="git" failonerror="true" outputproperty="HEAD_TAG">
<arg line="rev-list ${TAG} -1"/>
</exec>
- <propertyfile file="${fragment_dir}/build.sha1">
- <entry key="SHA1" value="${HEAD_TAG}"/>
- </propertyfile>
+ <echo file="${fragment_dir}/build.sha1" append="false">SHA1=${HEAD_TAG}</echo>
</target>
<target name="build_fragment_libraries" if="natives_changed">
<antcall target="build_libraries"/>