Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e159d1d336590c1fdd5e45d758b5a3c06910ded3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <title>Team Core Extension Points</title>
</head>
<body link="#0000FF" vlink="#800080">

<center>
<h1>Team Core Plug-in</h1></center>
This document lists all of the extension points that the Team Core plug-in makes available to repository provider developers.
<p>
<hr WIDTH="100%">
<h1>General Extension Points</h1>
The following extension points can be used to extend various aspects of the team functionality:
<ul>
<li>
<a href="org_eclipse_team_core_fileTypes.html">org.eclipse.team.core.fileTypes</a></li>
<li>
<a href="org_eclipse_team_core_ignore.html">org.eclipse.team.core.ignore</a></li>
<li>
<a href="org_eclipse_team_core_projectSets.html">org.eclipse.team.core.projectSets</a></li>
<li>
<a href="org_eclipse_team_core_repository.html">org.eclipse.team.core.repository</a></li>
</ul>
<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2002.  All Rights Reserved." BORDER=0></a>
</body>
</html>

Back to the top