Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 425569

Summary: Remove features from WAR builds
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RelengAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: mknauer
Version: 2.3   
Target Milestone: 2.3 M1   
Hardware: All   
OS: other   
Whiteboard:

Description Ralf Sternberg CLA 2014-01-13 10:09:58 EST
The WAR builds in releng/org.eclipse.rap.examples.build are currently using feature-based products. I'd suggest to use plugin-based products instead. This will remove complexity from the war build because:

- we get rid of the feature folder, feature.xml, and the additional pom.xml
- plugins will only be kept in a single place, currently they're defined in the feature.xml, startlevels are defined in the project file
- one less step to do when additional third-party example bundles (see readme.txt)

Since there is currently only one single feature per war, the features do not help to add structure.
Comment 1 Markus Knauer CLA 2014-01-14 08:09:59 EST
Remove features from demo .war builds and use plugin-based products [I0c76a4f7]
https://git.eclipse.org/r/#/c/20608/
Comment 2 Markus Knauer CLA 2014-01-14 09:54:49 EST
Change has been successfully merged into the git repository.
Closing as fixed.