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 "Nebula Releng"

(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.*...)
 
Line 1: Line 1:
 +
== Setup releng project ==
 +
 
- Checkout org.eclipse.nebula.widgets.gallery.releng
 
- Checkout org.eclipse.nebula.widgets.gallery.releng
  
Line 12: Line 14:
 
  version=
 
  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
 
- Rename build_gallery*.sh to build_xxx.sh
  
Line 26: Line 30:
  
 
- Comment bug 237588 and ask for scheduling
 
- Comment bug 237588 and ask for scheduling
 +
 +
== Start the build ==

Revision as of 15:30, 5 April 2009

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