[
https://issues.jboss.org/browse/JBTIS-355?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBTIS-355:
----------------------------------
{quote}
I'm not following how creating a com.jboss.devstudio.core.central.feature helps this
situation about having a slimmer central.
The splitting up is a jboss tools level issue, not devstudio.
{quote}
Yes, splitting out the portal/seam deps in Central is one part of the slim-down solution:
JBIDE-18734
The other half is JBDS-3210, which excludes all the rest of JBDS from a JBDS-branded Fuse
tooling entry on marketplace.
Getting the list of toplevel features to install Central is simple. * For JBT, it's
org.jboss.tools.community.central.feature [1]
* For JBDS, it's org.jboss.tools.central.feature + com.jboss.devstudio.core.central,
though we might also want to include these:
{code:title=https://github.com/mickaelistria/jbosstools-central/blob/master/central/features/org.jboss.tools.community.central.feature/feature.xml#L21-L30}
<requires>
<import feature="org.jboss.tools.central.feature"
version="1.1.0" match="greaterOrEqual"/>
<import feature="org.jboss.tools.project.examples.feature"
version="1.4.0" match="greaterOrEqual"/>
<import feature="org.jboss.tools.maven.project.examples.feature"
version="1.4.0" match="greaterOrEqual"/>
<import feature="org.jboss.ide.eclipse.as.feature"
version="2.4.0" match="greaterOrEqual"/>
<import feature="org.jboss.tools.runtime.core.feature"
version="2.0.0" match="greaterOrEqual"/>
</requires>
{code}
[1]
https://github.com/mickaelistria/jbosstools-central/blob/master/central/f...
Enable JBDSIS Marketplace entries for product groupings - Luna
--------------------------------------------------------------
Key: JBTIS-355
URL:
https://issues.jboss.org/browse/JBTIS-355
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Components: distribution
Affects Versions: 8.0.0.GA
Reporter: Paul Leacu
Assignee: Nick Boldt
* In JBDS 8.1, add a new com.jboss.devstudio.core.central.feature that packages up
com.jboss.devstudio.core.central plugin;
** include this in com.jboss.devstudio.core.feature instead of the plugin?
* enable usage tracking in JBT IS components' MANIFST.MF files - JBTIS-290
* create three connectors, each based on the content in JBDS IS disco plugin.xml's
top three BIG connectors; include com.jboss.devstudio.core.CENTRAL.feature in order to
install Central along for the ride
(For JBDS 9, we will look at making the Central feature much smaller so the footprint is
significantly smaller - see JBIDE-18734.)
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)