Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Macguire2002-05-13 06:37:45 +0000
committerKevin Macguire2002-05-13 06:37:45 +0000
commit37e1913b25012b08d7fd830b1c3feb206e3906ff (patch)
tree4dc2a1ebaf8b7131d0e92f734c20041d6c3dffd3 /bundles/org.eclipse.team.core/plugin.xml
parent854072ef398e85722eb4bb6ddfbfb4d9f54ac7b5 (diff)
downloadeclipse.platform.team-37e1913b25012b08d7fd830b1c3feb206e3906ff.tar.gz
eclipse.platform.team-37e1913b25012b08d7fd830b1c3feb206e3906ff.tar.xz
eclipse.platform.team-37e1913b25012b08d7fd830b1c3feb206e3906ff.zip
Targets extension point
Diffstat (limited to 'bundles/org.eclipse.team.core/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index cf1475485..3826b708d 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -20,6 +20,7 @@
<extension-point id="fileTypes" name="%FileTypesRegistry"/>
<extension-point id="ignore" name="%GlobalIgnoreRegistry"/>
<extension-point id="projectSets" name="%TeamProjectSets"/>
+<extension-point id="targets" name="%Targets"/>
<!-- Define some example text extensions. This will be done
by other plugins later. -->

Back to the top