Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Manifest-Version: 1
BundleActivatorBundle-Activator: org.apache.felix.log.impl.Activator
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Import-Package: org.osgi.framework, org.osgi.service.log
Include-Resource: src/main/resources
Bundle-Version: 0.8.0.SNAPSHOT
Bundle-Name: Apache Felix Log Service
Bundle-Description: This bundle provides an implementation of the OSGi
  R4 Log service.
Private-Package: org.apache.felix.log.impl
BundleSymbolicNameBundle-SymbolicName: org.apache.felix.log
Bundle-ManifestVersion: 2
ExportServiceExport-Service: org.osgi.service.log.LogService,org.osgi.service.log.Lo
 gReaderService
Bundle-SymbolicName: org.apache.felix.org.apache.felix.log

The resulting bundle JAR file has the following content:

...