Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2004-11-18 22:10:02 +0000
committerKonrad Kolosowski2004-11-18 22:10:02 +0000
commit5b9f3d913cb743283513fbe64a829c2a0fbe9320 (patch)
treeed05dc9c1b167d2e340c6483516798fc1f24597e /org.eclipse.help.appserver
parent43f1246298a2ac7636efe7ec52e7246dc63f5421 (diff)
downloadeclipse.platform.ua-5b9f3d913cb743283513fbe64a829c2a0fbe9320.tar.gz
eclipse.platform.ua-5b9f3d913cb743283513fbe64a829c2a0fbe9320.tar.xz
eclipse.platform.ua-5b9f3d913cb743283513fbe64a829c2a0fbe9320.zip
using translatable attribute in the ext point schema
Diffstat (limited to 'org.eclipse.help.appserver')
-rw-r--r--org.eclipse.help.appserver/schema/server.exsd45
1 files changed, 24 insertions, 21 deletions
diff --git a/org.eclipse.help.appserver/schema/server.exsd b/org.eclipse.help.appserver/schema/server.exsd
index af9e0adc7..f1b9bac34 100644
--- a/org.eclipse.help.appserver/schema/server.exsd
+++ b/org.eclipse.help.appserver/schema/server.exsd
@@ -34,6 +34,9 @@
<documentation>
</documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
</annotation>
</attribute>
</complexType>
@@ -63,13 +66,13 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is a sample usage of the server extension point:
-&lt;p&gt;
-&lt;samp&gt;
-&amp;lt;extension id=&quot;appserver&quot; name=&quot;Tomcat&quot; point=&quot;org.eclipse.help.appserver.server&quot;&amp;gt;
-&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server class=&quot;org.eclipse.tomcat.internal.TomcatAppServer&quot; default=&quot;true&quot; /&amp;gt;
-&lt;br&gt; &amp;lt;/extension&amp;gt;
-&lt;/samp&gt;
+ The following is a sample usage of the server extension point:
+&lt;p&gt;
+&lt;samp&gt;
+&amp;lt;extension id=&quot;appserver&quot; name=&quot;Tomcat&quot; point=&quot;org.eclipse.help.appserver.server&quot;&amp;gt;
+&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server class=&quot;org.eclipse.tomcat.internal.TomcatAppServer&quot; default=&quot;true&quot; /&amp;gt;
+&lt;br&gt; &amp;lt;/extension&amp;gt;
+&lt;/samp&gt;
&lt;/p&gt;
</documentation>
</annotation>
@@ -79,13 +82,13 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- 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.
-Web applications must have direct access to classes loaded by the customized class loader passed in when starting the web application.
-&lt;p&gt;
-In addition to this, all the web applications running under the provided application server must have access to the Jasper 1 JSP Engine runtime. These libraries are currently shipped with Tomcat 4.0.x drivers (http://jakarta.apache.org).
+ 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.
+Web applications must have direct access to classes loaded by the customized class loader passed in when starting the web application.
+&lt;p&gt;
+In addition to this, all the web applications running under the provided application server must have access to the Jasper 1 JSP Engine runtime. These libraries are currently shipped with Tomcat 4.0.x drivers (http://jakarta.apache.org).
&lt;/p&gt;
</documentation>
</annotation>
@@ -95,7 +98,7 @@ In addition to this, all the web applications running under the provided applica
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The Eclipse Platform provides an implementation of this extension point using the Apache Tomcat
+ The Eclipse Platform provides an implementation of this extension point using the Apache Tomcat
application server.
</documentation>
</annotation>
@@ -105,12 +108,12 @@ application server.
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2004 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made
-available under the terms of the Common Public License v1.0 which
-accompanies
-this distribution, and is available at
-&lt;a
+ Copyright (c) 2004 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made
+available under the terms of the Common Public License v1.0 which
+accompanies
+this distribution, and is available at
+&lt;a
href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top