diff options
Diffstat (limited to 'sandbox/rfeng/tuscany-provisioning/META-INF')
-rw-r--r-- | sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF b/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF index 5c8f9482b2..ef144ea7b4 100644 --- a/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF +++ b/sandbox/rfeng/tuscany-provisioning/META-INF/MANIFEST.MF @@ -9,7 +9,9 @@ Bnd-LastModified: 1225397240796 Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Node Implementation
-Import-Package: org.apache.tuscany.sca.core;version="2.0.0",
+Import-Package: javax.servlet;version="2.5.0",
+ javax.servlet.http;version="2.5.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
org.apache.tuscany.sca.extensibility;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.provision
Bundle-DocURL: http://www.apache.org/
|