【发布时间】:2016-02-25 16:13:40
【问题描述】:
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_rootfiles.htm
在这个链接上它讲述了根文件:我只是把
root = 文件:README.txt
在插件的 build.properties 但它不起作用。我还需要配置什么。
它在这个链接上说(http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Freference%2Fpde_feature_generating_build.htm)root 只在功能上有效。那么我应该如何创建一个功能并在它的 build.properties 中执行此操作?我的插件会怎样?我需要在 .product 文件中添加我的插件和新功能吗?
【问题讨论】:
-
您好,上次您提出非常相似的问题时,您从未评论或回复过。你能解释一下为什么不使用用户主目录是好还是坏:stackoverflow.com/questions/33694437/…
-
我们寻找像 config.ini 这样的解决方案,在 eclipse 插件开发环境中创建并导出到用户产品。
-
stackoverflow.com/questions/28835247/… 使用根文件看起来是一种解决方案,但您知道如何使用根文件吗?
-
好的,这肯定是在某个地方(虽然你已经完全重写了这个问题,但如果你问一个全新的问题作为关于 SO 的新问题,它可能会更明显,但我不确定...)。
标签: eclipse eclipse-plugin eclipse-rcp eclipse-cdt