From 4f1d09f5f5fb49749053294a71209a4e14cf56e6 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Thu, 6 Dec 2007 12:19:23 +0000
Subject: [PATCH] Sync-up name of "New Connection Wizards" extension point in
schema vs. plugin.properties
---
.../template/buildNotes.php | 21 +-
.../schema/remoteFileTypes.exsd | 2 +-
.../org.eclipse.rse.ui/plugin.properties | 2 +-
rse/plugins/org.eclipse.rse.ui/plugin.xml | 2 +-
rse/plugins/org.eclipse.rse.ui/rseprofile.xsd | 186 ------------------
.../schema/newConnectionWizards.exsd | 2 +-
6 files changed, 22 insertions(+), 193 deletions(-)
delete mode 100644 rse/plugins/org.eclipse.rse.ui/rseprofile.xsd
diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index f1995f09dc0..d01146467fe 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -29,7 +29,7 @@
Discovery needs EMF, and the RemoteCDT integration needs CDT.
Important Bug Fixes, Enhancements and API changes:
- API: A new
- CodePageConverters extension point has been added to support services
+ codePageConverters extension point has been added to support services
that need to perform special additional conversions on encodings
[209704].
- Archive Handling has been improved to run outside the dispatch thread on the
@@ -44,7 +44,9 @@
default encoding. This allows for external tools to easily perform operations on remote
files which are in uncommon encodings
[210812].
-- API: An extension point has been added to specify the default file transfer mode (binary/ascii) for a specific filetype
+
- API: The
+ remoteFileTypes extension point has been added to specify the default file transfer mode
+ (binary/ascii) for a specific file type
[208951].
- Remote file encoding now defaults to the parent folder encoding
[209660].
@@ -135,6 +137,19 @@ More information can be found in the associated bugzilla items.
- TM @buildId@ Breaking API Changes
+-
+ IRemoteObjectResolver.getObjectWithAbsoluteName()
+ now takes an additional IProgressMonitor parameter, in order to support cancellation of deferred queries.
+ The old method has been deprecated and will be removed for 3.0. Especially custom Subsystem implementations will need to
+ be changed to implement the new method instead of the old one
+ [211472].
+-
+ IFileService.getOutputStream()
+ now takes an additional int options parameter, in order to support opening streams which append
+ to existing files. This was required in order to properly fulfill the EFS APIs. The corresponding old
+ method has been deprecated and will be removed for 3.0. Custom File Service implementations should be
+ changed to implement the new method instead of the old one
+ [208778].
- Removed the now obsolete IFileService.list(...) methods in favor of the new API
from bug 207178.
Clients of IRemoteFileSubSystem and IFileService need to be changed, though the change
@@ -205,7 +220,7 @@ We'll strive to fix these as soon as possible.
- bug 198143 - maj - [dstore][performance] Refresh a big directory takes very long time, and freezes workbench
- bug 198395 - maj - [dstore] Can connect to DStore with expired password
- bug 203501 - maj - NPE in PFMetadataLocation when saving RSEDOM
- - bug 208778 - maj - [efs][api] RSEFileStore#getOutputStream() does not support EFS#APPEND
+ - bug 208185 - maj - [terminal][serial] terminal can hang the UI when text is entered while the backend side is not reading characters
-
+
diff --git a/rse/plugins/org.eclipse.rse.ui/rseprofile.xsd b/rse/plugins/org.eclipse.rse.ui/rseprofile.xsd
deleted file mode 100644
index 9cdfe618bcf..00000000000
--- a/rse/plugins/org.eclipse.rse.ui/rseprofile.xsd
+++ /dev/null
@@ -1,186 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizards.exsd b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizards.exsd
index 8061775cd5b..617409c9726 100644
--- a/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizards.exsd
+++ b/rse/plugins/org.eclipse.rse.ui/schema/newConnectionWizards.exsd
@@ -3,7 +3,7 @@
-
+
This extension point is used to register new connection creation wizard extensions. New connection creation wizards appear as choices within the "New Connection" dialog, and are used to create connections from the registered system types. New connection creation wizards can be organized in categories. Uncategorized wizards or wizards with invalid category paths will be sorted in as non-categorized root element.