[
https://issues.jboss.org/browse/JBDS-3929?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-3929:
----------------------------------
This appears to be the result of having both a content.jar and a new content.xml.xz file.
One is massaged by the removeDefaultCategory = true directive in
jbdevstudio-product/site/pom.xml when calling generate-repository-facade on line 93. The
new .xz file is however, NOT.
So we end up with this in the content.xml inside content.xml.xz, on lines 50482 onward:
{code}
50482- <unit id='GA-v20160603-2200.Default'
version='1.0.0.CBEDQEOIcLUivEEl2Je8bAVHMOc9-X3vChuDdBLAJg7C5'>
50483- <properties size='3'>
50484: <property name='org.eclipse.equinox.p2.name'
value='Uncategorized'/>
50485- <property name='org.eclipse.equinox.p2.description'
value='Default category for otherwise uncategorized features'/>
50486- <property name='org.eclipse.equinox.p2.type.category'
value='true'/>
{code}
Uncategorized category on update site
-------------------------------------
Key: JBDS-3929
URL:
https://issues.jboss.org/browse/JBDS-3929
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: updatesite
Affects Versions: 10.0.0.GA
Reporter: Andrej Podhradsky
The category 'Uncategorized' is on the follwoing update site
https://devstudio.redhat.com/10.0/staging/updates/
Note that this categore contains source features which should not be in any category.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)