An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

23 lines
713B

  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. Require-Bundle: org.eclipse.core.runtime,
  7. org.eclipse.swt,
  8. org.eclipse.e4.core.di,
  9. org.eclipse.e4.ui.workbench,
  10. org.eclipse.e4.ui.di,
  11. org.eclipse.e4.core.di.extensions,
  12. javax.annotation,
  13. org.eclipse.jface,
  14. org.eclipse.e4.core.services,
  15. org.eclipse.osgi.services,
  16. javax.inject
  17. Automatic-Module-Name: de.wt.secondtry
  18. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  19. Import-Package: com.google.gson;version="2.8.2",
  20. javax.inject;version="1.0.0",
  21. org.eclipse.e4.ui.model.application.descriptor.basic,
  22. org.eclipse.e4.ui.model.application.ui.basic