MANIFEST.MF 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Manifest-Version: 1.0
  2. Archive-Content-Type: install
  3. Archive-Root: wlp/
  4. Build-Identifier: SNAPSHOT-Tue Oct 19 18:24:37 UTC 2021
  5. Bundle-Copyright: Copyright (c) 1999, 2020 IBM Corporation and others.
  6. All rights reserved. This program and the accompanying materials are
  7. made available under the terms of the Eclipse Public License v1.0 wh
  8. ich accompanies this distribution, and is available at http://www.ecl
  9. ipse.org/legal/epl-v10.html.
  10. Bundle-Description: Self extracting jar tools; version=1.0
  11. Bundle-License: Eclipse Public License; url=https://www.eclipse.org/le
  12. gal/epl-v10.html
  13. Bundle-ManifestVersion: 2
  14. Bundle-Name: WLP Lib Extract
  15. Bundle-SCM: connection=scm:git:https://github.com/OpenLiberty/open-lib
  16. erty.git, developerConnection=scm:git:https://github.com:OpenLiberty/
  17. open-liberty.git, url=https://github.com/OpenLiberty/open-liberty/tre
  18. e/release
  19. Bundle-SymbolicName: wlp.lib.extract
  20. Bundle-Vendor: IBM
  21. Bundle-Version: 1.0.58.cl211120211019-1900
  22. Can-Redefine-Classes: false
  23. Can-Retransform-Classes: true
  24. Created-By: 11.0.12 (International Business Machines Corporation)
  25. Export-Package: wlp.lib.extract;version="1.0.16"
  26. Extract-Installer: true
  27. IBM-Java-Options: -Xshareclasses:name=liberty-%u,nonfatal,cacheDirPerm
  28. =1000 -XX:ShareClassesEnableBCI -Xscmx80m -XX:+EnableHCR -Djdk.attach
  29. .allowAttachSelf=true
  30. Import-Package: javax.xml.parsers,org.w3c.dom
  31. Launcher-Agent-Class: wlp.lib.extract.agent.EnvCheck
  32. Main-Class: wlp.lib.extract.SelfExtract
  33. Map-Based-Self-Extractor: wlp.lib.extract.MapBasedSelfExtractor
  34. Private-Package: wlp.lib.extract.platform,wlp.lib.extract.agent
  35. Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"
  36. Tool: Bnd-5.3.0.202102221516