Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-06-23 22:55:47 +0000
committerMazen Faraj2005-06-23 22:55:47 +0000
commitf4ab653f950c4d9ad2cb91b472463f809897a3e6 (patch)
tree223d7975f16ffee4868ef4b007dedc0b551fbb10 /org.eclipse.ui.intro
parentf601ab99377f59b188f1e184e4e880bac33f880c (diff)
downloadeclipse.platform.ua-f4ab653f950c4d9ad2cb91b472463f809897a3e6.tar.gz
eclipse.platform.ua-f4ab653f950c4d9ad2cb91b472463f809897a3e6.tar.xz
eclipse.platform.ua-f4ab653f950c4d9ad2cb91b472463f809897a3e6.zip
Bug 101053 Broken link in extension point docv20050623-2000R3_1
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/schema/config.exsd2
-rw-r--r--org.eclipse.ui.intro/schema/introContentFileSpec.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ui.intro/schema/config.exsd b/org.eclipse.ui.intro/schema/config.exsd
index 00a6d741b..19fd301f5 100644
--- a/org.eclipse.ui.intro/schema/config.exsd
+++ b/org.eclipse.ui.intro/schema/config.exsd
@@ -8,7 +8,7 @@
<documentation>
This extension point is used to register an intro configuration. This configuration provides presentation implementations and content for a given intro contribution. An intro appears when the workbench is first launched and as a choice from the &quot;Help&quot; menu. The intro is typically used to introduce a user to a product built on Eclipse.
&lt;p&gt;
-The intros are organized into pages which usually reflect a particular category of introductory material. For instance, a What&apos;s New page may introduce new concepts or functionality since previous versions. The content defined by one intro configuration can be referenced and extended from other plug-ins using the &lt;a href=&quot;org.eclipse.ui.intro.configExtension.exsd&quot;&gt;org.eclipse.ui.intro.configExtension&lt;/a&gt; extension point.
+The intros are organized into pages which usually reflect a particular category of introductory material. For instance, a What&apos;s New page may introduce new concepts or functionality since previous versions. The content defined by one intro configuration can be referenced and extended from other plug-ins using the &lt;a href=&quot;org_eclipse_ui_intro_configExtension.html&quot;&gt;org.eclipse.ui.intro.configExtension&lt;/a&gt; extension point.
&lt;p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.ui.intro/schema/introContentFileSpec.html b/org.eclipse.ui.intro/schema/introContentFileSpec.html
index d742a6283..d0ea90ad1 100644
--- a/org.eclipse.ui.intro/schema/introContentFileSpec.html
+++ b/org.eclipse.ui.intro/schema/introContentFileSpec.html
@@ -18,9 +18,9 @@
<body>
<h1>Intro Content File XML Format</h1>
-<p>Version 3.0.1</p>
+<p>Version 3.1.0</p>
<p>This document describes the intro content file structure as a series of
-DTD fragments (machine readable <a href="IntroContent.exsd">XML schema</a>).</p>
+DTD fragments.</p>
<h2><code>introContent</code></h2>
<br><p class=code id=dtd>&lt;!ELEMENT <a name="e.introContent">introContent</a> (<a href="#e.page">page</a>+ , <a href="#e.group">group</a>* , <a href="#e.extensionContent">extensionContent</a>*)&gt;</p>
<p></p>

Back to the top