Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323822 - [Product Editor] Cannot add the same bundle in different versions in dependencies
Summary: [Product Editor] Cannot add the same bundle in different versions in dependen...
Status: CLOSED DUPLICATE of bug 293048
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-27 09:46 EDT by Mickael Istria CLA
Modified: 2012-02-29 15:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***