diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 01:27:55 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 01:27:55 +0000 |
commit | 3ed44524c6e7fa0646329412ac04fa9bef3fd942 (patch) | |
tree | fc3e908b1c3e382498bb6a7d02c438553207a911 /java/sca/samples/dosgi-calculator-operations | |
parent | 4e462fff83a233967017525b18166bad7a177ee9 (diff) |
Disable the OSGi DS to avoid conflicts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/dosgi-calculator-operations')
-rw-r--r-- | java/sca/samples/dosgi-calculator-operations/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/dosgi-calculator-operations/META-INF/MANIFEST.MF b/java/sca/samples/dosgi-calculator-operations/META-INF/MANIFEST.MF index 5d2426e591..82a803e3a6 100644 --- a/java/sca/samples/dosgi-calculator-operations/META-INF/MANIFEST.MF +++ b/java/sca/samples/dosgi-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
|