Skip to content

Instantly share code, notes, and snippets.

@573
Created October 23, 2012 14:08
Show Gist options
  • Save 573/3938946 to your computer and use it in GitHub Desktop.
Save 573/3938946 to your computer and use it in GitHub Desktop.
The META-INF/MANIFEST.MF file (JPF)
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: simple.simphony.plugin
Bundle-Version: 1.2.0
Bundle-Localization: plugin
Require-Bundle: repast.simphony.gui,
repast.simphony.data,
repast.simphony.core,
saf.core.ui,
repast.simphony.runtime,
repast.simphony.data.ui
Bundle-Vendor: %providerName
Export-Package: simple.simphony.plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment