繁体   English   中英

我可以将我的plugin.xml文件的一部分分成多个Eclipse插件的xml文件吗?

[英]Can I separate portions of my plugin.xml file into multiple xml files for an Eclipse plugin?

我创建了一个带有plugin.xml文件的eclipse插件。 我已经创建了org.eclipse.wst.common.snippets.SnippetContributions扩展点的扩展。 这个扩展点的xml内容已经变得很大。 有没有办法将片段摘要的内容移动到单独的文件中? 像这样:

在plugin.xml中:

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

并在snippets.xml中:

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

不幸的是,这是不可能的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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