diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 03:37:55 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 03:37:55 +0000 |
commit | 1bc7558ee78844daeef11b47aeb78815b64ef275 (patch) | |
tree | de778de97eea5849101a6bab10d1059315a12edc /java/sca | |
parent | b633d36baa7b03e087d05ed8b74a7422fbcc0404 (diff) |
Disable OSGi DS to avoid conflicts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/samples/dosgi-dynamic-calculator-operations/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF | 2 |
2 files changed, 2 insertions, 2 deletions
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 |