summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/binding-ejb-runtime/META-INF/MANIFEST.MF
blob: 7167936ade6821b5d50743ce504b5f949ad87e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Manifest-Version: 1.0
Private-Package: org.apache.tuscany.sca.binding.ejb.corba;version="2.0
 ",org.apache.tuscany.sca.binding.ejb.provider;version="2.0.0",org.apach
 e.tuscany.sca.binding.ejb.util;version="2.0.0"
SCA-Version: 1.1
Bundle-Name: Apache Tuscany SCA EJB Binding Runtime
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 Binding Runtime
Import-Package: javax.ejb,
 javax.ejb.spi,
 javax.naming,
 javax.rmi,
 javax.rmi.CORBA,
 net.sf.cglib.core,
 net.sf.cglib.proxy,
 org.apache.tuscany.sca.assembly;version="2.0.0",
 org.apache.tuscany.sca.binding.ejb;version="2.0.0",
 org.apache.tuscany.sca.core;version="2.0.0",
 org.apache.tuscany.sca.interfacedef;version="2.0.0",
 org.apache.tuscany.sca.interfacedef.java;version="2.0.0",
 org.apache.tuscany.sca.invocation;version="2.0.0",
 org.apache.tuscany.sca.policy;version="2.0.0",
 org.apache.tuscany.sca.provider;version="2.0.0",
 org.apache.tuscany.sca.runtime;version="2.0.0",
 org.omg.CORBA,
 org.omg.CORBA.portable,
 org.omg.CORBA_2_3.portable,
 org.omg.CosNaming,
 org.omg.IOP,
 org.omg.PortableInterceptor,
 org.omg.stub.java.rmi,
 org.oasisopen.sca;version="2.0.0",
 org.oasisopen.sca.annotation;version="2.0.0";resolution:=optional
Bundle-SymbolicName: org.apache.tuscany.sca.binding.ejb.runtime
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6