Disable OSGi DS to avoid conflicts

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-07-31 03:37:55 +00:00
parent b633d36baa
commit 1bc7558ee7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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