summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-05-23 17:58:17 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-05-23 17:58:17 -0400
commit4cf1a6762ad7e8af1123dfdee8228645e3ac852d (patch)
treeabef3ea4b463b2db02cb8b83c38f0e2685b2861c /bundles/org.eclipse.swt/buildSWT.xml
parent5eaaa28aa1a14392d0c16f38dfd341f34156d198 (diff)
downloadeclipse.platform.swt-4cf1a6762ad7e8af1123dfdee8228645e3ac852d.tar.gz
eclipse.platform.swt-4cf1a6762ad7e8af1123dfdee8228645e3ac852d.tar.xz
eclipse.platform.swt-4cf1a6762ad7e8af1123dfdee8228645e3ac852d.zip
Revert "Remove buildnotes from build"
This reverts commit 5eaaa28aa1a14392d0c16f38dfd341f34156d198.
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 9e83fcdfee..2e8d73d351 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -532,7 +532,7 @@
<antcall target="${increment_version_target}"/>
<!-- Update the buildnotes_swt.html file -->
- <!--antcall target="update_buildnotes"/-->
+ <antcall target="update_buildnotes"/>
<!-- Commit the files -->
<antcall target="commit_sources"/>
@@ -540,7 +540,7 @@
<target name="commit_sources" depends="get_version">
<exec dir="${repo.src}" executable="git" failonerror="true">
- <arg line="add '${file_library_j2se}' '${file_library_j2me}' '${file_version}' '${file_make_common}' "/>
+ <arg line="add '${file_library_j2se}' '${file_library_j2me}' '${file_version}' '${file_make_common}' '${file_build_notes}'"/>
</exec>
<exec dir="${repo.src}" executable="git" failonerror="true">
<arg line="status"/>
@@ -598,7 +598,7 @@
<property name="delimiter" value="&#13;&#10;"/>
<property name="url" value="https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=;bug_file_loc_type=allwordssubstr;bug_id=;bugidtype=include;chfield=resolution;target_milestone=${MILESTONE};chfieldfrom=${url.from.time};chfieldto=${url.to.time};chfieldvalue=FIXED;classification=Eclipse;component=SWT;email1=;email2=;emailtype1=substring;emailtype2=substring;field-1-0-0=classification;field-1-1-0=product;field-1-2-0=component;field0-0-0=noop;keywords=;keywords_type=allwords;long_desc=;long_desc_type=allwordssubstr;product=Platform;query_format=advanced;remaction=;short_desc=;short_desc_type=allwordssubstr;status_whiteboard=;status_whiteboard_type=allwordssubstr;type-1-0-0=anyexact;type-1-1-0=anyexact;type-1-2-0=anyexact;type0-0-0=noop;value-1-0-0=Eclipse;value-1-1-0=Platform;value-1-2-0=SWT;value0-0-0=;votes=;query_based_on="/>
<property name="body" value="${delimiter}${delimiter}&lt;h2&gt;SWT Build ${swt_new_tag} - ${header.time}&lt;/h2&gt;${delimiter}${delimiter}&lt;blockquote&gt;${delimiter}&lt;a href=${url}&gt;Bugs fixed&lt;/a&gt;${delimiter}&lt;/blockquote&gt;"/>
- <!--replace file="${repo.src}/${file_build_notes}" token="${match_line}" value="${match_line}${body}"/-->
+ <replace file="${repo.src}/${file_build_notes}" token="${match_line}" value="${match_line}${body}"/>
</target>
<!-- Set swt_tag to the current tag in the swt map file -->