summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/implementation-ejb/META-INF
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:43:26 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:43:26 +0000
commit27c0da062a11e375d344523e4b9747bcbde447ec (patch)
tree2353d32d6003ebe851feac4152768baf5f79f30e /sca-java-2.x/contrib/modules/implementation-ejb/META-INF
parentee9abf45482d4b3e80c36611d67648ba865c2eae (diff)
Move module to contrib as its not in the build or being actively worked on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/implementation-ejb/META-INF')
-rw-r--r--sca-java-2.x/contrib/modules/implementation-ejb/META-INF/MANIFEST.MF26
1 files changed, 26 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/modules/implementation-ejb/META-INF/MANIFEST.MF b/sca-java-2.x/contrib/modules/implementation-ejb/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..178fd5af3d
--- /dev/null
+++ b/sca-java-2.x/contrib/modules/implementation-ejb/META-INF/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.implementation.ejb;uses:="org.a
+ pache.tuscany.sca.assembly";version="2.0.0"
+Bundle-Name: Apache Tuscany SCA EJB Session Bean Implementation Model
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+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 EJB Session Bean Implementation
+ Model
+Import-Package: javax.xml.namespace,
+ javax.xml.stream,
+ org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.builder;version="2.0.0";resolution:=optional,
+ org.apache.tuscany.sca.assembly.impl;version="2.0.0",
+ org.apache.tuscany.sca.contribution.processor;version="2.0.0",
+ org.apache.tuscany.sca.contribution.resolver;version="1.4",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.implementation.ejb;version="2.0.0",
+ org.apache.tuscany.sca.interfacedef;version="2.0.0";resolution:=optional,
+ org.apache.tuscany.sca.monitor;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0";resolution:=optional
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.ejb
+Bundle-DocURL: http://www.apache.org/
+