IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Setting up a plug-in project

This section describes how to set up a plug-in project to customize WebSphere® Multichannel Bank Transformation Toolkit tools.

Procedure

To set up a plug-in project, do the following steps:

  1. Create an Eclipse plug-in project. For detailed information on how to create an Eclipse plug-in project, refer to the Eclipse Resources web page.
  2. Open the plugin.xml file of the plug-in project that you have just created.
  3. Click the Dependencies tab; and then in the Required Plug-ins panel, specify the following plug-ins:
    • org.eclipse.ui
    • org.eclipse.core.runtime
    • org.eclipse.core.resources
    • org.eclipse.draw2d
    • org.eclipse.ui.forms
    • org.eclipse.ui.ide
    • org.eclipse.ui.views.properties.tabbed
    • com.ibm.btt.core
    • com.ibm.btt.tools.xui.editor2


Feedback