From 5c3dc60f16f9c28e3c6441aee665b8fbec3bc8ca Mon Sep 17 00:00:00 2001
From: Kushal Munir < kmunir@ca.ibm.com>
Date: Mon, 19 Feb 2007 20:13:40 +0000
Subject: [PATCH] [173871] [api] Move archivehandlers extension point to
org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes
related to archive handling to internal packages.
---
rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html | 2 +-
.../reference/extension-points/index.html | 2 +-
rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml | 2 +-
rse/plugins/org.eclipse.rse.ui/plugin.properties | 1 -
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
index 8606142ef00..467060c99c1 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html
@@ -60,7 +60,7 @@ Here are the extension points that are defined by the RSE:
For defining new subsystems that appear when a connection is expanded. |
- org.eclipse.rse.core.archivehandlers |
+ org.eclipse.rse.services.archivehandlers |
For supporting additional archive file types, such as is done today for zip, jar and tar files. This adds support for expanding the archives and supporting all the usual actions on the contents. |
diff --git a/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html b/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
index 66a1bb4efa6..d22ee504741 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/reference/extension-points/index.html
@@ -12,7 +12,7 @@
RSE infrastructure:
- org.eclipse.rse.core.systemTypes
- - org.eclipse.rse.ui.archivehandlers
+ - org.eclipse.rse.services.archivehandlers
diff --git a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
index 76b6cd6a3e8..ebc9a923ba6 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/topics_Reference.xml
@@ -7,7 +7,7 @@
-
+
diff --git a/rse/plugins/org.eclipse.rse.ui/plugin.properties b/rse/plugins/org.eclipse.rse.ui/plugin.properties
index 7403044e506..fec9cb6652c 100644
--- a/rse/plugins/org.eclipse.rse.ui/plugin.properties
+++ b/rse/plugins/org.eclipse.rse.ui/plugin.properties
@@ -26,7 +26,6 @@ extPoint.popupMenus = Remote Object Popup Menu Actions
extPoint.propertyPages = Remote Object Property Pages
extPoint.remoteSystemsViewPreferencesActions = Remote Systems View Preferences Actions
extPoint.compile = Remote Compile Commands
-extPoint.archivehandlers = Remote Archive Handlers
extPoint.mountPathMappers = Mount Path Mappers
#systemType.iseries = iSeries native operating system (OS/400 or i5/OS)