Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-06-22 18:59:33 +0000
committerMichael Valenta2004-06-22 18:59:33 +0000
commit3c0dcabb4889e13b2aff288c30616871997e681d (patch)
treedad2735fd747d0489a0cabe4a106f485df73daeb
parent1a6e8a8e7786e6e6481011ad253ea4619949ab72 (diff)
downloadeclipse.platform.team-3c0dcabb4889e13b2aff288c30616871997e681d.tar.gz
eclipse.platform.team-3c0dcabb4889e13b2aff288c30616871997e681d.tar.xz
eclipse.platform.team-3c0dcabb4889e13b2aff288c30616871997e681d.zip
Added link to local history exampleI20040622
-rw-r--r--examples/org.eclipse.team.examples.filesystem/doc-html/team_localhistory_ex.html32
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml2
2 files changed, 33 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/doc-html/team_localhistory_ex.html b/examples/org.eclipse.team.examples.filesystem/doc-html/team_localhistory_ex.html
new file mode 100644
index 000000000..9fad23da0
--- /dev/null
+++ b/examples/org.eclipse.team.examples.filesystem/doc-html/team_localhistory_ex.html
@@ -0,0 +1,32 @@
+<!doctype html public "-//w3c//dtd html 4.0//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Team - Local History Synchronize Participant Example</title>
+</head>
+<body>
+
+<h2>Team - Local History Synchronize Participant Example</h2>
+
+<h3>Introduction</h3>
+<p> The Local History Synchronize Participant example illustrates how to intergate
+ a participant into the synchronize view. It covers such things as:
+<ul>
+ <li>Creating a simple subscriber for accessing the local history
+ <li>Creating a synchronize particpant
+ <li>Adding a cusotm action to a particpant
+ <li>Showing custom label decorations
+ <li>Add a synchronize wizard
+</ul>
+<h3>Running the example</h3>
+<p> To start using this example, open the <strong>Team Synchronizing</strong>
+ perspective, click on the global Synchronize toolbar action and choose <strong>Synchronize
+ with Latest from Local History</strong>. A more detailed look at this example
+ is available in the <a href="../guide/team_synchronize_localhistory_example.htm">Local
+ History Synchronization Example</a> guide section.
+<p>
+
+<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2004. All Rights Reserved." BORDER=0></a>
+</body>
+</html>
+
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index b1baae03a..566f97153 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -97,7 +97,7 @@
class="org.eclipse.team.examples.localhistory.LocalHistorySynchronizeWizard"
icon="icons/full/wizards/synced.gif"
description="ExampleSynchronizeSupport.wizard1"
- name="Latest From Local History Synchronize"
+ name="Synchronize with Latest From Local History"
id="ExampleSynchronizeSupport.wizard1"/>
</extension>

Back to the top