Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2005-12-09 22:43:22 +0000
committerlmandel2005-12-09 22:43:22 +0000
commiteef9611a58e0d6f17fc81fc21d0afd5da95ca61a (patch)
treeb6f894cf4c3f21885a1a293f6826cb67d07e2d0a /plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
parent1039493d65af4e2ee86d5acdbe2ecf287e0b244a (diff)
downloadwebtools.servertools-eef9611a58e0d6f17fc81fc21d0afd5da95ca61a.tar.gz
webtools.servertools-eef9611a58e0d6f17fc81fc21d0afd5da95ca61a.tar.xz
webtools.servertools-eef9611a58e0d6f17fc81fc21d0afd5da95ca61a.zip
[117755] Cleaned up WST extension point documentation.
Diffstat (limited to 'plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd')
-rw-r--r--plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd22
1 files changed, 15 insertions, 7 deletions
diff --git a/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd b/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
index a90f9d12a..4e3ef172e 100644
--- a/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
+++ b/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
@@ -84,15 +84,14 @@
<documentation>
The following is an example of a startup extension point:
-&lt;p&gt;
&lt;pre&gt;
-&lt;extension point=&quot;org.eclipse.wst.internet.monitor.core.internal.startups&quot;&gt;
- &lt;startup
- id=&quot;com.example.myplugin&quot;
- class=&quot;com.example.myplugin.Startup&quot;/&gt;
-&lt;/extension&gt;
+ &lt;extension
+ point=&quot;org.eclipse.wst.internet.monitor.core.internal.startups&quot;&gt;
+ &lt;startup
+ id=&quot;com.example.myplugin&quot;
+ class=&quot;com.example.myplugin.Startup&quot;/&gt;
+ &lt;/extension&gt;
&lt;/pre&gt;
-&lt;/p&gt;
</documentation>
</annotation>
@@ -104,6 +103,15 @@
This extension point is internal and should not be used by any other plugins.
</documentation>
</annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="implementation"/>
+ </appInfo>
+ <documentation>
+
+ </documentation>
+ </annotation>
<annotation>
<appInfo>

Back to the top