Community
Participate
Working Groups
When modifying dependencies, the editor will only display one package, even if more than one version of that package is available. This is a more significant problem because when a dependency is added, the version is included. Unless the user modifies the version or sets a version range, the manifest could have incorrect dependencies.
Created attachment 189555 [details] Fix
Fixed in HEAD. The add dialog supports multiple package versions. If you select multiple packages with the same name, only the first entry (typically the lowest version) will be added.
*** Bug 338180 has been marked as a duplicate of this bug. ***
Verified in I20110307-1300
Created attachment 191319 [details] Patch for 3.6 Maintenance Stream
The patch has been committed to and released from R3_6_maintenance branch.
The patch modified following files org.eclipse.pde.core MANIFEST.MF (version updated to 3.6.3.qualifier) org.eclipse.pde.internal.core.target.provisional NameVersionDescriptor.java org.eclipse.pde.ui MANIFEST.MF (version updated to 3.6.2.qualifier) org.eclipse.pde.internal.ui.editor.plugin ImportPackageSection.java The patch was released with the Tag v20110316_r363 and the Map file pde.map (in version 1.1148.2.13) was updated.