Adding a connector plugin extension

To add a connector plugin extension:

  1. Open the MANIFEST.MF file, in the META-INF directory of the connector plugin.
  2. Select the Dependencies tab.
  3. Click Add... in the Required Plug-ins group.
  4. Select the com.sodius.mdw.core plugin and click OK.
  5. Select the Extensions tab.
  6. Click Add... in the All Extensions group.
  7. Select the com.sodius.mdw.core.connector extension and click Finish.
  8. Enter the necessary information to declare the connector, as described in the com.sodius.mdw.core.connector extension point.
  9. Click File > Save.

Refer to Eclipse documentation to get more information about plugins and build process.