ghidra/Ghidra/Extensions/bundle_examples/scripts_with_manifest/META-INF/MANIFEST.MF
2020-10-27 14:26:32 -04:00

8 lines
362 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Export-Package: com.mystuff.exports
Import-Package: org.other.lib,ghidra.app.script,ghidra.app.plugin.core.osgi
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))"
Bundle-SymbolicName: examples.scripts_with_manifest
Bundle-Name: Example Ghidra script directory with manifest.
Bundle-Version: 1.0