An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 строки
764B

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