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.

50 lines
1.8KB

  1. -runee: JavaSE-11
  2. #-resolve.effective: active;skip:="osgi.service"
  3. -runpath:\
  4. org.gecko.bnd.eclipse.launcher.plugin;version='[1.0.6,2)',\
  5. org.gecko.bnd.equinox.launcher.splashscreen;version='[1.0.1,2)'
  6. -runfw: org.eclipse.osgi;version='[3.17.100.v20211104-1730,3.17.100.v20211104-1730]'
  7. -runproperties.eclipse: \
  8. eclipse.product=xyz.veroni.bgg.product
  9. eclipse.application=org.eclipse.e4.ui.workbench.swt.E4Application,\
  10. -runproperties.common: \
  11. eclipse.product=xyz.veroni.bgg.dings,\
  12. osgi.console=,\
  13. console=,\
  14. eclipse.consoleLog=,\
  15. osgi.console.enable.builtin=false,\
  16. consoleLog=,\
  17. osgi.instance.area=${.}/test_workspace,\
  18. name=,\
  19. splash.location=splash/splash.bmp
  20. # A couple of older bundles in the Eclipse targetplatform, expect certain packages e.g. from the javax namespace to be loaded from the System ClassLoader.
  21. # Uncomment this if you stume about ClassNotFoundExceptions for javax.* Classes or org.w3c.* etc.
  22. #-runproperties.compatible.bootdelegation: \
  23. # osgi.compatibility.bootdelegation=true
  24. -includeresource: \
  25. /splash/splash.bmp=${.}/splash/splash.bmp
  26. -runrequires: \
  27. bnd.identity;id='org.eclipse.equinox.event',\
  28. osgi.identity;filter:='(&(osgi.identity=jakarta.servlet-api)(version>=4.0.0))',\
  29. osgi.identity;filter:='(&(osgi.identity=org.apache.felix.gogo.runtime)(version>=1.1.4))',\
  30. osgi.identity;filter:='(&(osgi.identity=osgi.cmpn)(version>=7.0.0))',\
  31. osgi.identity;filter:='(&(osgi.identity=osgi.cmpn)(version>=6.0.0))'
  32. -runbundles: \
  33. org.apache.felix.scr;version='[2.1.14,2.1.15)',\
  34. org.eclipse.equinox.event;version='[1.6.100,1.6.101)',\
  35. org.eclipse.osgi.services;version='[3.10.200,3.10.201)',\
  36. org.osgi.util.function;version='[1.1.0,1.1.1)',\
  37. org.osgi.util.promise;version='[1.1.1,1.1.2)'
  38. -runblacklist: \
  39. bnd.identity;id='org.apache.felix.eventadmin'