简体   繁体   English

使用Eclipse开发插件时目标平台和依赖项之间的区别

[英]Difference between Target platform and Dependencies while developing plugins using Eclipse

Can someone please shed light on the difference between plugin dependencies for a plugin and the target platform for that particular plugin? 有人可以说明一个插件的插件依赖性与该特定插件的目标平台之间的区别吗? Has it got something to do with where the plugins are located, whether in workspace or somewhere else? 它与插件的位置有关,无论是在工作区还是其他地方?

Thanks in advance! 提前致谢!

Target platform is the definition of the environment you expect the plugins to run in. The dependencies is a specification of what the plugin needs. 目标平台是您希望插件在其中运行的环境的定义。依赖项是插件需要的规范。 The dependencies are resolved against the target. 依赖关系针对目标进行了解析。

The target platform will typically have a lot more than what's necessary to satisfy the dependencies of one plugin, because a solution is typically composed of multiple plugins. 目标平台通常将具有满足一个插件依赖性所需的功能,因为解决方案通常由多个插件组成。

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

相关问题 Program Files \\ Eclipse \\ plugins,〜/ .eclipse / org.eclipse。* / plugins和〜/ workspace / .metadata / .plugins之间有什么区别? - What is the difference between Program Files\Eclipse\plugins, ~/.eclipse/org.eclipse.*/plugins, and ~/workspace/.metadata/.plugins? 如何将Ivy的依赖项添加到Eclipse PDE目标平台? - How to add dependencies from Ivy to the Eclipse PDE Target Platform? 使用命令行设置Eclipse目标平台 - Setting Eclipse target platform using command line Eclipse中的Maven依赖项和引用库有什么区别? - What is the difference between Maven Dependencies and Referenced Libraries in Eclipse? eclipse rcp中的插件依赖性和lib之间有什么区别 - What is the difference between plug-in dependencies and lib in eclipse rcp Eclipse中部署程序集和J2EE模块依赖项之间的区别 - Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse 在Eclipse中编译Maven项目时,JRE和依赖项之间的顺序问题 - Order issue between JRE and dependencies while compiling a Maven Project in Eclipse 这两个Maven插件之间有什么区别? - What is the difference between these 2 maven plugins? @target和@annotation之间的区别 - Difference between @target and @annotation 在Eclipse上动态将目录添加到目标平台 - Add a directory to a Target Platform dynamically on Eclipse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM