Adding a connector plugin extension
To add a connector plugin extension:
- Open the MANIFEST.MF file, in the META-INF directory of the connector plugin.
- Select the Dependencies tab.
- Click Add... in the Required Plug-ins group.
- Select the com.sodius.mdw.core plugin and click OK.
- Select the Extensions tab.
- Click Add... in the All Extensions group.
- Select the com.sodius.mdw.core.connector extension and click Finish.
- Enter the necessary information to declare the connector, as described in the
com.sodius.mdw.core.connector
extension point.
- Click File > Save.
Refer to Eclipse documentation to get more information about plugins and build process.