From: Juergen H. <jho...@us...> - 2008-11-20 12:55:06
|
Update of /cvsroot/springframework/spring/osgi/bundlor In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24075/osgi/bundlor Modified Files: org.springframework.mf org.springframework.beans.mf Log Message: fixed javax.el version range (following 2.5.6.A) Index: org.springframework.beans.mf =================================================================== RCS file: /cvsroot/springframework/spring/osgi/bundlor/org.springframework.beans.mf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** org.springframework.beans.mf 28 Oct 2008 17:12:08 -0000 1.4 --- org.springframework.beans.mf 20 Nov 2008 12:54:54 -0000 1.5 *************** *** 4,8 **** Bundle-ManifestVersion: 2 Import-Template: ! javax.el.*;version="[2.1.0, 3.0.0)";resolution:=optional, net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.0.4, 2.0.0)", --- 4,8 ---- Bundle-ManifestVersion: 2 Import-Template: ! javax.el.*;version="[1.0.0, 2.0.0)";resolution:=optional, net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.0.4, 2.0.0)", Index: org.springframework.mf =================================================================== RCS file: /cvsroot/springframework/spring/osgi/bundlor/org.springframework.mf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** org.springframework.mf 30 Oct 2008 14:45:16 -0000 1.3 --- org.springframework.mf 20 Nov 2008 12:54:54 -0000 1.4 *************** *** 41,45 **** javax.activation.*;version="[1.1.0, 2.0.0)";resolution:=optional, javax.ejb.*;version="[3.0.0, 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, javax.interceptor.*;version="[3.0.0, 4.0.0)";resolution:=optional, --- 41,45 ---- javax.activation.*;version="[1.1.0, 2.0.0)";resolution:=optional, javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional, ! javax.el.*;version="[1.0.0, 2.0.0)";resolution:=optional, javax.faces.*;version="[1.2.0.08, 2.0.0)";resolution:=optional, javax.interceptor.*;version="[3.0.0, 4.0.0)";resolution:=optional, |