mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
8 lines
362 B
Text
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
|