From: Juergen H. <jho...@us...> - 2008-11-20 12:40:28
|
Update of /cvsroot/springframework/spring/osgi/bundlor In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23281/osgi/bundlor Modified Files: org.springframework.web.mf Log Message: fixed javax.el version range (following 2.5.6.A) Index: org.springframework.web.mf =================================================================== RCS file: /cvsroot/springframework/spring/osgi/bundlor/org.springframework.web.mf,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** org.springframework.web.mf 30 Oct 2008 14:45:16 -0000 1.5 --- org.springframework.web.mf 20 Nov 2008 12:40:25 -0000 1.6 *************** *** 5,9 **** 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, javax.servlet;version="[2.4.0, 3.0.0)", --- 5,9 ---- Import-Template: com.caucho.*;version="[3.1.3, 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.servlet;version="[2.4.0, 3.0.0)", |