diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-10 17:46:50 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-10 17:46:50 +0000 |
commit | 46e1287ec60f6f184d580282bc931cb3164d47da (patch) | |
tree | 65c01a2def8e9b0febe80314402f86ba4a50d197 /sandbox/rfeng/tuscany-provisioning/META-INF | |
parent | 1ec6782608ae0402055e26bcf5a4b3713f899926 (diff) |
Turn the module into a webapp
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834562 13f79535-47bb-0310-9956-ffa450edef68
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/
|