An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

24 řádky
743B

  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: Bgg Tool Khaki Flavor
  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: javax.inject,
  9. javax.annotation,
  10. org.eclipse.core.runtime,
  11. org.eclipse.e4.core.services,
  12. org.eclipse.e4.core.di,
  13. org.eclipse.e4.ui.workbench,
  14. org.eclipse.e4.ui.di,
  15. org.eclipse.jface,
  16. org.eclipse.e4.ui.model.workbench
  17. Bundle-RequiredExecutionEnvironment: JavaSE-11
  18. Import-Package: com.ibm.icu,
  19. javax.annotation;version="1.0.0";resolution:=optional,
  20. javax.inject;version="1.0.0",
  21. org.eclipse.e4.core.commands,
  22. org.eclipse.e4.core.contexts,
  23. org.eclipse.e4.ui.model.application.ui.basic