summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-10 19:51:07 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-10 19:51:07 +0000
commitc791fd804344b8719fb69be84b8174c84cc4f4dc (patch)
tree87852f7762ea06d4e47855e5176a65af8a4bee44 /sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF
parent181bc548fd1a9b5a6f39882cb4102751230de642 (diff)
Sandbox to experiment with Databinding automatic wrapper transformations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF b/sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..15a79b8392
--- /dev/null
+++ b/sandbox/sebastien/java/wrapped/modules/stripes/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+SCA-Version: 1.1
+Bundle-Name: Apache Tuscany SCA Stripes Extension
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Stripes
+Import-Package: javax.naming,
+ javax.servlet,
+ javax.servlet.http,
+ net.sourceforge.stripes;version="1.5.2",
+ net.sourceforge.stripes.action;version="1.5.2",
+ net.sourceforge.stripes.config;version="1.5.2",
+ net.sourceforge.stripes.controller;version="1.5.2",
+ net.sourceforge.stripes.exception;version="1.5.2",
+ net.sourceforge.stripes.util;version="1.5.2",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.host.http;version="2.0.0",
+ org.apache.tuscany.sca.host.webapp;version="2.0.0",
+ org.apache.tuscany.sca.implementation.web.runtime.utils;version="2.0.0",
+ org.apache.tuscany.sca.node;version="2.0.0",
+ org.oasisopen.sca;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.stripes
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6