Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/plugin.xml')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index 566f97153..a9b12a081 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -336,11 +336,12 @@
<!-- =================================================================================== -->
<!-- Capability Support (a.k.a. Activities) -->
+<!-- Note: Uncomment the lines below to enable the capabilities. These can't be enabled in the -->
+<!-- examples because some products ship the examples with the product. -->
<!-- =================================================================================== -->
-
+<!--
<extension point="org.eclipse.ui.activities">
- <!-- File System Provider bindings -->
<activity
name="%activity.team.examples.filesystem.name"
description="%activity.team.examples.filesystem.description"
@@ -366,8 +367,7 @@
activityId="org.eclipse.team.examples.filesystem"
categoryId="org.eclipse.categories.teamCategory">
</categoryActivityBinding>
-
- <!-- Pessimistic Provider bindings -->
+
<activity
name="%activity.team.examples.pessimistic.name"
description="%activity.team.examples.pessimistic.description"
@@ -395,4 +395,5 @@
</categoryActivityBinding>
</extension>
+-->
</plugin>

Back to the top