summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-runtime
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 15:41:09 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 15:41:09 +0000
commitd717f37936de77dd9d3ff387a0a6ae30b0c0bbb4 (patch)
tree36ff41e374ed7d1eb840504710fdf4cf3a83145b /java/sca/modules/implementation-bpel-runtime
parent4c17647dfa4eb12403e98da64f7a7b7b637a9e75 (diff)
Add missing Import-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-bpel-runtime')
-rw-r--r--java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF b/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF
index fe4e10184d..722d5b3c81 100644
--- a/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF
+++ b/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF
@@ -26,6 +26,9 @@ Import-Package: javax.resource.spi,
javax.transaction;version="1.1.0",
javax.wsdl;resolution:=optional,
javax.xml.namespace;resolution:=optional,
+ javax.xml.transform,
+ javax.xml.transform.dom,
+ javax.xml.transform.stream,
org.apache.commons.logging;resolution:=optional,
org.apache.geronimo.transaction.manager,
org.apache.ode.bpel.compiler,