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

Nebula Releng

Revision as of 15:30, 5 April 2009 by Unnamed Poltroon (Talk)

Setup releng project

- Checkout org.eclipse.nebula.widgets.gallery.releng

- Create a new plugin : org.eclipse.nebula.widgets.xxx.releng

- Copy all build*.* files to this new plugin

- Edit build.properties.* : replace properties with the right values for your widget :

sub=
zipPrefix=
mainFeatureToBuildID=
version=

Note : the build only uses 'build.properties'. Each build.properties.env are specific to an environnement (includes JAVA paths). You'll have to rename one of these files to 'build.properties' before starting the build.

- Rename build_gallery*.sh to build_xxx.sh

- Edit build*.sh

nebulaProjectId=
relengProjectPath=

- Copy the folder named 'maps'.

- Rename gallery.map to xxx.map and edit cvs informations for your widget

- Commit this plugin to org.eclipse.swt.nebula/releng/org.eclipse.nebula.widgets.xxx.releng

- Comment bug 237588 and ask for scheduling

Start the build

Back to the top