Declaring a profile provider

To declare a profile provider:

  1. Edit the plugin.xml file of the metamodel plugin.
  2. Select the Extension tab.
  3. Expand the com.sodius.mdw.core.metamodel extension and select the metamodel/provider node.
  4. Right-click New > profileProvider
  5. Enter the qualified name of a Java class implementing the ProfileProvider interface.
  6. Save the file plugin.xml

Next step is to implement the ProfileProvider you referenced here.

Related reference
com.sodius.mdw.core.metamodel