blob: 071801727f982c20e7128583efff211275cc026a [file] [log] [blame]
Stephan Herrmann1d6cfb32014-04-15 15:18:30 +02001requires.0.namespace = org.eclipse.equinox.p2.iu
2requires.0.name = org.eclipse.objectteams.otequinox.configuration
3requires.0.range = [2.3.0,3.0.0)
4
5
6units.0.id = org.eclipse.objectteams.otequinox.configuration
7units.0.version = 2.3.0.qualifier
8
9units.0.hostRequirements.0.namespace=osgi.bundle
10units.0.hostRequirements.0.name=org.eclipse.objectteams.otequinox
11units.0.hostRequirements.0.range=[2.3.0,3.0.0)
12units.0.hostRequirements.1.namespace = org.eclipse.equinox.p2.eclipse.type
13units.0.hostRequirements.1.name = bundle
14units.0.hostRequirements.1.range = [1.0.0,2.0.0)
15units.0.hostRequirements.1.greedy = false
16units.0.properties.0.name = org.eclipse.equinox.p2.type.fragment
17units.0.properties.0.value = true
18units.0.requires.0.namespace = osgi.bundle
19units.0.requires.0.name = org.eclipse.objectteams.otequinox
20units.0.requires.0.range = [2.3.0,3.0.0)
21
22units.0.requires.1.namespace = org.eclipse.equinox.p2.eclipse.type
23units.0.requires.1.name = bundle
24units.0.requires.1.range = [1.0.0,2.0.0)
25units.0.requires.1.greedy = false
26
27units.0.provides.0.namespace = org.eclipse.equinox.p2.iu
28units.0.provides.0.name = org.eclipse.objectteams.otequinox.configuration
29units.0.provides.0.version = 2.3.0.qualifier
30
31units.0.instructions.configure=\
Stephan Herrmann9ea698f2013-07-29 00:32:42 +020032 org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:1); \
33 org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:true);
Stephan Herrmann1d6cfb32014-04-15 15:18:30 +020034units.0.instructions.unconfigure=\
Stephan Herrmann9ea698f2013-07-29 00:32:42 +020035 org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:-1); \
Stephan Herrmann1d6cfb32014-04-15 15:18:30 +020036 org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:false);