An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

36 行
1.2KB

  1. -include: launch_base.bndrun
  2. -runrequires.macos: \
  3. bnd.identity;id='org.eclipse.core.filesystem.macosx',\
  4. bnd.identity;id='org.eclipse.e4.ui.workbench.renderers.swt.cocoa',\
  5. bnd.identity;id='org.eclipse.equinox.security.macosx',\
  6. bnd.identity;id='org.eclipse.jdt.launching.macosx',\
  7. bnd.identity;id='org.eclipse.jdt.launching.ui.macosx',\
  8. bnd.identity;id='org.eclipse.swt.cocoa.macosx.x86_64',\
  9. bnd.identity;id='org.eclipse.ui.cocoa'
  10. -runvm.macos: \
  11. -XstartOnFirstThread, \
  12. -Djava.awt.headless=true, \
  13. -Dorg.eclipse.swt.internal.carbon.smallFonts
  14. -runsystemcapabilities.macos: \
  15. osgi.native;osgi.native.osname:List<String>="macosx";osgi.native.processor:List<String>="x86-64"
  16. -runproperties.macos: \
  17. osgi.ws=cocoa,\
  18. osgi.arch=x86_64,\
  19. osgi.os=macosx
  20. -runblacklist.macos: \
  21. osgi.identity;filter:='(osgi.identity=*linux*)',\
  22. osgi.identity;filter:='(osgi.identity=*win32*)',\
  23. -runbundles.macos: \
  24. org.eclipse.core.filesystem.macosx;version='[1.3,1.4)',\
  25. org.eclipse.equinox.security.macosx;version='[1.101,1.102)',\
  26. org.eclipse.swt.cocoa.macosx.x86_64;version='[3.118,3.119)',\
  27. org.eclipse.equinox.launcher.cocoa.macosx;version='[1.2,1.3]',\
  28. org.eclipse.equinox.launcher.cocoa.macosx.x86_64;version='[1.2,1.3]