platform-vcm-home/plugins/target/org.eclipse.target.ide/plugin.xml
Parent Directory
|
Revision Log
Revision 1.3 -
(download)
(as text)
(annotate)
Thu Jul 22 16:33:04 2004 UTC (5 years, 4 months ago) by mvalenta
Branch: MAIN
CVS Tags: R3_1_2, I20060510, R3_1_1, I20050418, R3_1, R3_2, R3_3, I20050314, I20061218, R3_3_1_1, I200606051412, I20041101, I20040914, I20050225, R3_3_1, R3_3_2, I20060605-1430, pre_R3_3, R3_2_1, R3_2_2, HEAD
Changes since 1.2: +8 -0 lines
Thu Jul 22 16:33:04 2004 UTC (5 years, 4 months ago) by mvalenta
Branch: MAIN
CVS Tags: R3_1_2, I20060510, R3_1_1, I20050418, R3_1, R3_2, R3_3, I20050314, I20061218, R3_3_1_1, I200606051412, I20041101, I20040914, I20050225, R3_3_1, R3_3_2, I20060605-1430, pre_R3_3, R3_2_1, R3_2_2, HEAD
Changes since 1.2: +8 -0 lines
Drag and drop and custom image
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
id="org.eclipse.target.ide.site-extension"
point="org.eclipse.target.sites">
<site
class="org.eclipse.target.internal.ide.IdeWorkspaceSite"
id="org.eclipse.target.ide.site"/>
</extension>
<extension
point="org.eclipse.target.siteCreationWizards">
<wizard
icon="icons/basic/wizards/ideicon_wiz.gif"
class="org.eclipse.target.internal.ide.ui.IdeWorkspaceSiteCreationWizard"
name="Workspace"
id="org.eclipse.target.ide.sitewizard"/>
</extension>
<extension
id="targetResourceDrop"
name="Target Resource Drop"
point="org.eclipse.ui.dropActions">
<action
class="org.eclipse.target.internal.ide.ui.TargetResourceDropActionDelegate"
id="org.eclipse.target.ide.targetResourceDrop"/>
</extension>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
