|
- -runee: JavaSE-11
-
- #-resolve.effective: active;skip:="osgi.service"
-
-
- -runpath:\
- org.gecko.bnd.eclipse.launcher.plugin;version='[1.0.6,2)',\
- org.gecko.bnd.equinox.launcher.splashscreen;version='[1.0.1,2)'
-
- -runfw: org.eclipse.osgi;version='[3.17.100.v20211104-1730,3.17.100.v20211104-1730]'
-
- -runproperties.eclipse: \
- eclipse.product=xyz.veroni.bgg.product
- eclipse.application=org.eclipse.e4.ui.workbench.swt.E4Application,\
-
- -runproperties.common: \
- eclipse.product=xyz.veroni.bgg.product,\
- osgi.console=,\
- console=,\
- eclipse.consoleLog=,\
- osgi.console.enable.builtin=false,\
- consoleLog=,\
- osgi.instance.area=${.}/test_workspace,\
- name=,\
- splash.location=splash/splash.bmp
-
- # 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.
- # Uncomment this if you stume about ClassNotFoundExceptions for javax.* Classes or org.w3c.* etc.
- #-runproperties.compatible.bootdelegation: \
- # osgi.compatibility.bootdelegation=true
-
- -includeresource: \
- /splash/splash.bmp=${.}/splash/splash.bmp
-
- -runrequires: \
- bnd.identity;id='org.eclipse.equinox.event',\
- osgi.identity;filter:='(&(osgi.identity=jakarta.servlet-api)(version>=4.0.0))',\
- osgi.identity;filter:='(&(osgi.identity=org.apache.felix.gogo.runtime)(version>=1.1.4))',\
- osgi.identity;filter:='(&(osgi.identity=osgi.cmpn)(version>=7.0.0))',\
- osgi.identity;filter:='(&(osgi.identity=osgi.cmpn)(version>=6.0.0))'
- -runbundles: \
- org.apache.felix.scr;version='[2.1.14,2.1.15)',\
- org.eclipse.equinox.event;version='[1.6.100,1.6.101)',\
- org.eclipse.osgi.services;version='[3.10.200,3.10.201)',\
- org.osgi.util.function;version='[1.1.0,1.1.1)',\
- org.osgi.util.promise;version='[1.1.1,1.1.2)'
-
- -runblacklist: \
- bnd.identity;id='org.apache.felix.eventadmin'
|