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

SMILA/Documentation/HowTo/How to integrate new bundle into build process

The following steps have to be done to integrate a new bundle (plug-in) in the SMILA build process:

1. Include new plug-in into org.eclipse.smila.feature

EilfFeature.png

For further information see: Howto build a SMILA Distribution


Useful Information

From today (build process depends on make.xml) you don´t have to modify the build file (make.xml) anymore. The make.xml file includes all bundles,those are located under the local trunk folder. If you don´t want to include your new bundle into the build process, the bundle has to excluded explicit in the make.xml.

For further information see: Introduction to make.xml.

Back to the top