CQ-4081: Initial import
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/.classpath b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.classpath
new file mode 100644
index 0000000..78d5ded
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/.project b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.project
new file mode 100644
index 0000000..b867a63
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.e4.ui.deeplink.example.client.help</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/.settings/org.eclipse.jdt.core.prefs b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..3663d3b
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+#Thu Feb 18 08:42:10 CST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/META-INF/MANIFEST.MF b/examples/org.eclipse.e4.ui.deeplink.example.client.help/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..d159739
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/META-INF/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Help Plug-in
+Bundle-SymbolicName: org.eclipse.e4.ui.deeplink.example.client.help;singleton:=true
+Bundle-Version: 4.6.0.qualifier
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.help,
+ org.eclipse.help.appserver,
+ org.eclipse.help.base,
+ org.eclipse.help.ui,
+ org.eclipse.help.webapp
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/about.html b/examples/org.eclipse.e4.ui.deeplink.example.client.help/about.html
new file mode 100644
index 0000000..f77f378
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/about.html
@@ -0,0 +1,22 @@
+<h1>About This Content</h1>
+
+23 June, 2010
+
+<h2>License</h2>
+
+<p>The Eclipse Foundation makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided
+to you under the terms and conditions of the Eclipse Public License
+Version 1.0 ("EPL"). A copy of the EPL is available at
+http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL,
+"Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse
+Foundation, the Content is being redistributed by another party
+("Redistributor") and different terms and conditions may apply to your
+use of any object code in the Content. Check the Redistributor’s
+license that was provided with the Content. If no such license exists,
+contact the Redistributor. Unless otherwise indicated below, the terms
+and conditions of the EPL still apply to any source code in the
+Content and such source code may be obtained at
+http://www.eclipse.org.</p>
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/build.properties b/examples/org.eclipse.e4.ui.deeplink.example.client.help/build.properties
new file mode 100644
index 0000000..af85555
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/build.properties
@@ -0,0 +1,6 @@
+output.. = bin/
+bin.includes = plugin.xml,\
+ META-INF/,\
+ .,\
+ html/,\
+ *.xml
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/maintopic.html b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/maintopic.html
new file mode 100644
index 0000000..a476078
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/maintopic.html
@@ -0,0 +1,13 @@
+<!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>Main Topic</title>
+</head>
+
+<body>
+<h1>Main Topic</h1>
+Please enter your text here.
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/subtopic.html b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/subtopic.html
new file mode 100644
index 0000000..8a61c50
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/subtopic.html
@@ -0,0 +1,13 @@
+<!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>Sub Topic</title>
+</head>
+
+<body>
+<h1>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/toc.html b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/toc.html
new file mode 100644
index 0000000..326f0a9
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/html/toc.html
@@ -0,0 +1,13 @@
+<!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>Table of Contents</title>
+</head>
+
+<body>
+<h1>Table of Contents</h1>
+Please enter your text here.
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/plugin.xml b/examples/org.eclipse.e4.ui.deeplink.example.client.help/plugin.xml
new file mode 100644
index 0000000..8b6afb4
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/plugin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="toc.xml">
+ </toc>
+ <toc
+ file="testToc.xml"
+ primary="true">
+ </toc>
+ </extension>
+
+</plugin>
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/testToc.xml b/examples/org.eclipse.e4.ui.deeplink.example.client.help/testToc.xml
new file mode 100644
index 0000000..bf1e67a
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/testToc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Test TOC" topic="html/toc.html">
+ <link toc="toc.xml" />
+</toc>
\ No newline at end of file
diff --git a/examples/org.eclipse.e4.ui.deeplink.example.client.help/toc.xml b/examples/org.eclipse.e4.ui.deeplink.example.client.help/toc.xml
new file mode 100644
index 0000000..1f661a6
--- /dev/null
+++ b/examples/org.eclipse.e4.ui.deeplink.example.client.help/toc.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Sample Table of Contents">
+ <topic label="Main Topic" href="html/maintopic.html">
+ <topic label="Sub Topic" href="html/subtopic.html"/>
+ </topic>
+ <topic label="Main Topic 2"/>
+</toc>