add example bundles extension

This commit is contained in:
Jason P. Leasure 2020-10-27 14:26:32 -04:00
parent e7661ada57
commit 2a21ce4d97
17 changed files with 539 additions and 0 deletions

View file

@ -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