Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-07-04 20:23:07 +0000
committerMichael Valenta2002-07-04 20:23:07 +0000
commit93775b61263b027a956880170dd544cbba3bc636 (patch)
treead0e71256f44ddafb69c50b5ec4485beeb3e0a64 /examples/org.eclipse.team.examples.filesystem/doc-html
parent0c9b801b78e8f0487cbdb6de9055cd7939e90175 (diff)
downloadeclipse.platform.team-93775b61263b027a956880170dd544cbba3bc636.tar.gz
eclipse.platform.team-93775b61263b027a956880170dd544cbba3bc636.tar.xz
eclipse.platform.team-93775b61263b027a956880170dd544cbba3bc636.zip
*** empty log message ***minime
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/doc-html')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html53
1 files changed, 26 insertions, 27 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html b/examples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html
index 9604d0d6c..ac890aa74 100644
--- a/examples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html
+++ b/examples/org.eclipse.team.examples.filesystem/doc-html/team_filesystem_ex.html
@@ -1,35 +1,34 @@
-<!doctype html public "-//w3c//dtd html 4.0//en">
+<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0//en">
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Team - File System Repository Provider Example</title>
+
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+ <title>Team - File System Repository Provider Example</title>
</head>
-<body>
-
+ <body>
+
<h2>Team - File System Repository Provider Example</h2>
-
+
<h3>Introduction</h3>
-
-<p>
-The File System Repository Provider shows how to define your own repository provider.
-It shows how to override the RepositoryProvider class and register this new class as
-a repository provider using the Team extension point. It also illustrates how to create
-and register a configuration wizard for connecting a local project to a remote location
-and how to provide some custom Team and Replace with menu items for simple Get and Put operations. In
-addition it also shows how to use the validate save/validate edit mechanism to support
-pessimistic providers.
-
-
+
+<p> The File System Repository Provider shows how to define your own repository
+provider. It shows how to override the RepositoryProvider class and register
+this new class as a repository provider using the Team extension point.
+It also illustrates how to create and register a configuration wizard for
+connecting a local project to a remote location and how to provide some custom
+Team and Replace with menu items for simple Get and Put operations. In addition
+it also shows how to use the validate save/validate edit mechanism to support
+pessimistic providers. </p>
<h3>Running the example</h3>
-
-To start using this example create a project and select Team > Share Project... from the
-project's popup menu. In the wizrd that opens, select File System Example and click Next.
-Now enter the location in the local file system where you would like to connect the project
-to. The Get and Put operations in the Team menu will now transfer to and from the selected
-location.
-
-
-<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2002. All Rights Reserved." BORDER=0></a>
+ To start using this example create a project and select Team &gt; Share
+Project... from the project's popup menu. In the wizrd that opens, select
+File System Example and click Next. Now enter the location in the local file
+system where you would like to connect the project to. The Get and Put operations
+in the Team menu will now transfer to and from the selected location.
+<p><a href="hglegal.htm"><img src="ngibmcpy.gif"
+ alt="Copyright IBM Corp. 2000, 2002. All Rights Reserved." border="0">
+</a> </p>
+<br>
</body>
</html>
-

Back to the top