1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 02:15:31 +02:00
cdt/rse/plugins/org.eclipse.rse.efs.ui/plugin.xml

48 lines
1.9 KiB
XML
Raw Normal View History

2006-04-10 20:02:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved.
2006-04-10 20:02:23 +00:00
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
Initial Contributors:
The following IBM employees contributed to the Remote System Explorer
component that contains this file: David McKnight, Kushal Munir,
Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
Kushal Munir (IBM) - Changed paths to reflect internal packages
Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
2006-04-10 20:02:23 +00:00
-->
<?eclipse version="3.0"?>
<plugin>
<extension
id="org.eclipse.rse.eclipse.filesystemSupport"
point="org.eclipse.ui.ide.filesystemSupport">
<filesystemContributor
scheme="rse"
class="org.eclipse.rse.internal.efs.ui.RSEFileSystemContributor"
label="RSE">
</filesystemContributor>
</extension>
<extension point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile"
id="org.eclipse.rse.efs.createproject">
<visibility>
<objectState name="isdirectory" value="true"/>
</visibility>
<action
label="%createRemoteProject.label"
tooltip="%createRemoteProject.tooltip"
class="org.eclipse.rse.internal.efs.ui.CreateRemoteProjectActionDelegate"
menubarPath="group.importexport"
enablesFor="1"
id="createRemoteProject">
</action>
</objectContribution>
</extension>
</plugin>