【发布时间】: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