mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
add example bundles extension
This commit is contained in:
parent
e7661ada57
commit
2a21ce4d97
17 changed files with 539 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue