Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342638

Summary: inconsistent unpack in features of bundle org.eclipse.test.performance
Product: [WebTools] WTP Releng Reporter: Henrich Kraemer <henrich.kraemer>
Component: relengAssignee: David Williams <david_williams>
Status: RESOLVED FIXED QA Contact: David Williams <david_williams>
Severity: normal    
Priority: P3 CC: ccc
Version: 3.10   
Target Milestone: 3.10.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Henrich Kraemer CLA 2011-04-12 16:41:37 EDT
Build Identifier: Build id: M20110210-1200 (Version: 3.6.2)

I am consuming Eclipse 3.6.2. Our tooling found that there is an inconsistency regarding the bundle with id='org.eclipse.test.performance' version='3.6.0.v20100122'.

org.eclipse.test_3.5.0.v20100427-7R7ZBiBgLiJz0Aw6L4DF59580221\feature.xml:
<?xml version="1.0" encoding="UTF-8" ?> 
<feature id="org.eclipse.test" label="%featureName" version="3.5.0.v20100427-7R7ZBiBgLiJz0Aw6L4DF59580221" provider-name="%providerName" 
...   <plugin id="org.eclipse.test.performance" download-size="0" install-size="0" version="3.6.0.v20100122" unpack="false" /> 

while 

org.eclipse.jst.enterprise_tests.feature_3.2.101.v201101141500-7A77FA6CcNBHCBVLRGPJU\
feature.xml:
<?xml version="1.0" encoding="UTF-8" ?> 
<feature id="org.eclipse.jst.enterprise_tests.feature" label="%featureName" version="3.2.101.v201101141500-7A77FA6CcNBHCBVLRGPJU"
provider-name="%providerName">
..<plugin id="org.eclipse.test.performance" download-size="0" install-size="0" version="3.6.0.v20100122" /> 
missing unpack attribute means unpack='true'

I assume this is not intentional. Can you fix this?


Reproducible: Always

Steps to Reproduce:
NA
Comment 1 David Williams CLA 2011-04-13 16:37:25 EDT
Thanks for the report. 

This plugin had been removed from the feature altogether in the HEAD stream (no associated bugs, just comments in cvs annotations). It seems we included it and removed it to accommodate various changes in the platform's test framework changes. I'm 99% sure we no longer need this duplication in our feature, so will remove it for the next build, so for "3.2.4" it will be correct. 

But, you are right, if it turns out we need the duplication, it's "packed" attribute will need to match.