Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EIG:Runtime Dependencies/Configuration

Revision as of 14:40, 12 February 2011 by Mpetzold.gmx.net (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

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)

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