Declaring a profile provider
To declare a profile provider:
- Edit the plugin.xml file of the metamodel plugin.
- Select the Extension tab.
- Expand the com.sodius.mdw.core.metamodel extension and select the metamodel/provider node.
- Right-click New > profileProvider
- Enter the qualified name of a Java class implementing the ProfileProvider interface.
- Save the file plugin.xml
Next step is to implement the ProfileProvider you referenced here.
com.sodius.mdw.core.metamodel