Extending : Preparing the environment for extension : Setting up a plug-in project
  
Setting up a plug-in project
This section describes how to set up a plug-in project to customize UDTT tools.
To set up a plug-in project
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
Go up to
Preparing the environment for extension