Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Repository with no category

On 12/18/2012 06:08 PM, Simon Bernard wrote:
 I use Tycho to build an eclipse repository which contains several features.
 I would like those features were not in a category. (to be not visible in the eclipse UI by default)
 I found no way to do that :/.
 If I create a category.xml without category, it seems that Tycho create a category "Uncategorized" for me. (but I don't want it)
 If I don't use category.xml, I don't know how I can list the feature I want in my repository (anyway, in this case the build failed : No content specified for p2 repository)
I'm not 100% sure, but i think if you don't create a category, then you don't have categories. It's just that Eclipse installation UI decides to show an Uncategorized.
You should have a look at the generated repo with Igor's p2-browser to see whether a category is defined for your site. If there is no, then it means the culprit is the Eclipse installation UI; else it probably means it's automatically generated by p2.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top