[jbosstools-issues] [JBoss JIRA] (JBTIS-434) Some features are duplicated on Update Site in site.xml

Tomáš Sedmík (JIRA) issues at jboss.org
Mon May 4 09:20:46 EDT 2015


Tomáš Sedmík created JBTIS-434:
----------------------------------

             Summary: Some features are duplicated on Update Site in site.xml
                 Key: JBTIS-434
                 URL: https://issues.jboss.org/browse/JBTIS-434
             Project: JBoss Tools Integration Stack
          Issue Type: Bug
          Components: distribution
    Affects Versions: 4.2.2.Final
         Environment: JBDSIS 8.0.2.ER1
            Reporter: Tomáš Sedmík
            Assignee: Paul Leacu
            Priority: Minor


Runtime detectors in _site.xml_ on Update Site are duplicated see:
http://www.qa.jboss.com/binaries/RHDS/updates/development/luna/integration-stack/aggregate/8.0.2.ER1/aggregate/site.xml

{code}
...

<feature id="org.jboss.tools.runtime.drools.detector.feature" url="features/org.jboss.tools.runtime.drools.detector.feature_6.2.0.Final.jar" version="6.2.0.Final">
<category name="BusinessLogic"/>
<category name="SOADev"/>
<category name="SOADev5"/>
</feature>
<feature id="org.jboss.tools.runtime.esb.detector.feature" url="features/org.jboss.tools.runtime.esb.detector.feature_1.5.530.Final-v20150310-1957-B70.jar" version="1.5.530.Final-v20150310-1957-B70">
<category name="SOADev5"/>
</feature>
<feature id="org.jboss.tools.runtime.jbpm.detector.feature" url="features/org.jboss.tools.runtime.jbpm.detector.feature_4.5.200.Final-v20130815-1941-B2008.jar" version="4.5.200.Final-v20130815-1941-B2008">
<category name="SOADev"/>
<category name="SOADev5"/>
</feature>

...

<!--  runtime detectors  -->
<feature id="org.jboss.tools.runtime.drools.detector.feature"/>
<feature id="org.jboss.tools.runtime.esb.detector.feature"/>
<feature id="org.jboss.tools.runtime.jbpm.detector.feature"/>

...
{code}


IMHO there should be only one entry for one feature



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jbosstools-issues mailing list