]
Andrej Podhradsky closed JBTIS-434.
-----------------------------------
Verified with JBDS 8.1.0.GA + JBDS-IS 8.0.2.CR1
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
Fix For: 8.0.1.CR1, 4.2.2.CR1
Runtime detectors in _site.xml_ on Update Site are duplicated see:
http://www.qa.jboss.com/binaries/RHDS/updates/development/luna/integratio...
{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