ProductConfig
Identifier:
org.eclipse.wst.rdb.core.org.eclipse.wst.rdb.core.productConfig
Since:
[Enter the first release in which this extension point appears.]
Description:
Extension point for plugins to provide their product configuration
Configuration Markup:
<!ELEMENT productConfiguration EMPTY>
<!ATTLIST productConfiguration
class CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #IMPLIED>
Examples:
[Enter extension point usage example here.]
API Information:
An implementatin class should derive from AbstractProductConfiguration class, which implements the IProductConfiguration interface
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]