Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d42498bbe6045f2bb8e9d9a94626b9d23984db72 (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.3

Back to the top