An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

28 строки
910B

  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. Bundle-ClassPath: lib/sqlite-jdbc-3.34.0.jar,
  7. swing2swt.jar
  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. org.eclipse.e4.ui.model.workbench
  20. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  21. Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
  22. javax.inject;version="1.0.0",
  23. org.eclipse.e4.core.commands,
  24. org.eclipse.e4.core.contexts;version="1.7.0",
  25. org.eclipse.e4.ui.model.application.descriptor.basic,
  26. org.eclipse.e4.ui.model.application.ui.basic
  27. Automatic-Module-Name: de.wt.secondtry