Stephan Herrmann | 1d6cfb3 | 2014-04-15 15:18:30 +0200 | [diff] [blame^] | 1 | requires.0.namespace = org.eclipse.equinox.p2.iu |
| 2 | requires.0.name = org.eclipse.objectteams.otequinox.configuration |
| 3 | requires.0.range = [2.3.0,3.0.0) |
| 4 | |
| 5 | |
| 6 | units.0.id = org.eclipse.objectteams.otequinox.configuration |
| 7 | units.0.version = 2.3.0.qualifier |
| 8 | |
| 9 | units.0.hostRequirements.0.namespace=osgi.bundle |
| 10 | units.0.hostRequirements.0.name=org.eclipse.objectteams.otequinox |
| 11 | units.0.hostRequirements.0.range=[2.3.0,3.0.0) |
| 12 | units.0.hostRequirements.1.namespace = org.eclipse.equinox.p2.eclipse.type |
| 13 | units.0.hostRequirements.1.name = bundle |
| 14 | units.0.hostRequirements.1.range = [1.0.0,2.0.0) |
| 15 | units.0.hostRequirements.1.greedy = false |
| 16 | units.0.properties.0.name = org.eclipse.equinox.p2.type.fragment |
| 17 | units.0.properties.0.value = true |
| 18 | units.0.requires.0.namespace = osgi.bundle |
| 19 | units.0.requires.0.name = org.eclipse.objectteams.otequinox |
| 20 | units.0.requires.0.range = [2.3.0,3.0.0) |
| 21 | |
| 22 | units.0.requires.1.namespace = org.eclipse.equinox.p2.eclipse.type |
| 23 | units.0.requires.1.name = bundle |
| 24 | units.0.requires.1.range = [1.0.0,2.0.0) |
| 25 | units.0.requires.1.greedy = false |
| 26 | |
| 27 | units.0.provides.0.namespace = org.eclipse.equinox.p2.iu |
| 28 | units.0.provides.0.name = org.eclipse.objectteams.otequinox.configuration |
| 29 | units.0.provides.0.version = 2.3.0.qualifier |
| 30 | |
| 31 | units.0.instructions.configure=\ |
Stephan Herrmann | 9ea698f | 2013-07-29 00:32:42 +0200 | [diff] [blame] | 32 | org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:1); \ |
| 33 | org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:true); |
Stephan Herrmann | 1d6cfb3 | 2014-04-15 15:18:30 +0200 | [diff] [blame^] | 34 | units.0.instructions.unconfigure=\ |
Stephan Herrmann | 9ea698f | 2013-07-29 00:32:42 +0200 | [diff] [blame] | 35 | org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:-1); \ |
Stephan Herrmann | 1d6cfb3 | 2014-04-15 15:18:30 +0200 | [diff] [blame^] | 36 | org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:false); |