MANIFEST.MF 1.4 KB

1234567891011121314151617181920212223242526272829
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: GMF Runtime Commons
  4. Bundle-SymbolicName: de.itemis.gmf.runtime.commons
  5. Bundle-Version: 2.1.0.qualifier
  6. Bundle-Vendor: itemis AG
  7. Bundle-RequiredExecutionEnvironment: J2SE-1.5
  8. Require-Bundle: org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.4.2",
  9. org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-version="1.4.1",
  10. de.itemis.xtext.utils.jface;bundle-version="1.0.0",
  11. com.google.inject;bundle-version="2.0.0",
  12. org.eclipse.help;bundle-version="3.5.100",
  13. org.eclipse.emf.databinding;bundle-version="1.2.0";visibility:=reexport,
  14. org.eclipse.jface.databinding;bundle-version="1.5.0";visibility:=reexport,
  15. org.eclipse.core.databinding.property;bundle-version="1.4.0";visibility:=reexport,
  16. org.eclipse.emf.databinding.edit;bundle-version="1.2.0";visibility:=reexport,
  17. org.eclipse.gmf.runtime.diagram.ui.render;bundle-version="1.4.1",
  18. org.eclipse.gmf.runtime.diagram.ui.providers;bundle-version="1.5.0",
  19. de.itemis.xtext.utils.gmf;bundle-version="1.0.0"
  20. Export-Package: de.itemis.gmf.runtime.commons.commands,
  21. de.itemis.gmf.runtime.commons.decorators,
  22. de.itemis.gmf.runtime.commons.editparts,
  23. de.itemis.gmf.runtime.commons.editpolicies,
  24. de.itemis.gmf.runtime.commons.figures,
  25. de.itemis.gmf.runtime.commons.highlighting,
  26. de.itemis.gmf.runtime.commons.palette,
  27. de.itemis.gmf.runtime.commons.parsers,
  28. de.itemis.gmf.runtime.commons.util