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.

42 line
1.1KB

  1. Bundle-SymbolicName: ${project.name};singleton:=true
  2. Bundle-Version: 1.0.0.SNAPSHOT
  3. -includeresource: \
  4. Application.e4xmi,\
  5. plugin.xml
  6. -buildpath: \
  7. org.eclipse.swt.cocoa.macosx.x86_64,\
  8. org.eclipse.e4.ui.swt.win32,\
  9. org.eclipse.jface,\
  10. org.eclipse.equinox.preferences,\
  11. org.eclipse.osgi,\
  12. org.eclipse.e4.core.di.annotations,\
  13. javax.inject,\
  14. org.eclipse.e4.core.contexts,\
  15. org.eclipse.e4.ui.model.workbench,\
  16. org.eclipse.e4.ui.workbench,\
  17. org.eclipse.e4.core.services,\
  18. javax.annotation,\
  19. org.eclipse.e4.core.di,\
  20. org.eclipse.e4.core.commands,\
  21. org.eclipse.core.commands,\
  22. org.eclipse.e4.ui.di,\
  23. org.eclipse.core.jobs,\
  24. org.eclipse.equinox.common,\
  25. org.eclipse.tips.ui
  26. -privatepackage: \
  27. xyz.veronie.bgg.localdb,\
  28. xyz.veronie.bgg.result,\
  29. xyz.veronie.bgg.result.internal,\
  30. xyz.veronie.bgg.types,\
  31. xyz.veronie.bgg.ui.dialogs,\
  32. xyz.veronie.bgg.ui.filters,\
  33. xyz.veronie.bgg.ui.filters.composites,\
  34. xyz.veronie.bgg.ui.handlers,\
  35. xyz.veronie.bgg.ui.helpers,\
  36. xyz.veronie.bgg.ui.parts,\
  37. xyz.veronie.bgg.ui.parts.internal,\
  38. xyz.veronie.bgg.ui.result