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

Nebula Releng

Revision as of 04:48, 5 April 2009 by Nicolas.richeton.gmail.com (Talk | contribs) (New page: - 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.*...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

- 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=

- 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

Back to the top