Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/HowTo/Create a bundle (plug-in)"

(Select the New Project wizard)
Line 1: Line 1:
This page describes how to create a new bundle for SMILA. The following steps must be performed to create the project base:
+
This page describes how to create a new bundle for SMILA.
 +
 
 +
The description on how to add a test bundle to test the components of the new bundle can be found in [[SMILA/Development_Guidelines/Create a test bundle (plug-in)|How to create a test bundle (plug-in)]].
 +
 
 +
The following steps must be performed to create the project base:
  
 
== Select the New Project wizard ==
 
== Select the New Project wizard ==

Revision as of 07:05, 18 January 2012

This page describes how to create a new bundle for SMILA.

The description on how to add a test bundle to test the components of the new bundle can be found in How to create a test bundle (plug-in).

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-SMILA.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