diff --git a/java/sca/samples/dosgi-dynamic-calculator-operations/META-INF/MANIFEST.MF b/java/sca/samples/dosgi-dynamic-calculator-operations/META-INF/MANIFEST.MF index bcc7ebcc53..eab27711b0 100644 --- a/java/sca/samples/dosgi-dynamic-calculator-operations/META-INF/MANIFEST.MF +++ b/java/sca/samples/dosgi-dynamic-calculator-operations/META-INF/MANIFEST.MF @@ -15,7 +15,7 @@ Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-DocURL: http://www.apache.org/ -Service-Component: OSGI-INF/add-component.xml, +Service-Component-Disabled: OSGI-INF/add-component.xml, OSGI-INF/subtract-component.xml, OSGI-INF/multiply-component.xml, OSGI-INF/divide-component.xml diff --git a/java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF b/java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF index f943dae97a..b1d3beadd6 100644 --- a/java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF +++ b/java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF @@ -16,5 +16,5 @@ Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-DocURL: http://www.apache.org/ -Service-Component: OSGI-INF/calculator-component.xml +Service-Component-Disabled: OSGI-INF/calculator-component.xml Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6