MANIFEST.MF 1.3 KB

12345678910111213141516171819202122232425262728
  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: 1.0.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. Export-Package: de.itemis.gmf.runtime.commons.commands,
  18. de.itemis.gmf.runtime.commons.editparts,
  19. de.itemis.gmf.runtime.commons.editpolicies,
  20. de.itemis.gmf.runtime.commons.figures,
  21. de.itemis.gmf.runtime.commons.highlighting,
  22. de.itemis.gmf.runtime.commons.palette,
  23. de.itemis.gmf.runtime.commons.parsers,
  24. de.itemis.gmf.runtime.commons.properties,
  25. de.itemis.gmf.runtime.commons.properties.descriptors,
  26. de.itemis.gmf.runtime.commons.util,
  27. de.itemis.gmf.runtime.commons.validation