summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel/META-INF
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-24 10:02:25 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-24 10:02:25 +0000
commitc39b4db4d610be187a3811188572ca539daab659 (patch)
treedb6a5bc7869d115211028169018b2c4e53ccbd2b /java/sca/modules/implementation-bpel/META-INF
parent71b78f6cd040710bcc096bbfcb268c00bf8493d1 (diff)
Start to bring up the implementation.bpel model in 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-bpel/META-INF')
-rw-r--r--java/sca/modules/implementation-bpel/META-INF/MANIFEST.MF33
1 files changed, 33 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel/META-INF/MANIFEST.MF b/java/sca/modules/implementation-bpel/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..f18b080901
--- /dev/null
+++ b/java/sca/modules/implementation-bpel/META-INF/MANIFEST.MF
@@ -0,0 +1,33 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.implementation.bpel;uses:="org.
+ apache.tuscany.sca.assembly,org.apache.tuscany.sca.contribution.resol
+ ver,javax.xml.namespace";version="1.4"
+Private-Package: org.apache.tuscany.sca.implementation.bpel.impl;versi
+ on="1.4",org.apache.tuscany.sca.implementation.bpel.xml;version="1.4"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA BPEL Implementation Extension
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 1.4
+Bnd-LastModified: 1225397433843
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA BPEL Implementation Extension
+Import-Package: javax.wsdl,
+ javax.wsdl.extensions,
+ javax.xml.namespace,
+ javax.xml.stream,
+
+ org.apache.tuscany.sca.assembly;version="1.4",
+ org.apache.tuscany.sca.assembly.impl;version="1.4",
+ org.apache.tuscany.sca.contribution.processor;version="1.4",
+ org.apache.tuscany.sca.contribution.resolver;version="1.4",
+ org.apache.tuscany.sca.core;version="1.4",
+ org.apache.tuscany.sca.implementation.bpel;version="1.4",
+ org.apache.tuscany.sca.interfacedef;version="1.4",
+ org.apache.tuscany.sca.interfacedef.wsdl;version="1.4",
+ org.apache.tuscany.sca.monitor;version="1.4",
+ org.apache.tuscany.sca.policy;version="1.4.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.bpel
+Bundle-DocURL: http://www.apache.org/
+