From: Costin L. <cos...@us...> - 2008-10-30 14:45:26
|
Update of /cvsroot/springframework/spring/osgi/bundlor In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30479/osgi/bundlor Modified Files: org.springframework.web.mf org.springframework.mf Log Message: + lower caucho import version + fix spring-agent weaving Index: org.springframework.mf =================================================================== RCS file: /cvsroot/springframework/spring/osgi/bundlor/org.springframework.mf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** org.springframework.mf 28 Oct 2008 17:49:11 -0000 1.2 --- org.springframework.mf 30 Oct 2008 14:45:16 -0000 1.3 *************** *** 26,30 **** Import-Template: bsh.*;version="[2.0.0.b4, 3.0.0)";resolution:=optional, ! com.caucho.*;version="[3.1.5, 4.0.0)";resolution:=optional, com.ibatis.*;version="[2.3.0.677, 3.0.0)";resolution:=optional, com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional, --- 26,30 ---- Import-Template: bsh.*;version="[2.0.0.b4, 3.0.0)";resolution:=optional, ! com.caucho.*;version="[3.1.3, 4.0.0)";resolution:=optional, com.ibatis.*;version="[2.3.0.677, 3.0.0)";resolution:=optional, com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional, Index: org.springframework.web.mf =================================================================== RCS file: /cvsroot/springframework/spring/osgi/bundlor/org.springframework.web.mf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** org.springframework.web.mf 28 Oct 2008 17:12:08 -0000 1.4 --- org.springframework.web.mf 30 Oct 2008 14:45:16 -0000 1.5 *************** *** 4,8 **** Bundle-ManifestVersion: 2 Import-Template: ! com.caucho.*;version="[3.1.5, 4.0.0)";resolution:=optional, javax.el.*;version="[2.1.0, 3.0.0)";resolution:=optional, javax.faces.*;version="[1.2.0.08, 2.0.0)";resolution:=optional, --- 4,8 ---- Bundle-ManifestVersion: 2 Import-Template: ! com.caucho.*;version="[3.1.3, 4.0.0)";resolution:=optional, javax.el.*;version="[2.1.0, 3.0.0)";resolution:=optional, javax.faces.*;version="[1.2.0.08, 2.0.0)";resolution:=optional, |