ProductConfig

org.eclipse.wst.rdb.core.org.eclipse.wst.rdb.core.productConfig

[Enter the first release in which this extension point appears.]

Extension point for plugins to provide their product configuration

<!ELEMENT productConfiguration EMPTY>

<!ATTLIST productConfiguration

class CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


[Enter extension point usage example here.]

An implementatin class should derive from AbstractProductConfiguration class, which implements the IProductConfiguration interface

[Enter information about supplied implementation of this extension point.]