You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/08 17:41:09 UTC

svn commit: r823209 - /tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF

Author: rfeng
Date: Thu Oct  8 15:41:09 2009
New Revision: 823209

URL: http://svn.apache.org/viewvc?rev=823209&view=rev
Log:
Add missing Import-Package

Modified:
    tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF?rev=823209&r1=823208&r2=823209&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/implementation-bpel-runtime/META-INF/MANIFEST.MF Thu Oct  8 15:41:09 2009
@@ -26,6 +26,9 @@
  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,