Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 426645 - remove individual bundles from master-equinox feature
Summary: remove individual bundles from master-equinox feature
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.4 M6   Edit
Assignee: David Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 406825
  Show dependency tree
 
Reported: 2014-01-25 11:00 EST by David Williams CLA
Modified: 2014-01-25 13:41 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2014-01-25 11:00:59 EST
From what I can see, all the individual bundles from master-equinox are contained in manifest and (other) feature.xml file. I don't think we need them in 'master-equinox' feature. This is similar to bug 426634. 
I'll try a test build first, but think this are here simply for PDE based builds, where we may have to used this technique to control the order that things were compiled in. But, I think Tycho/Maven handles that pretty well. 

    <plugin
         id="org.eclipse.equinox.supplement"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

    <plugin
         id="org.eclipse.equinox.http.registry"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

    <plugin
         id="org.eclipse.equinox.http.jetty"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

    <plugin
         id="org.eclipse.equinox.http.servlet"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

    <plugin
         id="org.eclipse.equinox.http.servletbridge"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

    <plugin
         id="org.eclipse.equinox.servletbridge"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
Comment 1 David Williams CLA 2014-01-25 13:18:19 EST
Again, test build seemed fine ... so committed for Saturday N-build. 

Assuming that build looks ok, that leaves only 4 features in equinox master: 
         id="org.eclipse.equinox.sdk"
         id="org.eclipse.osgi.compatibility.plugins.feature"
         id="org.eclipse.equinox.weaving.sdk"
         id="org.eclipse.equinox.starterkit.product.feature"


I'll wait to play with those until later.