blob: 2fcc2ff621d7c7dd59098b1a4a20d8a37d5e240c [file] [log] [blame]
<!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>