Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Birsan2003-01-14 16:21:23 +0000
committerDorian Birsan2003-01-14 16:21:23 +0000
commit5d2055474b6cc2fa962ed4f89973cc02305dda6d (patch)
treefec02a23731f175a413b65fa1b3606614283b95a /org.eclipse.help.appserver
parent6531253e8380fac7c8b965e5720f57eae78e4e8e (diff)
downloadeclipse.platform.ua-5d2055474b6cc2fa962ed4f89973cc02305dda6d.tar.gz
eclipse.platform.ua-5d2055474b6cc2fa962ed4f89973cc02305dda6d.tar.xz
eclipse.platform.ua-5d2055474b6cc2fa962ed4f89973cc02305dda6d.zip
schemas updated with docs
Diffstat (limited to 'org.eclipse.help.appserver')
-rw-r--r--org.eclipse.help.appserver/build.properties4
-rw-r--r--org.eclipse.help.appserver/doc/server.html39
-rw-r--r--org.eclipse.help.appserver/plugin.xml2
-rw-r--r--org.eclipse.help.appserver/schema/server.mxsd (renamed from org.eclipse.help.appserver/schema/server.exsd)31
4 files changed, 19 insertions, 57 deletions
diff --git a/org.eclipse.help.appserver/build.properties b/org.eclipse.help.appserver/build.properties
index f71d6d46d..86c445b31 100644
--- a/org.eclipse.help.appserver/build.properties
+++ b/org.eclipse.help.appserver/build.properties
@@ -1,4 +1,4 @@
source.appserver.jar=src/
-src.includes=about.html
-bin.includes=doc/,schema/,plugin.xml,preferences.ini,*.jar,plugin.properties,about.html
+src.includes=schema/,about.html
+bin.includes=doc/,plugin.xml,preferences.ini,*.jar,plugin.properties,about.html
diff --git a/org.eclipse.help.appserver/doc/server.html b/org.eclipse.help.appserver/doc/server.html
deleted file mode 100644
index 051c3ceed..000000000
--- a/org.eclipse.help.appserver/doc/server.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</HEAD>
-<HTML>
-<BODY>
-<H1><CENTER>server</CENTER></H1>
-<H2>Identifier</H2>
-org.eclipse.help.appserver.server
-<H2>Description</H2>
-Internal extension point to plug in an application server for help and other eclipse plugins.
-<H2>Markup</H2>
-
-<p><samp>&nbsp;&nbsp; &lt;!ELEMENT server EMPTY&gt;</samp>
-<br><samp>&nbsp;&nbsp; &lt;!ATTLIST server</samp>
-<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
-<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default&nbsp;(true | false) "false""false"</samp>
-<br><samp>&nbsp;&nbsp; &gt;</samp>
-<ul>
-<li><b>class</b> - The contributors to this extension point must implement the org.eclipse.help.appserver.internal.IWebappServer interface.</li><li><b>default</b> - When set to true, this is the default application server. Normally, only the platform contributed default implementation should set this attribute to true.</li></ul>
-<H2>Example</H2>
-<samp>
-<br> &lt;extension id="appserver" name="Tomcat" point="org.eclipse.help.appserver.server"&gt;
-<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;server class="org.eclipse.tomcat.internal.TomcatAppServer" default="true" /&gt;
-<br> &lt;/extension&gt;
-</samp>
-<H2>API Information</H2>
-</b>The supplied class must implement the
-<tt>org.eclipse.help.internal.appserver.IWebappServer</tt>
-interface. Methods in that interface control starting and stopping of the application server,
-as well as starting and stopping of a web application.
-<H2>Supplied Implementation</H2>
-The Eclipse Platform provides an implementation of this extension point using the Apache Tomcat
-application server.
-<p><br>
-<a href="hglegal2002.htm"><img src="ngibmcpy2002.gif" alt=
-"Copyright IBM Corp. and others 2000, 2002. All Rights Reserved." border="0"></a>
-</p>
-</BODY>
-</HTML>
diff --git a/org.eclipse.help.appserver/plugin.xml b/org.eclipse.help.appserver/plugin.xml
index c2c39c98c..2c45afc80 100644
--- a/org.eclipse.help.appserver/plugin.xml
+++ b/org.eclipse.help.appserver/plugin.xml
@@ -16,6 +16,6 @@
</requires>
- <extension-point id="server" name="server" schema="schema/server.exsd"/>
+ <extension-point id="server" name="server" schema="schema/server.mxsd"/>
</plugin>
diff --git a/org.eclipse.help.appserver/schema/server.exsd b/org.eclipse.help.appserver/schema/server.mxsd
index 9b50a990e..8982251a6 100644
--- a/org.eclipse.help.appserver/schema/server.exsd
+++ b/org.eclipse.help.appserver/schema/server.mxsd
@@ -6,16 +6,11 @@
<meta.schema plugin="org.eclipse.help.appserver" id="server" name="server"/>
</appInfo>
<documentation>
- [Enter description of this extension point]
+ Internal extension point to plug in an application server for help and other eclipse plugins.
</documentation>
</annotation>
<element name="extension">
- <annotation>
- <documentation>
- Internal extension point for plugging-in an application server to be used by eclipse components, such as help.
- </documentation>
- </annotation>
<complexType>
<sequence>
</sequence>
@@ -44,11 +39,6 @@
</element>
<element name="server">
- <annotation>
- <documentation>
- Internal extension point for plugging-in an application server to be used by eclipse components, such as help.
- </documentation>
- </annotation>
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
@@ -60,7 +50,7 @@
<attribute name="default" type="boolean" use="default" value="false">
<annotation>
<documentation>
- When set to true, this is the default application server. Normally, only the platform contributed default implementation should set this attribute to true.
+ When set to true, this is the default application server. Normally, only the platform contributed default implementation should set this attribute to true.
</documentation>
</annotation>
</attribute>
@@ -72,7 +62,14 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- [Enter extension point usage example here.]
+ The following is a sample usage of the support extension point:
+&lt;p&gt;
+&lt;samp&gt;
+&amp;lt;extension id="appserver" name="Tomcat" point="org.eclipse.help.appserver.server"&amp;gt;
+&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server class="org.eclipse.tomcat.internal.TomcatAppServer" default="true" /&amp;gt;
+&lt;br&gt; &amp;lt;/extension&amp;gt;
+&lt;/samp&gt;
+&lt;/p&gt;
</documentation>
</annotation>
@@ -81,7 +78,10 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- [Enter API information here.]
+ The supplied class must implement the
+&lt;tt&gt;org.eclipse.help.internal.appserver.IWebappServer&lt;/tt&gt;
+interface. Methods in that interface control starting and stopping of the application server,
+as well as starting and stopping of a web application.
</documentation>
</annotation>
@@ -90,7 +90,8 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
- [Enter information about supplied implementation of this extension point.]
+ The Eclipse Platform provides an implementation of this extension point using the Apache Tomcat
+application server.
</documentation>
</annotation>

Back to the top