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 "ECF Identity Bundle"

Line 1: Line 1:
 
The ECF Identity Bundle provides basic services for distributed identity.   
 
The ECF Identity Bundle provides basic services for distributed identity.   
  
Bundle-SymbolicName: '''org.eclipse.ecf.identity'''
+
''Bundle-SymbolicName:'' '''org.eclipse.ecf.identity'''
  
Bundle-Version: 1.0.0
+
''Bundle-Version: ''1.0.0
  
Dependencies
+
''Dependencies''
 
*''Bundles: '' org.eclipse.equinox.common, org.eclipse.equinox.registry
 
*''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
 
*''Packages: '' org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.osgi.service.debug
  
Required Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0
+
''Required Execution Environment: ''J2SE-1.3, CDC-1.0/Foundation 1.0
  
Approximate Code Size: 30K
+
''Approximate Code Size: ''30K
  
 
''Exported Packages: ''[http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/core/identity/package-frame.html org.eclipse.ecf.core.identity], [http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/core/util/package-frame.html org.eclipse.ecf.core.util]
 
''Exported Packages: ''[http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/core/identity/package-frame.html org.eclipse.ecf.core.identity], [http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/core/util/package-frame.html org.eclipse.ecf.core.util]

Revision as of 18:38, 10 April 2007

The ECF Identity Bundle provides basic services for distributed identity.

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

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

Approximate Code Size: 30K

Exported Packages: org.eclipse.ecf.core.identity, org.eclipse.ecf.core.util

Bundle Source

Bundle Manifest

Back to the top