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 134117 Details for
Bug 274695
[publisher] Redundant 'feature.jars' entry on "Review license" page
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 that removes the redundancy
featuresaction.patch (text/plain), 1.21 KB, created by
Thomas Hallgren
on 2009-05-01 16:48:43 EDT
(
hide
)
Description:
Patch that removes the redundancy
Filename:
MIME Type:
Creator:
Thomas Hallgren
Created:
2009-05-01 16:48:43 EDT
Size:
1.21 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.publisher >Index: src/org/eclipse/equinox/p2/publisher/eclipse/FeaturesAction.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/p2/publisher/eclipse/FeaturesAction.java,v >retrieving revision 1.46 >diff -u -r1.46 FeaturesAction.java >--- src/org/eclipse/equinox/p2/publisher/eclipse/FeaturesAction.java 29 Apr 2009 16:01:59 -0000 1.46 >+++ src/org/eclipse/equinox/p2/publisher/eclipse/FeaturesAction.java 1 May 2009 20:40:25 -0000 >@@ -59,10 +59,6 @@ > iu.setId(id); > Version version = Version.parseVersion(feature.getVersion()); > iu.setVersion(version); >- if (feature.getLicense() != null) >- iu.setLicense(MetadataFactory.createLicense(toURIOrNull(feature.getLicenseURL()), feature.getLicense())); >- if (feature.getCopyright() != null) >- iu.setCopyright(MetadataFactory.createCopyright(toURIOrNull(feature.getCopyrightURL()), feature.getCopyright())); > > // The required capabilities are not specified at this level because we don't want the feature jar to be attractive to install. > iu.setTouchpointType(PublisherHelper.TOUCHPOINT_OSGI);
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 274695
: 134117 |
134178
|
134456
|
134476
|
134493