Eclipse 目标定义文件的 XML 架构
在哪里可以找到 Eclipse 目标定义文件 (*.target) 的 XML 模式和/或文档?
Where can I find the XML schema and/or documentation for Eclipse target definition files (*.target)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是 此架构可能适合为 RCP 平台创建的目标文件。
(来源:modumind.com< /a>)
该模式文件的一部分在 Eclipse 帮助页面中可见。
May be this schema might fit the target files created for an RCP platform.
(source: modumind.com)
Part of that schema file is visible in the Eclipse help page.
没有定义目标定义文件 (.target) 结构的模式或文档。这是因为文件结构并非旨在成为 API(它可能会在版本之间发生变化)。
该结构已经改变了几次。用于序列化/反序列化文件的代码可以在以下类中找到:
There is no schema or documentation defining the structure of a target definition file (.target). This is because the file structure is not intended to be API (it may change between release).
The structure has changed several times already. The code used to serialize/deserialize the file can be found in the following classes: