Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-05-17 20:14:35 +0000
committerJean Michel-Lemieux2004-05-17 20:14:35 +0000
commit5a677043908f22b4dc261eb49fa2da3a3b859d8d (patch)
tree8cfb803d9a280104cd9a4181b65c259d2e79a04a /bundles/org.eclipse.team.cvs.ui/plugin.xml
parentba16ca77f1c3a181477a9a0baa39ad5d15d30179 (diff)
downloadeclipse.platform.team-5a677043908f22b4dc261eb49fa2da3a3b859d8d.tar.gz
eclipse.platform.team-5a677043908f22b4dc261eb49fa2da3a3b859d8d.tar.xz
eclipse.platform.team-5a677043908f22b4dc261eb49fa2da3a3b859d8d.zip
Fixed up extension points refering to non-existant properties.
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 500906644..45f86ec6f 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -47,29 +47,24 @@
<participant
name="%CVSWorkspaceParticipant"
icon="icons/full/eview16/cvs_persp.gif"
- type="static"
class="org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceSynchronizeParticipant"
- multipleInstances="false"
id="org.eclipse.team.cvs.ui.cvsworkspace-participant">
</participant>
<participant
name="%CVSMergeParticipant"
icon="icons/full/elcl16/newstream_wiz.gif"
- type="dynamic"
class="org.eclipse.team.internal.ccvs.ui.subscriber.MergeSynchronizeParticipant"
- multipleInstances="true"
id="org.eclipse.team.cvs.ui.cvsmerge-participant">
</participant>
<participant
persistent="false"
name="%CVSCompareParticipant"
icon="icons/full/eview16/compare_view.gif"
- type="dynamic"
class="org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant"
- multipleInstances="true"
id="org.eclipse.team.cvs.ui.compare-participant">
</participant>
</extension>
+
<!-- *************** Authenticator **************** -->
<extension
point="org.eclipse.team.cvs.core.authenticator">
@@ -716,7 +711,7 @@
lightweight="true"
objectClass="org.eclipse.core.resources.IResource"
adaptable="true"
- quadrant="BOTTOM_RIGHT"
+ location="BOTTOM_RIGHT"
label="%DecoratorStandard.name"
state="false"
class="org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator"
@@ -916,7 +911,6 @@
icon="icons/full/etool16/newconnect_wiz.gif"
name="%newProjectCheckoutWizard"
class="org.eclipse.team.internal.ccvs.ui.wizards.CheckoutWizard"
- project="true"
id="org.eclipse.team.cvs.ui.newProjectCheckout">
<description>
%newProjectCheckoutWizardDescription

Back to the top