Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho-versions-plugin and category.xml

I was having problems with tycho-versions-plugin that was not updating the version on category.xml file.

Then I've found this issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=349370

My doubt is related to the url property that is added by pde:
<feature url="features/com.c4biz.osgiutils.feature.security.shiro_0.0.1.qualifier.jar" id="com.c4biz.osgiutils.feature.security.shiro" version="0.0.1.qualifier">
<category name="c4biz_osgi_deps"/>
</feature>

Should I remove it without to worry ?

thanks,

Cristiano



Back to the top