Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Runtime Dependencies/Configuration"

(New page: The ECF Remote Services bundles are included in the ECF SDK, which can be downloaded or installed via p2 or Eclipse Marketplace. == OSGi Remote Service Bundles == If the ECF SDK is insta...)
 
Line 4: Line 4:
  
 
If the ECF SDK is installed into Eclipse, then the ECF Remote Services bundles are installed, but also a number of Eclipse views and perspectives are made available for use within Eclipse. If you only would like to use the bundles of the OSGi Remote Service implementation, take these:
 
If the ECF SDK is installed into Eclipse, then the ECF Remote Services bundles are installed, but also a number of Eclipse views and perspectives are made available for use within Eclipse. If you only would like to use the bundles of the OSGi Remote Service implementation, take these:
 
=== OSGi Framework Bundles ===
 
org.eclipse.core.contenttype
 
org.eclipse.core.jobs
 
org.eclipse.core.runtime
 
org.eclipse.equinox.app
 
org.eclipse.equinox.common
 
org.eclipse.equinox.concurrent
 
org.eclipse.equinox.event
 
org.eclipse.equinox.preferences
 
org.eclipse.equinox.registry
 
org.eclipse.osgi
 
org.eclipse.osgi.services
 
org.eclipse.osgi.services.remoteserviceadmin
 
org.eclipse.osgi.util
 
  
 
=== ECF Bundles (OSGi Remote Service Implementation) ===
 
=== ECF Bundles (OSGi Remote Service Implementation) ===
org.eclipse.ecf
+
 
org.eclipse.ecf.discovery
+
{|{{BMTableStyle}}
org.eclipse.ecf.identity
+
|-{{BMTHStyle}}
org.eclipse.ecf.osgi.services.discovery
+
! Bundle Identifier
org.eclipse.ecf.osgi.services.distribution
+
! Description
org.eclipse.ecf.osgi.services.remoteserviceadmin
+
|-
org.eclipse.ecf.provider
+
| org.eclipse.ecf
org.eclipse.ecf.remoteservice
+
|
org.eclipse.ecf.sharedobject
+
|-
 +
| org.eclipse.ecf.discovery
 +
|
 +
|-
 +
| org.eclipse.ecf.identity
 +
|
 +
|-
 +
| org.eclipse.ecf.osgi.services.discovery
 +
|
 +
|-
 +
| org.eclipse.ecf.osgi.services.distribution
 +
|
 +
|-
 +
| org.eclipse.ecf.osgi.services.remoteserviceadmin
 +
|
 +
|-
 +
| org.eclipse.ecf.provider
 +
|
 +
|-
 +
| org.eclipse.ecf.remoteservice
 +
|
 +
|-
 +
| org.eclipse.ecf.sharedobject
 +
|
 +
|}
  
 
=== ECF Distribution Provider Bundles ===
 
=== ECF Distribution Provider Bundles ===

Revision as of 14:44, 12 February 2011

The ECF Remote Services bundles are included in the ECF SDK, which can be downloaded or installed via p2 or Eclipse Marketplace.

OSGi Remote Service Bundles

If the ECF SDK is installed into Eclipse, then the ECF Remote Services bundles are installed, but also a number of Eclipse views and perspectives are made available for use within Eclipse. If you only would like to use the bundles of the OSGi Remote Service implementation, take these:

ECF Bundles (OSGi Remote Service Implementation)

Bundle Identifier Description
org.eclipse.ecf
org.eclipse.ecf.discovery
org.eclipse.ecf.identity
org.eclipse.ecf.osgi.services.discovery
org.eclipse.ecf.osgi.services.distribution
org.eclipse.ecf.osgi.services.remoteserviceadmin
org.eclipse.ecf.provider
org.eclipse.ecf.remoteservice
org.eclipse.ecf.sharedobject

ECF Distribution Provider Bundles

org.eclipse.ecf.provider.remoteservice org.eclipse.ecf.provider.r_osgi

ECF Discovery Provider Bundles

org.eclipse.ecf.provider.jmdns org.eclipse.ecf.provider.jslp org.eclipse.ecf.provider.localdiscovery org.eclipse.ecf.provider.zookeeper

Other Bundles

ch.ethz.iks.r_osgi.remote ch.ethz.iks.slp org.apache.zookeeper org.objectweb.asm

Back to the top