【问题标题】:Eclipse: Feature Category does not appear in update siteEclipse:功能类别未出现在更新站点中
【发布时间】:2014-01-07 08:35:19
【问题描述】:

这是我正在开发的一个开源项目的 URL https://code.google.com/p/mdpm/ 它由一组 Eclipse 插件组成

有一个插件使用包含此内容的 site.xml 文件实现更新站点

<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>

问题是如果我尝试使用更新站点http://mdpm.googlecode.com/git/com.lowcoupling.mdpm.updateSite/ (来自 Eclipse)类别没有出现 您必须取消选中“按类别分组项目”框

我做错了什么?

【问题讨论】:

  • 你找到答案了吗?

标签: java eclipse eclipse-plugin


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-30
    • 2019-12-15
    • 1970-01-01
    相关资源
    最近更新 更多