|
From: Tomas M. <to...@us...> - 2011-01-04 20:15:38
|
Update of /cvsroot/unitime/UniTime In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7833 Modified Files: .classpath Log Message: Minor technology update - GWT updated to version 2.1.1 (was 2.1.0) - iText updated to version 5.0.5 (was 5.0.2) - Hibernate updated to 3.5.6 (was 3.5.3) - Log4j updated to 1.2.16 (was 1.2.15) - MySQL Connector/J updated to 5.1.14 (was 5.1.11) Index: .classpath =================================================================== RCS file: /cvsroot/unitime/UniTime/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** .classpath 1 Dec 2010 11:10:50 -0000 1.7 --- .classpath 4 Jan 2011 20:15:30 -0000 1.8 *************** *** 2,6 **** <classpath> <classpathentry kind="src" path="JavaSource"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/hibernate3.jar" sourcepath="/3rd_party/hibernate-3.5.3"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/> --- 2,6 ---- <classpath> <classpathentry kind="src" path="JavaSource"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/hibernate3.jar" sourcepath="/3rd_party/hibernate-3.5.6"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/> *************** *** 23,28 **** <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl-1.0.2.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jta-1.1.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.15.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.1.11-bin.jar"/> <classpathentry kind="lib" path="3rd_party/ojdbc6.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/oro-2.0.8.jar"/> --- 23,28 ---- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl-1.0.2.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jta-1.1.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.16.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.1.14-bin.jar"/> <classpathentry kind="lib" path="3rd_party/ojdbc6.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/oro-2.0.8.jar"/> *************** *** 41,45 **** <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool-1.5.4.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/iText-5.0.2.jar" sourcepath="/3rd_party/iText-5.0.2"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/Struts-Layout-1.3.jar" sourcepath="/3rd_party/struts-layout-1.3"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-configuration-1.6.jar"/> --- 41,45 ---- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool-1.5.4.jar"/> ! <classpathentry kind="lib" path="WebContent/WEB-INF/lib/iText-5.0.5.jar" sourcepath="/3rd_party/iText-5.0.5"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/Struts-Layout-1.3.jar" sourcepath="/3rd_party/struts-layout-1.3"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-configuration-1.6.jar"/> |