summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-04 09:53:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-04 09:53:23 +0000
commit1368d6b67b2b8095356cf5a9c848b161b609ce29 (patch)
tree97ea695c3be5dacc1e167b32fa43f0a4c01327aa /tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF
parent381e3496a8aeb52a14f72673cd0857191d92497c (diff)
Tag 2.0 M3 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF')
-rw-r--r--tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF29
1 files changed, 29 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF b/tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..017bb9894a
--- /dev/null
+++ b/tags/java/sca/2.0-M3-RC3/modules/implementation-web/META-INF/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.implementation.web;uses:="org.apache.t
+ uscany.sca.assembly";version="2.0.0"
+Private-Package: org.apache.tuscany.sca.implementation.web.impl;version="2.0.0"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Web Implementation Web Model
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397153500
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Implementation Web Model
+Import-Package: javax.xml.stream;resolution:=optional,
+ org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.builder;version="2.0.0",
+ org.apache.tuscany.sca.assembly.impl;version="2.0.0",
+ org.apache.tuscany.sca.assembly.xml;version="2.0.0",
+ org.apache.tuscany.sca.contribution;version="2.0.0",
+ org.apache.tuscany.sca.contribution.processor;version="2.0.0",
+ org.apache.tuscany.sca.contribution.resolver;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.implementation.web;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0",
+ org.apache.tuscany.sca.runtime;version="2.0.0",
+ org.apache.tuscany.sca.xsd;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.web
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6