Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. My AEM Project Bundlecom.myco.example-project
  2. Symbolic Name com.myco.example-project
  3. Version 0.0.1.SNAPSHOT
  4. Bundle Location jcrinstall:/apps/my-aem-project/install/example-project.core-0.0.1-SNAPSHOT.jar
  5. Last Modification Sun Jun 23 22:26:55 CEST 2019
  6. Description Maven Multimodule project for My AEM Project.
  7. Start Level 20
  8. Exported Packages com.myco.services,version=0.0.1
  9. Imported Packages org.ehcache,version=0.0.0 from org.ehcache (657)
  10. org.ehcache.config,version=0.0.0 from org.ehcache (657)
  11. org.ehcache.config.builders,version=0.0.0 from org.ehcache (657)
  12. org.ehcache.xml,version=0.0.0 from org.ehcache (657)
  13. org.slf4j,version=1.7.21 from slf4j.api (1)
  14. Service ID 6484 Types: com.myco.services.ClusteredService
  15. Component Name: com.myco.services.ClusteredService
  16. Component ID: 3277
  17. Manifest Headers Bnd-LastModified: 1561321612927
  18. Build-Jdk: 1.8.0_162
  19. Bundle-Description: Maven Multimodule project for My AEM Project.
  20. Bundle-ManifestVersion: 2
  21. Bundle-Name: My AEM Project Bundle
  22. Bundle-SymbolicName: com.myco.example-project
  23. Bundle-Version: 0.0.1.SNAPSHOT
  24. Created-By: Apache Maven Bundle Plugin
  25. Export-Package: com.myco.services; version="0.0.1"
  26. Import-Package: org.ehcache; resolution:=optional, org.ehcache.config; resolution:=optional, org.ehcache.config.builders; resolution:=optional, org.ehcache.xml; resolution:=optional, org.slf4j; resolution:=optional; version="[1.7, 2)"
  27. Manifest-Version: 1.0
  28. Provide-Capability: osgi.service; objectClass:List="com.myco.services.ClusteredService"
  29. Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"
  30. Service-Component: OSGI-INF/com.myco.services.ClusteredService.xml
  31. Sling-Model-Packages: com.myco.models
  32. Tool: Bnd-3.3.0.201609221906
  33. Declarative Service Components
  34. Component #3277 com.myco.services.ClusteredService, state active
  35. Used Services
  36. Service #16 of type(s) [org.osgi.service.log.LogService]
  37. Service #19 of type(s) [org.osgi.service.cm.ConfigurationAdmin]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement