简体   繁体   中英

Eclipse: Feature Category does not appear in update site

this is the url of an open source project I am working on https://code.google.com/p/mdpm/ it consists of a set of Eclipse Plugins

there is a plugin implementing the update site with a site.xml file with this content

<site>
   <category-def name="mdpm" label="Model Driven Project Management"/>
   <feature url="features/com.lowcoupling.mdpm.defaultFeatures_0.0.1.201401062233.jar" id="com.lowcoupling.mdpm.defaultFeatures" version="0.0.1.201401062233">
      <category name="mdpm"/>
   </feature>
</site>

the problem is that if I try to use the update site http://mdpm.googlecode.com/git/com.lowcoupling.mdpm.updateSite/ (from Eclipse) the category does not appear you have to uncheck the 'group items by category' box

what am I doing wrong?

我不确定100%,但是我知道site.xml是较旧的格式,如今,它通常是category.xml ..试试类似我的https://github.com/vorburger/efactory/blob/ master / com.googlecode.efactory.repository / category.xml ,看看是否适合您。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM