【OSGi启动最新环境】eclipse 3.7 与eclipse 4.2 对比

本文研究Eclipse4.2 (Juno) 中运行OSGI所需的最基本的bundle,与Eclipse3.7 Indigo 作为对比

Juno (Eclipse 4.2) 的OSGI 依赖的最基本插件 为:

org.eclipse.osgi
org.eclipse.equinox.console
org.apache.felix.gogo.runtime
org.apache.felix.gogo.command
org.apache.felix.gogo.shell

运行实力如下:

id	
State       Bundle
0	
ACTIVE      org.eclipse.osgi_3.8.0.v20120529-1548
2	
ACTIVE      org.eclipse.equinox.console_1.0.0.v20120522-1841
3	
ACTIVE      org.apache.felix.gogo.runtime_0.8.0.v201108120515
4	
ACTIVE      org.apache.felix.gogo.command_0.8.0.v201108120515
5	
ACTIVE      org.apache.felix.gogo.shell_0.8.0.v201110170705

Indigo (Eclipse 3.7) 的OSGI 依赖的最基本插件为:

org.eclipse.osgi

运行实力如下:

id State       Bundle

0	
ACTIVE      org.eclipse.osgi_3.7.2.v20120110-1415

猜你喜欢

转载自marsvaadin.iteye.com/blog/1613407