An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
648B

  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: Secondtry
  4. Bundle-SymbolicName: xyz.veronie.bgg.ui;singleton:=true
  5. Bundle-Version: 1.0.0.qualifier
  6. Automatic-Module-Name: de.wt.secondtry
  7. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  8. Require-Bundle: org.eclipse.core.runtime,
  9. org.eclipse.swt,
  10. org.eclipse.e4.core.di,
  11. org.eclipse.e4.ui.workbench,
  12. org.eclipse.e4.ui.di,
  13. org.eclipse.e4.core.di.extensions,
  14. javax.annotation,
  15. org.eclipse.jface,
  16. org.eclipse.e4.core.services,
  17. org.eclipse.osgi.services,
  18. javax.inject
  19. Import-Package: org.eclipse.e4.ui.model.application.descriptor.basic,
  20. org.eclipse.e4.ui.model.application.ui.basic