Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SMILA/Documentation/HowTo/Create a bundle (plug-in)

< SMILA‎ | Documentation‎ | HowTo
Revision as of 08:16, 6 October 2008 by Daniel.stucky.empolis.com (Talk | contribs) (General review on content and style)

This pages describes how to create a new bundle for SMILA. The following steps must be performed to create the project base:

Select the New Project wizard

Launch eclipse, invoke the New Project wizard (menu File > New > Project), and click Plug-in project as shown in the following figure.

NewProject-Brox.png

Define Plug-in Project settings

Click Next and add the settings as shown in the following screenshot.

ProjectWizard1.png

Define Plug-in Content settings

Click Next and add the settings as shown in the following screenshot.

ProjectWizard2.png

Check the Package Explorer view

After clicking Next and Finish the Package Explorer view should look similar to the following screenshot:

PackageExplorer.png

Back to the top