On Tue, May 15, 2012 at 5:01 PM, Thanh Ha
<thanh.ha@xxxxxxxxxxx> wrote:
Hi Paul,
I incorrectly recalled this morning that there were ~5 .source
bundles that were removed from features. I did a grep of all the
feature.xml files and only found 2 listed below that were commented
out.
eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml:
<!--
ÂÂ igorf: org.eclipse.sdk.tests does not have any sources, afaict
ÂÂ <plugin
ÂÂÂÂÂÂÂÂ id="org.eclipse.sdk.tests.source"
ÂÂÂÂÂÂÂÂ download-size="0"
ÂÂÂÂÂÂÂÂ install-size="0"
ÂÂÂÂÂÂÂÂ version="0.0.0"/>
-->
eclipse.platform.releng/features/org.eclipse.sdk/feature.xml:
<!--
ÂÂ thanh: needed to comment this out for build to succeed.
ÂÂ Not sure if this was the right thing to do.
ÂÂ <includes
ÂÂÂÂÂÂÂÂ id="org.eclipse.cvs.source"
ÂÂÂÂÂÂÂÂ version="0.0.0"/>
-->
OK, these were the ones I was looking for, I'll find out if we can just remove them upstream.
Â
The reason for my confusion was that there was actually additional
plugins that we removed in the features.xml as well, I've listed the
ones that I could find below.