Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-25 13:37:47 +0000
committerMichael Valenta2002-06-25 13:37:47 +0000
commit50bfdcf451e126f0077348457e62512c8d829a3d (patch)
tree7d5cff3793e1fee40ee0991fc907f0c2ce97fad6
parent5f6be1da82fc5317b6c5b5afb7274f12808ca2f7 (diff)
downloadeclipse.platform.team-50bfdcf451e126f0077348457e62512c8d829a3d.tar.gz
eclipse.platform.team-50bfdcf451e126f0077348457e62512c8d829a3d.tar.xz
eclipse.platform.team-50bfdcf451e126f0077348457e62512c8d829a3d.zip
Updated legal notices and text
-rw-r--r--bundles/org.eclipse.team.ui/doc/hglegal.htm2
-rw-r--r--bundles/org.eclipse.team.ui/doc/ngibmcpy.gifbin814 -> 1045 bytes
-rw-r--r--bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui.html4
-rw-r--r--bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui_configurationWizards.html20
4 files changed, 13 insertions, 13 deletions
diff --git a/bundles/org.eclipse.team.ui/doc/hglegal.htm b/bundles/org.eclipse.team.ui/doc/hglegal.htm
index c59811321..7c69b7304 100644
--- a/bundles/org.eclipse.team.ui/doc/hglegal.htm
+++ b/bundles/org.eclipse.team.ui/doc/hglegal.htm
@@ -9,6 +9,6 @@
<h3>
<a NAME="Notices"></a>Notices</h3>
-(c) Copyright IBM Corp. 2000, 2001. All Rights Reserved.
+(c) Copyright IBM Corp. 2000, 2002. All Rights Reserved.
</body>
</html>
diff --git a/bundles/org.eclipse.team.ui/doc/ngibmcpy.gif b/bundles/org.eclipse.team.ui/doc/ngibmcpy.gif
index 360f8e998..61cef4852 100644
--- a/bundles/org.eclipse.team.ui/doc/ngibmcpy.gif
+++ b/bundles/org.eclipse.team.ui/doc/ngibmcpy.gif
Binary files differ
diff --git a/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui.html b/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui.html
index 807b2ff6c..8f8cb1da6 100644
--- a/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui.html
+++ b/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui.html
@@ -14,11 +14,11 @@ This document lists all of the extension points that the Team UI plug-in makes a
<h1>
General Extension Points</h1>
The following extension point can be used to register a configuration mechanism for associating a project
-with a team provider:
+with a repository provider:
<ul>
<li>
<a href="org_eclipse_team_ui_configurationWizards.html">org.eclipse.team.ui.configurationWizards</a></li>
</ul>
-<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
+<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2002. All Rights Reserved." BORDER=0></a>
</body>
</html>
diff --git a/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui_configurationWizards.html b/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui_configurationWizards.html
index 69eed425a..11cc569b6 100644
--- a/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui_configurationWizards.html
+++ b/bundles/org.eclipse.team.ui/doc/org_eclipse_team_ui_configurationWizards.html
@@ -12,8 +12,8 @@ Configuration Wizards</h1></center>
<b><i>Identifier: </i></b>org.eclipse.team.ui.configurationWizards
<p><b><i>Description: </i></b>This extension point is used to register
a method for configuration of a project. Configuration involves the association
-of a project with a team provider, including all information necessary to
-initialize that team provider, including such things as username, password, and
+of a project with a repository provider, including all information necessary to
+initialize that repository provider, including such things as username, password, and
any relevant information necessary to locate the provider.
<p>Providers may provide an extension for this extension point, and an
implementation of <code>org.eclipse.team.ui.IConfigurationWizard</code> which
@@ -32,7 +32,7 @@ CDATA #REQUIRED</tt>
<br><tt>&nbsp;&nbsp; ></tt>
<ul>
-<li><b>name -</b> the name of the configuration type, as it should appear in the configuration wizard. Examples are "CVS", "WebDAV".</li>
+<li><b>name -</b> the name of the configuration type, as it should appear in the configuration wizard. One examples is "CVS".</li>
<li><b>icon -</b> the icon to present in the configuration wizard next to the name.</li>
<li><b>class -</b> a fully qualified name of the Java class implementing <tt>org.eclipse.team.ui.IConfigurationWizard</tt>.</li>
<li><b>id - </b> a unique identifier for this extension.</li>
@@ -42,10 +42,10 @@ CDATA #REQUIRED</tt>
<p>Following is an example of a configuration wizard extension:
<p><tt>&nbsp;&nbsp; &lt;extension point="org.eclipse.team.ui.configurationWizard"></tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wizard</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="WebDAV"</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icon="webdav.gif"</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class="com.xyz.DAVDecorator"</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id="com.xyz.dav"></tt>
+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="CVS"</tt>
+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icon="icons/full/wizards/newconnect_wiz.gif"</tt>
+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class="org.eclipse.team.internal.ccvs.ui.wizards.SharingWizard"</tt>
+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id="org.eclipse.team.ccvs.ui.SharingWizard"></tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wizard></tt>
<br><tt>&nbsp;&nbsp; &lt;/extension></tt>
@@ -53,9 +53,9 @@ CDATA #REQUIRED</tt>
must represent a class that implements <tt>org.eclipse.team.ui.IConfigurationWizard</tt>.
This interface supports configuration of a wizard given a workbench and a project.
-<p><b><i>Supplied Implementation: </i></b>The plug-in org.eclipse.team.provider.examples.ui contains
-sample implementations of IConfigurationWizard for the WebDAV and filesystem provider types.
+<p><b><i>Supplied Implementation: </i></b>The plug-in org.eclipse.team.examples.filesystem contains a
+sample implementation of IConfigurationWizard for a filesystem based repository provider.
-<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
+<p><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