summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/dosgi-dynamic-calculator/META-INF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 03:37:55 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 03:37:55 +0000
commit1bc7558ee78844daeef11b47aeb78815b64ef275 (patch)
treede778de97eea5849101a6bab10d1059315a12edc /java/sca/samples/dosgi-dynamic-calculator/META-INF
parentb633d36baa7b03e087d05ed8b74a7422fbcc0404 (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/samples/dosgi-dynamic-calculator/META-INF')
-rw-r--r--java/sca/samples/dosgi-dynamic-calculator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
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