From 0eabf53609bcf17566787e1a885e06e98eb1b5f7 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 27 Feb 2007 12:55:36 +0000 Subject: [PATCH] [doc] Fix build notes and download page to mention that TM 2.0M5 needs Eclipse 3.3M5 --- .../template/buildNotes.php | 46 +++++++++++-------- .../org.eclipse.rse.build/template/index.php | 27 +++++++---- 2 files changed, 43 insertions(+), 30 deletions(-) diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 3a766842eb4..e31d361ff70 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -3,14 +3,14 @@ -Build Notes for RSE @buildId@ +Build Notes for TM @buildId@ @@ -23,11 +23,17 @@
-

Build Notes for RSE @buildId@
+

Build Notes for TM @buildId@
@dateLong@

    -
  • Added a milestone update site for RSE 2.0 milestone builds at +
  • Taking into account that TM is actually more than the core RSE framework, + and especially includes components like the Terminal that do not require RSE, + we changed all references to read TM 2.0 instead of RSE 2.0.
  • +
  • TM 2.0M5 requires Eclipse 3.3M5. Platform Runtime is the minimum + requirement for dstore and ftp. Terminal-ssh and RSE-ssh also require the + CVS Client Runtime (The dependency on CVS Client Runtime should go away + again with M6 by resolving bug 175686).
  • +
  • Added a milestone update site for TM 2.0 milestone builds at http://download.eclipse.org/dsdp/tm/updates/milestones. - As per [175241], the RSE Core feature references - this update site os when you install an RSE 2.0 milestone, you can "check for updates" to get the next - one or add components from the site.
  • + "Check for updates" will automatically reference this milestone update site, so you can get milestone + patches from there [175241].
  • Terminal: Use rxtx-2.1 (gnu.io) for serial line support instead of javax.comm. See the new README for installing RXTX [168893] @@ -49,7 +55,7 @@ Using this new functionality, it is also possible to hook up new system types with existing subsystemConfigurations [173265].
  • Use - + this query to show the list of bugs fixed since the last release, @@ -63,8 +69,8 @@ subsystemConfigurations [TM and RSE FAQ as well as the - - RSE 2.0 Known Issues and Workarounds.
  • + + TM 2.0 Known Issues and Workarounds.
@@ -103,7 +109,7 @@ API changes, and especially moving lots of classes which we cannot guarantee to support in the future into internal packages.

We are committed to not introducing any incompatible API changes on the RSE 1.0 maintenance stream (1.0.x), but we need to -change the API for RSE 2.0 in a not backward compatible way.
+change the API for TM 2.0 in a not backward compatible way.
All such API changes are voted on by committers on the dsdp-tm-dev developer mailing list, and documented in a migration guide @@ -130,27 +136,27 @@ More information can be found in the associated bugzilla items.

Use @@ -175,14 +181,14 @@ We'll strive to fix these as soon as possible. -->

No major or critical bugs are known at the time of release. Use -this query +this query for an up-to-date list of major or critical bugs.

The - -RSE 2.0 Known Issues and Workarounds Wiki page gives an up-to-date list + +TM 2.0 Known Issues and Workarounds Wiki page gives an up-to-date list of the most frequent and obvious problems, and describes workarounds for them.
-If you have other questions regarding RSE, please check the +If you have other questions regarding TM or RSE, please check the TM and RSE FAQ

diff --git a/releng/org.eclipse.rse.build/template/index.php b/releng/org.eclipse.rse.build/template/index.php index efc832369e9..71d221d6b60 100755 --- a/releng/org.eclipse.rse.build/template/index.php +++ b/releng/org.eclipse.rse.build/template/index.php @@ -4,14 +4,14 @@ -DSDP-TM RSE Downloads +DSDP-TM Downloads
-

RSE @buildTypeLong@ Build: @buildId@
+

TM @buildTypeLong@ Build: @buildId@
@dateLong@

These downloads are provided under the Eclipse.org Software @@ -47,16 +47,23 @@

- +
RSE 2.0 requires - - Eclipse-Platform-3.3M4 or later. +
TM 2.0M5 requires + + Eclipse 3.3M5 or later.
- Prerequisites for add-ons (like CDT, EMF) should be retrieved from the + We recommend installing + eclipse-SDK. + If you do not want JDT, PDE and the developer docs, please install + eclipse-platform together with + eclipse-CVS-Client. +
+ Prerequisites for other add-ons (like CDT, EMF) should be retrieved from the Europa Discovery Site.
- Earlier versions (e.g. Eclipse 3.2.x) will not work! + Earlier versions (e.g. Eclipse 3.2.x, Eclipse 3.3M4) will not work!
@@ -141,9 +148,9 @@ RSE-efs-@buildId@.zip  
An experimental Eclipse Filesystem (EFS) provider, which - uses RSE contributed file services. It currently works for accessing - remote file systems, but cannot be used to hold Projects of an - Eclipse Workspace due to resource locking issues. Includes Source. + uses RSE contributed file services. It currently works for ssh + connections with limitations. See + bug 170916 for details. Includes Source.