forked from njbartlett/bndtools.runtime.eclipse
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheclipse_3.8.2_testCommandLineArguments.bndrun
More file actions
42 lines (35 loc) · 1.52 KB
/
eclipse_3.8.2_testCommandLineArguments.bndrun
File metadata and controls
42 lines (35 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
-runee: JavaSE-1.8
-runfw: org.eclipse.osgi;version='[3.8,4)'
-runblacklist: bnd.identity;id='biz.aQute.launcher';version='[7.0.0,8)'
-runsystempackages: \
sun.reflect
-runvm: -ea\n\
-Dosgi.console
-runproperties: \
launch.keep=false,\
launch.storage.dir=${project}/rt/cfg,\
osgi.instance.area=${project}/rt/data
-runprogramargs: -application example.equinox.headless.application
-runrequires: \
${eclipse.core.runtime.bundles},\
${gogo.bundles},\
bnd.identity;id='example.equinox.headless',\
bnd.identity;id='bndtools.runtime.applaunch.eclipse3',\
bnd.identity;id='bndtools.runtime.applaunch.eclipse3.test'
-runbundles: \
bndtools.runtime.applaunch.eclipse3;version='[0.2.0,0.2.1)',\
bndtools.runtime.applaunch.eclipse3.test;version=snapshot,\
example.equinox.headless;version='[0.1.0,0.1.1)',\
org.apache.felix.gogo.command;version='[0.8.0,0.8.1)',\
org.apache.felix.gogo.runtime;version='[0.8.0,0.8.1)',\
org.apache.felix.gogo.shell;version='[0.8.0,0.8.1)',\
org.eclipse.core.contenttype;version='[3.7.200,3.7.201)',\
org.eclipse.core.jobs;version='[3.10.200,3.10.201)',\
org.eclipse.core.runtime;version='[3.8.0,3.8.1)',\
org.eclipse.equinox.app;version='[1.4.0,1.4.1)',\
org.eclipse.equinox.common;version='[3.10.200,3.10.201)',\
org.eclipse.equinox.preferences;version='[3.7.200,3.7.201)',\
org.eclipse.equinox.registry;version='[3.8.200,3.8.201)',\
org.eclipse.osgi.services;version='[3.3.100,3.3.101)',\
org.hamcrest.core;version='[1.3.0,1.3.1)',\
org.junit;version='[4.12.0,4.12.1)'