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

< SMILA‎ | Documentation‎ | HowTo
Revision as of 06:32, 20 August 2008 by Dhazin.gmail.com (Talk | contribs) (New page: '''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 lo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 (e.g. EILF).
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.

After you create your new bundle and commit it to svn you have to performe the following step to integrate your new bundle (plug-in) into build process (Bamboo):

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

EilfFeature.png


For further information see: Build and Test Eclipse Product

Back to the top