mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[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.
This commit is contained in:
parent
45118db9d6
commit
5c3dc60f16
4 changed files with 3 additions and 4 deletions
|
@ -60,7 +60,7 @@ Here are the extension points that are defined by the RSE:
|
|||
<TD>For defining new subsystems that appear when a connection is expanded.</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD><A href="../reference/extension-points/org_eclipse_rse_ui_archivehandlers.html">org.eclipse.rse.core.<b>archivehandlers</b></A></TD>
|
||||
<TD><A href="../reference/extension-points/org_eclipse_rse_services_archivehandlers.html">org.eclipse.rse.services.<b>archivehandlers</b></A></TD>
|
||||
<TD>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.</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
RSE infrastructure: </p>
|
||||
<ul>
|
||||
<li><a href="org_eclipse_rse_core_systemTypes.html">org.eclipse.rse.core.systemTypes</a></li>
|
||||
<li><a href="org_eclipse_rse_ui_archivehandlers.html">org.eclipse.rse.ui.archivehandlers</a></li>
|
||||
<li><a href="org_eclipse_rse_services_archivehandlers.html">org.eclipse.rse.services.archivehandlers</a></li>
|
||||
<!-- TODODeferred after RSE 1.0
|
||||
<li><a href="org_eclipse_rse_ui_compile.html">org.eclipse.rse.ui.compile</a></li>
|
||||
-->
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<topic label="Extension Points Reference" href="provisional_api.html">
|
||||
<topic label="org.eclipse.rse.core.systemTypes" href="reference/extension-points/org_eclipse_rse_core_systemTypes.html" />
|
||||
<topic label="org.eclipse.rse.ui.archivehandlers" href="reference/extension-points/org_eclipse_rse_ui_archivehandlers.html" />
|
||||
<topic label="org.eclipse.rse.services.archivehandlers" href="reference/extension-points/org_eclipse_rse_services_archivehandlers.html" />
|
||||
<!-- TODODeferred after RSE 1.0
|
||||
<topic label="org.eclipse.rse.ui.compile" href="reference/extension-points/org_eclipse_rse_ui_compile.html" />
|
||||
-->
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue