diff --git a/rse/plugins/org.eclipse.rse.files.ui/plugin.xml b/rse/plugins/org.eclipse.rse.files.ui/plugin.xml index c64b0b439a1..2b7a59cdc10 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/plugin.xml +++ b/rse/plugins/org.eclipse.rse.files.ui/plugin.xml @@ -213,7 +213,7 @@ Contributors: + point="org.eclipse.rse.services.archivehandlers"> + + + + + diff --git a/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd b/rse/plugins/org.eclipse.rse.services/schema/archivehandlers.exsd similarity index 84% rename from rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd rename to rse/plugins/org.eclipse.rse.services/schema/archivehandlers.exsd index cd06db115f2..d7d2e48dd37 100644 --- a/rse/plugins/org.eclipse.rse.ui/schema/archivehandlers.exsd +++ b/rse/plugins/org.eclipse.rse.services/schema/archivehandlers.exsd @@ -1,12 +1,12 @@ - + - + - This extension point is used to plug in additional Archive Handlers. These are used to provide seamless integration between Archive Handling and the RSE. + This extension point is used to plug in additional archive handlers. Archive handlers are used to provide seamless integration of archives within the RSE. For example, an archive can be expanded to show its contents in RSE if an archive handler is registered for that archive type and handles showing the contents of archives. @@ -97,7 +97,7 @@ <p> <pre> - <extension point="org.eclipse.rse.ui.archivehandlers"> + <extension point="org.eclipse.rse.services.archivehandlers"> <archivehandler id="org.eclipse.rse.services.clientserver.archiveutils.systemziphandler" name="Zip File Handler" @@ -123,7 +123,7 @@ - The Remote System Explorer in org.eclipse.rse.files.ui provides three default implementations of this extension point, for ZIP, JAR, and TAR Archives. + The Remote System Explorer, in the org.eclipse.rse.files.ui plugin, provides three default implementations of this extension point for ZIP, JAR, and TAR archives. @@ -132,7 +132,7 @@ - Copyright (c) 2002, 2006 IBM Corporation. All Rights Reserved. + Copyright (c) 2002, 2006, 2007 IBM Corporation. All Rights Reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html diff --git a/rse/plugins/org.eclipse.rse.ui/plugin.xml b/rse/plugins/org.eclipse.rse.ui/plugin.xml index 3baaaff34d2..38bf1b39992 100644 --- a/rse/plugins/org.eclipse.rse.ui/plugin.xml +++ b/rse/plugins/org.eclipse.rse.ui/plugin.xml @@ -467,7 +467,6 @@ Contributors: -