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 122575 Details for
Bug 260913
[metadata] Move concrete metadata classes to an internal package
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]
Patch to PDE UI
patch.txt (text/plain), 1.45 KB, created by
John Arthorne
on 2009-01-14 15:18:32 EST
(
hide
)
Description:
Patch to PDE UI
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2009-01-14 15:18:32 EST
Size:
1.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >Index: src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java,v >retrieving revision 1.12 >diff -u -r1.12 RuntimeInstallJob.java >--- src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java 30 Dec 2008 16:17:58 -0000 1.12 >+++ src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java 14 Jan 2009 20:18:12 -0000 >@@ -194,9 +194,9 @@ > > IRequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false); > IRequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(version, true, version, true), null, false, false); >- iuPatchDescription.setRequirementChanges(new RequirementChange[] {new RequirementChange(applyTo, newValue)}); >+ iuPatchDescription.setRequirementChanges(new IRequirementChange[] {MetadataFactory.createRequirementChange(applyTo, newValue)}); > >- iuPatchDescription.setApplicabilityScope(new RequiredCapability[0][0]); >+ iuPatchDescription.setApplicabilityScope(new IRequiredCapability[0][0]); > > // Add lifecycle requirement on a changed bundle, if it gets updated, then we should uninstall the patch > Collector queryMatches = profile.query(new Query() {
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 260913
: 122575 |
123485