Community
Participate
Working Groups
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
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.