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

Bug 323822

Summary: [Product Editor] Cannot add the same bundle in different versions in dependencies
Product: [Eclipse Project] PDE Reporter: Mickael Istria <mistria>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Mickael Istria CLA 2010-08-27 09:46:21 EDT
When using a plugin-based product definition, the UI of the dependency tab does not allow to have the same bundle in several versions.
It is possible to set manually dependencies to several version of the bundle by editing the product file as a text file. But in such a case, only one of the bundles appears in the dependency list of editor when switching back to the product editor.

For example, it is impossible to set and read the following in the product editor:
<product>
   <plugins>
      ...
      <plugin id="javax.wsdl" version="1.5.1.v201005080630"/>
      <plugin id="javax.wsdl" version="1.6.2.v201005080631"/>
      ...
   </plugins>
</product>
Comment 1 Curtis Windatt CLA 2012-02-29 15:50:03 EST

*** This bug has been marked as a duplicate of bug 293048 ***