Skip to content

Instantly share code, notes, and snippets.

@acerosalazar
Last active August 29, 2015 14:07
Show Gist options
  • Save acerosalazar/cdf81b5b029b3827ca85 to your computer and use it in GitHub Desktop.
Save acerosalazar/cdf81b5b029b3827ca85 to your computer and use it in GitHub Desktop.
Dependencies required by the 'IFMLCodeGeneration' Eclipse Plugin Project.
// Manifest.mf
Require-Bundle:
com.google.guava,
com.google.inject;bundle-version="3.0.0",
org.eclipse.xtend.lib;bundle-version="2.7.2",
org.eclipse.emf.common;bundle-version="2.10.1",
org.eclipse.emf.ecore;bundle-version="2.10.1",
org.eclipse.emf.ecore.xmi;bundle-version="2.10.1",
org.eclipse.xtext.xbase.lib,
IFMLEditor;bundle-version="1.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment