Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/doc/org_eclipse_team_core_providers.html')
-rw-r--r--bundles/org.eclipse.team.core/doc/org_eclipse_team_core_providers.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/bundles/org.eclipse.team.core/doc/org_eclipse_team_core_providers.html b/bundles/org.eclipse.team.core/doc/org_eclipse_team_core_providers.html
deleted file mode 100644
index 2fcc2ff62..000000000
--- a/bundles/org.eclipse.team.core/doc/org_eclipse_team_core_providers.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
- <title>Workbench Extension Points</title>
-</head>
-<body link="#0000FF" vlink="#800080">
-
-<center>
-<h1>
-Applications</h1></center>
-<b><i>Identifier: </i></b>org.eclipse.team.core.providers
-<p><b><i>Description:</i></b> This extension point is used to register
-a provider nature with the Team Core plugin. Registered provider natures
-benefit from the services provided by the Team Core plug-in. These include
-programmatic configuration of providers and cardinality enforcement (e.g.
-only one team nature can be assigned to a project at a time).
-<p>Configuration Markup:
-<p><tt>&lt;!ELEMENT perspective (description?)></tt>
-<br><tt>&nbsp;&nbsp; &lt;!ATTLIST perspective</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; natureId&nbsp; CDATA #REQUIRED</tt>
-<br><tt>&nbsp;&nbsp;&nbsp; ></tt><tt></tt>
-<p><b>natureId</b> - the nature identifier to register
-<p><b><i>Examples:</i></b> The following is an example of a providers extension:
-<p><tt>&lt;extension id="CVSProvider" point="org.eclipse.team.core.providers"></tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp; &lt;providers natureId="org.eclipse.team.provider.cvs.core.cvsnature"/></tt>
-<br><tt>&nbsp;&lt;/extension></tt><tt></tt>
-<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
-</body>
-</html>
- \ No newline at end of file

Back to the top