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

Bug 395941

Summary: Prevent installation of RAP 2.0 Tools bundles if older version is installed
Product: [RT] RAP Reporter: Markus Knauer <mknauer>
Component: RelengAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 392430    

Description Markus Knauer CLA 2012-12-06 10:17:10 EST
Because of the change of bundle IDs it is currently possible to install both, the new RAP Tools 2.0 and an older version of the RAP Tools, e.g. 1.5.x. This leads to a cluttered UI, duplicated launch configurations, duplicated help entries, and many more problems.

We should ensure with negative p2 requirements that only one version of the RAP Tools can be installed at the same time.
Comment 1 Markus Knauer CLA 2012-12-07 08:43:52 EST
Fixed with commit 32f17a8c317c921da29a3fb0d3067ee42349b589

The feature org.eclipse.rap.tools.feature contains a p2.inf file now that adds negative p2 requirements for all old bundles (i.e. the RAP Tools 1.5 bundles).