summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-05-23 17:49:27 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-05-23 17:49:27 -0400
commit5eaaa28aa1a14392d0c16f38dfd341f34156d198 (patch)
tree1d25abfaa6c14846a0c507d4e2e5c9f1b37f3b2c
parenta393507cd6d4afa2914d91da15f4005a9023b7ba (diff)
downloadeclipse.platform.swt-5eaaa28aa1a14392d0c16f38dfd341f34156d198.tar.gz
eclipse.platform.swt-5eaaa28aa1a14392d0c16f38dfd341f34156d198.tar.xz
eclipse.platform.swt-5eaaa28aa1a14392d0c16f38dfd341f34156d198.zip
Remove buildnotes from build
-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 2e8d73d351..9e83fcdfee 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}' '${file_build_notes}'"/>
+ <arg line="add '${file_library_j2se}' '${file_library_j2me}' '${file_version}' '${file_make_common}' "/>
</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 -->