Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 8949e10e9..755710adb 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,7 +122,6 @@
class="org.eclipse.team.internal.ui.target.TargetProjectAction">
</action>
</objectContribution>
- -->
</extension>
<!-- ************** Views ********************** -->

Back to the top