Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 267168 Details for
Bug 513270
Problems with bundles that re-export packages (multi-version case)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Changes for multiple-models
multi_external_models.patch (text/plain), 1.11 KB, created by
Vikas Chandra
on 2017-03-08 08:38:47 EST
(
hide
)
Description:
Changes for multiple-models
Filename:
MIME Type:
Creator:
Vikas Chandra
Created:
2017-03-08 08:38:47 EST
Size:
1.11 KB
patch
obsolete
>diff --git a/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java b/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java >index 5d71063..f014c9f 100644 >--- a/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java >+++ b/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java >@@ -653,10 +653,10 @@ > IPluginModelBase[] workspaceModels = modelEntry.getWorkspaceModels(); > if (workspaceModels.length == 0) { > // external model - reexported case >- IPluginModelBase externalModel = PluginRegistry.findModel(id); >- if (externalModel != null) { >+ IPluginModelBase[] externalModel = modelEntry.getExternalModels(); >+ for (IPluginModelBase iPluginModelBase : externalModel) { > try { >- apiComponent = ApiModelFactory.newApiComponent(baseline, externalModel); >+ apiComponent = ApiModelFactory.newApiComponent(baseline, iPluginModelBase); > if (apiComponent != null) { > componentsList.add(apiComponent); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 513270
: 267168