Before you can complete the steps in this example,
you must have a plug-in project that includes the
com.businessobjects.crystalreports.designer.sdk
library and extends the
newWizards extension
point.
This lesson shows how to add a wizard to the
Crystal Reports category. By
adding a wizard to the Crystal
Reports category, it appears in the
Crystal
Reports folder in the
"New" wizard.
In the
Project
Explorer, expand
META-INF.
Right-click
MANIFEST.MF, and point to
Open With > Plug-in Manifest
Editor.
The Plug-in
Manifest Editor displays the plug-in project settings.
Click the
Extensions
tab.
In the
All
Extensions area, expand
org.eclipse.ui.newWizards and
select the wizard extension element.
For example, select
My Custom Report
(wizard).
In the
Extension Element
Details area, type
com.businessobjects.crystalreports.designer.wizardcategory
in the <category> field.
Click
File > Save.
The wizard is set to appear under the
Crystal Reports category of the
"New" wizard.