From ac5603af2234e62442e881a660580137e32f1ab5 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Wed, 15 Nov 2006 09:25:48 +0000
Subject: [PATCH] Add maintenance builds to builder
---
.../downloads/build_types.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/releng/org.eclipse.rse.build/downloads/build_types.html b/releng/org.eclipse.rse.build/downloads/build_types.html
index 056a19fc1e8..131c40e8494 100644
--- a/releng/org.eclipse.rse.build/downloads/build_types.html
+++ b/releng/org.eclipse.rse.build/downloads/build_types.html
@@ -59,13 +59,25 @@
 |
- Nightly Builds
+ | Nightly Builds
+
Nightly builds are produced
every night from whatever has been released into the HEAD stream of the
CVS repository. They are completely untested and will almost always have
major problems. Many will not work at all. These drops are normally only
useful to developers actually working on the Eclipse Project. |
+
+  |
+ Maintenance Builds
+
+ Maintenance builds are produced
+ periodically to incorporate fixes into an existing release. They are typically
+ built from tagged plug-in and feature pojects in a maintenance stream of the CVS
+ repository (i.e. R1_0_maintenance). Maintenance builds are promoted to a minor
+ or service release (i.e. R1.1 or R1.0.1) after development teams have deemed one
+ to be stable following one or more test-fix pass cycles. |
+