org.eclipse.team.ftp/plugin.xml
Parent Directory
|
Revision Log
Revision 1.24 -
(download)
(as text)
(annotate)
Tue Dec 12 20:41:32 2006 UTC (2 years, 11 months ago) by mvalenta
Branch: MAIN
CVS Tags: R3_3_1_1, R3_3_1, R3_3, pre_R3_3, R3_3_2, I20061218, HEAD
Changes since 1.23: +2 -33 lines
Tue Dec 12 20:41:32 2006 UTC (2 years, 11 months ago) by mvalenta
Branch: MAIN
CVS Tags: R3_3_1_1, R3_3_1, R3_3, pre_R3_3, R3_3_2, I20061218, HEAD
Changes since 1.23: +2 -33 lines
Bug 164479 FTP/Target plug-ins should specify EEs in their manifest
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!-- ================================================== -->
<!-- Define primary TOC -->
<!-- ================================================== -->
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
</extension>
<!-- ****************** Deployment Provider ********************* -->
<extension
point="org.eclipse.team.target.deployment">
<deployment
name="%FTPDeploymentProvider"
class="org.eclipse.team.internal.ftp.subscriber.FTPDeploymentProvider"
id="org.eclipse.team.ftp.FTPDeploymentProvider">
</deployment>
</extension>
<!-- ****************** Import Wizards ********************* -->
<extension
point="org.eclipse.ui.importWizards">
<wizard
name="%ImportWizard.name"
icon="icons/full/wizards/ftpicon_wiz.gif"
class="org.eclipse.team.internal.ftp.ui.subscriber.FTPImportWizard"
id="org.eclipse.team.ftp.FTPImportWizard">
<description>
%ImportWizard.description
</description>
<selection
class="org.eclipse.core.resources.IContainer">
</selection>
</wizard>
</extension>
<!-- ****************** Export Wizards ********************* -->
<extension
point="org.eclipse.ui.exportWizards">
<wizard
name="%ExportWizard.name"
icon="icons/full/wizards/ftpicon_wiz.gif"
class="org.eclipse.team.internal.ftp.ui.subscriber.FTPExportWizard"
id="org.eclipse.team.ftp.FTPExportWizard">
<description>
%ExportWizard.description
</description>
<selection
class="org.eclipse.core.resources.IContainer">
</selection>
</wizard>
</extension>
<!-- *************** Synchronize Wizards **************** -->
<extension
point="org.eclipse.team.ui.synchronizeWizards">
<wizard
name="%FTPSynchronizeParticipant"
description="%FTPSynchronizeParticipant.description"
icon="icons/full/wizards/ftpicon_wiz.gif"
class="org.eclipse.team.internal.ftp.ui.subscriber.FTPSynchronizeWizard"
id="org.eclipse.team.ftp.SynchronizeWizard">
</wizard>
</extension>
<!-- *************** Synchronize View Participant **************** -->
<extension
point="org.eclipse.team.ui.synchronizeParticipants">
<participant
name="%FTPSynchronizeParticipant"
icon="icons/full/wizards/ftpicon_wiz.gif"
class="org.eclipse.team.internal.ftp.ui.subscriber.FTPSynchronizeParticipant"
id="org.eclipse.team.ftp.synchronize-participant">
</participant>
</extension>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
