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/How to integrate new bundle into build process"

(1. Include new plug-in into org.eclipse.eilf.feature)
Line 14: Line 14:
 
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):
 
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''' ===
+
=== '''1. Include new plug-in into org.eclipse.smila.feature''' ===
  
 
[[Image:EilfFeature.png]]
 
[[Image:EilfFeature.png]]

Revision as of 11:35, 22 October 2008

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.smila.feature

EilfFeature.png


For further information see: Build and Test Eclipse Product

Back to the top