webapp
Identifier:
org.eclipse.help.base.webapp
Since:
3.0 (originally added in release 2.1 as org.eclipse.help.webapp)
Description:
Internal extension point for registering the name of the help web application plugin.
It is assumed that the web application root is the plugin directory
Configuration Markup:
<!ELEMENT extension (webapp)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT webapp EMPTY>
<!ATTLIST webapp
default (true | false) "false">
- default - When set to true, this is the default help web application plugin. Normally, only the platform contributed default implementation should set this attribute to true.
Examples:
The following is a sample usage of the webapp extension point:
<extension point="org.eclipse.help.base.webapp">
<webapp default="true" />
</extension>
API Information:
There is no API to implement. The plugin must be structured as a standard web application.
Supplied Implementation:
The Eclipse Platform provides the default implementation in the org.eclipse.help.webapp plugin.
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html