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 22038 Details for
Bug 97367
Control the ordering of the root files
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 AssemblyInformation
97367.patch (text/plain), 1.20 KB, created by
Pascal Rapicault
on 2005-05-31 09:57:38 EDT
(
hide
)
Description:
Patch to AssemblyInformation
Filename:
MIME Type:
Creator:
Pascal Rapicault
Created:
2005-05-31 09:57:38 EDT
Size:
1.20 KB
patch
obsolete
>Index: AssemblyInformation.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java,v >retrieving revision 1.19 >diff -u -r1.19 AssemblyInformation.java >--- AssemblyInformation.java 11 Apr 2005 15:47:50 -0000 1.19 >+++ AssemblyInformation.java 31 May 2005 13:57:57 -0000 >@@ -122,11 +122,13 @@ > // the features that are contained into this config > private ArrayList features = new ArrayList(7); > // indicate whether root files needs to be copied and where they are coming from >- private Collection rootFileProviders = new HashSet(7); >+ private LinkedList rootFileProviders = new LinkedList(); > > public void addRootFileProvider(IFeature feature) { > for (Iterator iter = rootFileProviders.iterator(); iter.hasNext();) { > BuildTimeFeature featureDescriptor = (BuildTimeFeature) iter.next(); >+ if (feature == featureDescriptor) >+ return; > if (((BuildTimeFeature) feature).getFeatureIdentifier().equals(featureDescriptor.getFeatureIdentifier()) && ((BuildTimeFeature) feature).getFeatureVersion().equals(featureDescriptor.getFeatureVersion())) > return; > }
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 97367
: 22038