Difference between revisions of "ECF/API Docs"
< ECF
(New page: =ECF API Documentation= ==ECF Core== ==Call== ==Discovery== ==Datashare== ==Filetransfer== ==Presence== ==Remote Services== ==Server== ==Shared Object== ==UI== =ECF Providers=) |
(→ECF Core) |
||
Line 2: | Line 2: | ||
==ECF Core== | ==ECF Core== | ||
+ | |||
+ | The ECF Core API provides basic support for all the other APIs. | ||
+ | |||
+ | Bundles: org.eclipse.ecf.identity, org.eclipse.ecf | ||
+ | |||
+ | ===Identity Bundle=== | ||
+ | |||
+ | Bundle-SymbolicName: org.eclipse.ecf.identity | ||
+ | Bundle-Version: 1.0.0 | ||
+ | |||
+ | *Dependencies | ||
+ | **Bundles: org.eclipse.equinox.common, org.eclipse.equinox.registry | ||
+ | **Packages: org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.osgi.service.debug | ||
+ | |||
+ | Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0 | ||
+ | |||
+ | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.core.identity/?root=Technology_Project Source] | ||
+ | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.core.identity/META-INF/MANIFEST.MF?root=Technology_Project&view=markup Manifest] | ||
==Call== | ==Call== |
Revision as of 18:13, 10 April 2007
Contents
ECF API Documentation
ECF Core
The ECF Core API provides basic support for all the other APIs.
Bundles: org.eclipse.ecf.identity, org.eclipse.ecf
Identity Bundle
Bundle-SymbolicName: org.eclipse.ecf.identity Bundle-Version: 1.0.0
- Dependencies
- Bundles: org.eclipse.equinox.common, org.eclipse.equinox.registry
- Packages: org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.osgi.service.debug
Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0