A user-defined node written in a 5.0.x workbench is deployable
on a 5.1.x workbench. Before you can deploy the node, you need to migrate
the node to the 5.1.x workbench, by making the following changes:
- Modify the <requires> element in the plugin.xml file in the
user-defined node project root to match the following:
<requires>
<import match="greaterOrEqual" plugin="com.ibm.etools.mft.api" version="5.1.0"/>
</requires>
- Modify the "org.eclipse.help.contexts" extension in the same plugin.xml
file to match the following:
<extension point="org.eclipse.help.contexts">
<contexts file="HelpContexts.xml"/>
</extension>
When you have made the changes, and migrated your user-defined node,
you do not need to migrate any message flows containing the user-defined node.