The first step in integrating an extension as a Rule Designer plug-in is to create a
plug-in project and define its dependencies.
Before you begin
You create a Rule Designer
plug-in project by using the New Project wizard.
The following procedure uses the ilog.rules.studio.model.bomDomainValueProviders extension
point as an example.
Procedure
To create a plug-in project:
- Click .
- In the New Project wizard, select Plug-in
Project and then click Next.
- In the Project Name field, type
a name for your project and then click Next.
- On the Plug-in Content page, click Next.
Do not modify the default values.
- On the Templates page, clear the Create
a plug-in by using one of the templates check box and then
click Finish.
- If you are not already working in the Plug-in Development
perspective, click Open perspective in the Open Associated
Perspective dialog.
- Click the Dependencies tab of the
plug-in editor.
- In the Required Plug-ins section,
click Add and then select a plug-in in the
Plug-in Selection dialog.
For example, select ilog.rules.studio.model.
- Save the plug-in project.