alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?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>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.