From 9505e91a4af7cffdf5480b76e5c04ea472f68098 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 4 Jul 2011 21:37:09 +0000 Subject: [PATCH] added JBoss dependency (SPR-8505); updated WebSphere dependency git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4667 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.transaction/template.mf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.springframework.transaction/template.mf b/org.springframework.transaction/template.mf index 19cb22e183c..5c32142d0b8 100644 --- a/org.springframework.transaction/template.mf +++ b/org.springframework.transaction/template.mf @@ -3,11 +3,12 @@ Bundle-Name: Spring Transaction Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Package: - com.ibm.ws.Transaction;version="0";resolution:=optional, + com.ibm.websphere.uow.*;version="0";resolution:=optional, + com.ibm.wsspi.uow.*;version="0";resolution:=optional, oracle.j2ee.transaction;version="0";resolution:=optional, + org.jboss.resource.work;version="0";resolution:=optional, weblogic.transaction;version="0";resolution:=optional Import-Template: - com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional, javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional, javax.management.*;version="0";resolution:=optional, javax.naming.*;version="0";resolution:=optional,