An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lignes
785B

  1. -include: launch_base.bndrun
  2. -runsystemcapabilities: ${native_capability;osname=Windows;osversion=10;processor=x86_64}
  3. -runprovidedcapabilities: ${native_capability;osname=Windows;osversion=10;processor=x86_64}
  4. -runrequires.win32: \
  5. bnd.identity;id='org.eclipse.swt.win32.win32.x86_64',\
  6. bnd.identity;id='org.eclipse.core.filesystem.win32.x86_64',\
  7. bnd.identity;id='org.eclipse.core.net.win32.x86_64',\
  8. bnd.identity;id='org.eclipse.equinox.security.win32.x86_64'
  9. -runbundles.win32: \
  10. org.eclipse.core.filesystem.win32.x86_64;version='[1.4.200,1.4.201)',\
  11. org.eclipse.core.net.win32.x86_64;version='[1.1.400,1.1.401)',\
  12. org.eclipse.equinox.security.win32.x86_64;version='[1.1.200,1.1.201)',\
  13. org.eclipse.swt.win32.win32.x86_64;version='[3.112.0,3.112.1)'
  14. -runtrace: true