]
Paul Leacu resolved JBTIS-972.
------------------------------
Resolution: Done
Modified the plugin.xml in the live jar and updated git:
The category 'Integration and SOA Development' doesn't
contain fuse nor switchyard
----------------------------------------------------------------------------------
Key: JBTIS-972
URL:
https://issues.jboss.org/browse/JBTIS-972
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 9.0.3.GA
Reporter: Andrej Podhradsky
Assignee: Paul Leacu
Fix For: 9.0.3.GA
The category 'Integration and SOA Development' should contain all integration and
soa tools except the deprecated ones such as SOA 5.x. Currenly, the fuse and switchyard
tooling is commented out.
{code:title=com.jboss.devstudio.integration-stack.soa.feature_9.0.3.GA-v20161028-1314-B73.jar}
<requires>
<import plugin="com.jboss.devstudio.core.project.examples"/>
<import plugin="com.jboss.devstudio.core.usage.branding"/>
<import plugin="com.jboss.devstudio.core.central"/>
<import plugin="org.jboss.tools.usage"/>
<import feature="org.jboss.tools.central.feature"/>
<import feature="org.jboss.tools.project.examples.feature"/>
<import feature="org.jboss.tools.bpel.feature"/>
<import feature="org.eclipse.bpmn2.feature"/>
<import feature="org.eclipse.bpmn2.modeler"/>
<import feature="org.eclipse.bpmn2.modeler.runtime.jboss"/>
<import feature="org.drools.eclipse.feature"/>
<import feature="org.guvnor.tools.feature"/>
<import feature="org.jbpm.eclipse.feature"/>
<import feature="org.kie.eclipse.feature"/>
<import feature="org.kie.eclipse.navigator.feature"/>
<import feature="org.jboss.tools.runtime.drools.detector.feature"/>
<import feature="org.jboss.tools.runtime.jbpm.detector.feature"/>
<!--
<import feature="org.fusesource.ide.camel.editor.feature"/>
<import feature="org.fusesource.ide.core.feature"/>
<import feature="org.fusesource.ide.jmx.feature"/>
<import feature="org.fusesource.ide.server.extensions.feature"/>
<import feature="org.jboss.tools.fuse.transformation.feature"/>
<import feature="org.switchyard.tools.feature"/>
<import feature="org.switchyard.tools.bpel.feature"/>
<import feature="org.switchyard.tools.bpmn2.feature"/>
-->
</requires>
{code}