summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-08-06 20:47:37 +0000
committerFelipe Heidrich <fheidric>2009-08-06 20:47:37 +0000
commit498d0ad87df0360cdc3e7a288eee05a33f0b8b36 (patch)
treeca7c0034c55505fc653e2f9e1ff21f55847a10f6
parent6e81a36789acf8e35bbcf740efe25c0383c927f2 (diff)
downloadeclipse.platform.swt-498d0ad87df0360cdc3e7a288eee05a33f0b8b36.tar.gz
eclipse.platform.swt-498d0ad87df0360cdc3e7a288eee05a33f0b8b36.tar.xz
eclipse.platform.swt-498d0ad87df0360cdc3e7a288eee05a33f0b8b36.zip
*** empty log message ***v3552
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html2
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 765de7131c..9bfa77abd9 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -14,7 +14,7 @@ SWT</h1>
<h2>SWT Build 3552 - Friday August 07, 2009</h2>
<blockquote>
-<a href=https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=;bug_file_loc_type=allwordssubstr;bug_id=;bugidtype=include;chfield=resolution;target_milestone=3.5.1;chfieldfrom=2009-07-28+21%3A17%3A51+%2B0000;chfieldto=2009-08-06;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=>Bugs fixed</a>
+<a href=https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=;bug_file_loc_type=allwordssubstr;bug_id=;bugidtype=include;chfield=resolution;target_milestone=3.5.1;chfieldfrom=2009-07-28+21%3A17%3A51+%2B0000;chfieldto=2009-08-06+20%3A41%3A14+%2B0000;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=>Bugs fixed</a>
</blockquote>
<h2>SWT Build 3551b - Wednesday July 29, 2009</h2>
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 8f55bcfc85..809b565625 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -586,7 +586,6 @@
<cvs dest="${fragment}" command="add -kb ${added_files}" cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true"/>
</target>
-
<!-- Params: cvsRsh, tmpdir, and swt_new_tag -->
<target name="update_buildnotes" depends="get_tag, get_new_tag">
<property name="MILESTONE" value=""/>
@@ -594,7 +593,7 @@
<format property="header.time" pattern="EEEE MMMMM dd, yyyy" offset="1" unit="day"/>
</tstamp>
<tstamp>
- <format property="url.to.time" pattern="yyyy-MM-dd"/>
+ <format property="url.to.time" pattern="yyyy-MM-dd'+'HH'%3A'mm'%3A'ss'+%2B0000'" timezone="gmt"/>
</tstamp>
<property name="build_notes" value="org.eclipse.swt/buildnotes_swt.html"/>
<cvs cvsRoot="${cvsRootAnon}" failonerror="true" output="${tmpdir}/rlog.txt">