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/META-INF | |
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/META-INF')
-rw-r--r-- | java/sca/samples/dosgi-calculator/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/dosgi-calculator/META-INF/MANIFEST.MF b/java/sca/samples/dosgi-calculator/META-INF/MANIFEST.MF index 4b7b7ec71b..542b53b085 100644 --- a/java/sca/samples/dosgi-calculator/META-INF/MANIFEST.MF +++ b/java/sca/samples/dosgi-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 |