Skip to content

Instantly share code, notes, and snippets.

@573
Created October 23, 2012 14:16
Show Gist options
  • Save 573/3938986 to your computer and use it in GitHub Desktop.
Save 573/3938986 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.pluslib.plugin
Bundle-Version: 1.2.0
Bundle-Localization: plugin
Require-Bundle: repast.simphony.gui,
repast.simphony.core,
repast.simphony.data,
saf.core.ui,
repast.simphony.runtime,
repast.simphony.data.ui,
repast.simphony.integration,
repast.simphony.plugin.util
Bundle-Vendor: %providerName
Export-Package: com.google.common.annotations,
com.google.common.base;uses:="new com.google.common.base",
com.google.common.base.internal,
com.google.common.collect;uses:="com.google.common.base,new new com.google.common.collect,new com.google.common.collect"
Bundle-ClassPath: .,
lib/google-collections-1.0.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment