【问题标题】:Can I separate portions of my plugin.xml file into multiple xml files for an Eclipse plugin?我可以将我的 plugin.xml 文件的部分分隔为 Eclipse 插件的多个 xml 文件吗?
【发布时间】:2011-01-16 12:48:24
【问题描述】:

我创建了一个带有 plugin.xml 文件的 eclipse 插件。我创建了 org.eclipse.wst.common.sn-ps.SnippetContributions 扩展点的扩展。这个扩展点的 xml 内容变得非常大。有没有办法可以将我的 sn-ps 扩展名的内容移动到单独的文件中?像这样的:

在 plugin.xml 中:

<extension point="org.eclipse.wst.common.snippets.SnippetContributions" file="snippets.xml"></extenstion>

在 sn-ps.xml 中:

<category ....>
    <item..../item>
</category>...

【问题讨论】:

    标签: xml eclipse eclipse-plugin external


    【解决方案1】:

    很遗憾,这是不可能的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-11-04
      • 1970-01-01
      • 2021-04-04
      • 2012-09-18
      • 2013-03-02
      相关资源
      最近更新 更多