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

Difference between revisions of "Datashare API Bundle"

(Dependencies)
Line 41: Line 41:
  
 
===Source Access===
 
===Source Access===
''Project Set: ''[http://www.eclipse.org/ecf/projectsetfiles/ecf.datashare.anonymous.psf Anonymous], [http://www.eclipse.org/ecf/projectsetfiles/ecf.datashare.committer.psf Committer]
 
  
CVS
+
[http://git.eclipse.org/c/ecf/org.eclipse.ecf.git ECF Git Repos]
*Anonymous:  :pserver:anonymous@dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare
+
*Committer: :extssh:dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare
+
 
+
===Source Browsing===
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.datashare/?root=Technology_Project Bundle Source]
+
 
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.datashare/META-INF/MANIFEST.MF?root=Technology_Project&view=markup Bundle Manifest]
+

Revision as of 13:56, 11 March 2011

Introduction

The ECF Datashare API Bundle provides basic services for creation of channels for asynchronous point-to-pont messaging.

Bundle-SymbolicName: org.eclipse.ecf.datashare

Bundle-Version: 1.0.0

Dependencies

Required ECF Bundles: org.eclipse.ecf

Required Runtime Bundles: org.eclipse.equinox.common

Required Packages: org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.core.runtime.jobs

Required Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0

Approximate Code Size: 16K

Exported Packages

org.eclipse.ecf.datashare

org.eclipse.ecf.datashare.events

org.eclipse.ecf.datashare.mergeable

org.eclipse.ecf.datashare.service

Re-Exported Packages from Dependent Bundles

None

Extension Points

None

OSGI Services

None

Source Access

ECF Git Repos

Back to the top