Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-05-17 15:31:29 +0000
committerMichael Valenta2002-05-17 15:31:29 +0000
commit83006a51ed2f621cbd3374f5fab26aab4f1aa27b (patch)
tree0996b5068f485b628c8d8648a1990339939f32e4 /bundles
parent6e845620c3f8bf78487d30a9b78f2991e3d7d392 (diff)
downloadeclipse.platform.team-83006a51ed2f621cbd3374f5fab26aab4f1aa27b.tar.gz
eclipse.platform.team-83006a51ed2f621cbd3374f5fab26aab4f1aa27b.tar.xz
eclipse.platform.team-83006a51ed2f621cbd3374f5fab26aab4f1aa27b.zip
Preparing for buildI20020517
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 8d8657022..8949e10e9 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -85,7 +85,7 @@
</objectContribution>
<!-- ****************** Target Management Popup Actions *************** -->
-
+ <!--
<objectContribution
id="org.eclipse.team.ui.targetResourceContributions"
objectClass="org.eclipse.core.resources.IResource" adaptable="true">
@@ -122,9 +122,9 @@
class="org.eclipse.team.internal.ui.target.TargetProjectAction">
</action>
</objectContribution>
+ -->
</extension>
-
<!-- ************** Views ********************** -->
<extension point="org.eclipse.ui.views">
<category
@@ -139,7 +139,7 @@
category="org.eclipse.team.ui"
class="org.eclipse.team.internal.ui.sync.SyncView">
</view>
-
+ <!--
<category
id="org.eclipse.team.ui.target"
name="Deployment">
@@ -152,6 +152,7 @@
class="org.eclipse.team.internal.ui.target.SiteExplorerView"
id="org.eclipse.team.ui.target.SiteExplorerView">
</view>
+ -->
</extension>
<!-- ****************** Import Wizards ********************* -->

Back to the top