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 155979 Details for
Bug 292691
PDE's use of p2 API
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]
PDE build patch for the changes in IRequirement
pdeapi.patch (text/plain), 1.11 KB, created by
Thomas Hallgren
on 2010-01-13 10:00:48 EST
(
hide
)
Description:
PDE build patch for the changes in IRequirement
Filename:
MIME Type:
Creator:
Thomas Hallgren
Created:
2010-01-13 10:00:48 EST
Size:
1.11 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build >Index: src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java,v >retrieving revision 1.12.2.13 >diff -u -r1.12.2.13 BrandP2Task.java >--- src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java 13 Jan 2010 01:22:49 -0000 1.12.2.13 >+++ src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java 13 Jan 2010 15:03:14 -0000 >@@ -209,7 +209,7 @@ > newIUDescription.setVersion(version); > newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)}); > newIUDescription.setTouchpointType(originalIU.getTouchpointType()); >- newIUDescription.setFilter(originalIU.getFilter() == null ? null : ((LDAPQuery) originalIU.getFilter()).getFilter()); >+ newIUDescription.setFilter(originalIU.getFilter()); > > List data = brandTouchpointData(originalIU.getTouchpointData()); > for (int i = 0; i < data.size(); i++) {
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 292691
:
152095
|
152205
|
152362
|
152365
|
152504
|
152544
|
152984
|
152986
|
153141
|
153282
|
153349
|
153895
|
153988
|
154541
|
154542
|
154883
|
155120
|
155154
|
155466
|
155547
|
155813
|
155814
|
155879
|
155912
|
155913
|
155979