Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9dd8bfe1daa1660352af78a2e73a7efbc1f6514b (plain) (blame)
1
2
3
4
5
6
7
8
9
instructions.configure=\
  setProgramProperty(propName:equinox.use.ds, propValue:true);\
  setProgramProperty(propName:ds.delayed.keepInstances, propValue:true);
instructions.unconfigure=\
  setProgramProperty(propName:equinox.use.ds, propValue:);\
  setProgramProperty(propName:ds.delayed.keepInstances, propValue:);
provides.0.namespace = osgi.extender
provides.0.name = osgi.component
provides.0.version = 1.2

Back to the top