|
- -include: launch_base.bndrun
-
- -runrequires.macos: \
- bnd.identity;id='org.eclipse.core.filesystem.macosx',\
- bnd.identity;id='org.eclipse.e4.ui.workbench.renderers.swt.cocoa',\
- bnd.identity;id='org.eclipse.equinox.security.macosx',\
- bnd.identity;id='org.eclipse.jdt.launching.macosx',\
- bnd.identity;id='org.eclipse.jdt.launching.ui.macosx',\
- bnd.identity;id='org.eclipse.swt.cocoa.macosx.x86_64',\
- bnd.identity;id='org.eclipse.ui.cocoa'
-
- -runvm.macos: \
- -XstartOnFirstThread, \
- -Djava.awt.headless=true, \
- -Dorg.eclipse.swt.internal.carbon.smallFonts
-
- -runsystemcapabilities.macos: \
- osgi.native;osgi.native.osname:List<String>="macosx";osgi.native.processor:List<String>="x86-64"
-
- -runproperties.macos: \
- osgi.ws=cocoa,\
- osgi.arch=x86_64,\
- osgi.os=macosx
-
- -runblacklist.macos: \
- osgi.identity;filter:='(osgi.identity=*linux*)',\
- osgi.identity;filter:='(osgi.identity=*win32*)',\
-
- -runbundles.macos: \
- org.eclipse.core.filesystem.macosx;version='[1.3,1.4)',\
- org.eclipse.equinox.security.macosx;version='[1.101,1.102)',\
- org.eclipse.swt.cocoa.macosx.x86_64;version='[3.118,3.119)',\
|