Develop > Presentation layer > Customize IBM Sales Center > IBM Sales Center development environment
Add a plug-in
When customizing the IBM Sales Center, place all extensions in one or more plug-ins that you have created specifically for the customizations.
To create a new plug-in for the IBM Sales Center workspace:
Procedure
- Verify the current perspective is the Plug-in Development perspective. If it is not, then it can be selected from the Window->Open Perspective menu item.
- Create a new plug-in project by clicking on the New button on the toolbar and selecting Plug-in Development -> Plug-in Project. This will launch the Plug-in Project wizard. Alternately, from the Eclipse File menu, launch the Plug-in Project wizard in the Eclipse environment.
- Enter the required information, using the Eclipse platform documentation as a guide. The Project name for the plug-in should follow Java package conventions, for example: com.mycompany.salescenter.extensions.
- Ensure you select the check box for Create an OSGi bundle manifest for the plug-in.
- Click Next, validate the information, and then Finish.
Results
For more information about plug-ins, refer to the Eclipse platform documentation.
Related concepts
Overview of customizing IBM Sales Center