diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-02 00:27:59 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-02 00:27:59 +0000 |
commit | 5e63e21cefacdeb0e5abfc71259733abe68804c8 (patch) | |
tree | 86afec3045adf2dce91890e307748d2055fc355c /java/sca/modules/endpoint-wrapper/META-INF | |
parent | a8050885e94b2948dd945c4115f7098587175066 (diff) |
Make some dependencies as test scoped
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/endpoint-wrapper/META-INF')
-rw-r--r-- | java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF index 4141af01ab..2b6ea192eb 100644 --- a/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF +++ b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bnd-LastModified: 1225397237968 Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Default Endpoint Wrapper
-Import-Package: javax.xml.stream;resolution:=optional,
- org.apache.tuscany.sca.endpoint.impl;version="2.0.0",
+Import-Package: org.apache.tuscany.sca.endpoint.impl;version="2.0.0",
+ org.apache.tuscany.sca.endpoint.tribes;version="2.0.0",
org.apache.tuscany.sca.management;version="2.0.0",
- org.apache.tuscany.sca.endpoint.tribes;version="2.0.0"
+ org.apache.tuscany.sca.runtime;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.wrapper
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |