From: <one...@us...> - 2002-11-11 11:30:07
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv7847 Modified Files: build.xml readme.txt changelog.txt Log Message: added jars needed for compiling from CVS Index: build.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/build.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** build.xml 11 Nov 2002 01:25:06 -0000 1.30 --- build.xml 11 Nov 2002 11:30:00 -0000 1.31 *************** *** 92,96 **** </target> ! <target name="compile" depends="init" description="Compile the Java source code (remember to put j2ee.jar, junit.jar in the /lib directory)"> <available classname="org.eclipse.core.launcher.Main" --- 92,96 ---- </target> ! <target name="compile" depends="init" description="Compile the Java source code"> <available classname="org.eclipse.core.launcher.Main" *************** *** 122,127 **** <fileset dir="${lib.dir}"> <include name="*.jar"/> - <exclude name="j2ee.jar"/> - <exclude name="junit.jar"/> <exclude name="log4j.jar"/> <include name="*.txt"/> --- 122,125 ---- Index: readme.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/readme.txt,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** readme.txt 29 Oct 2002 16:09:04 -0000 1.49 --- readme.txt 11 Nov 2002 11:30:00 -0000 1.50 *************** *** 1,5 **** Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 1.1.8 30 October 2002 Instructions --- 1,5 ---- Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 1.2 beta 1 11 November 2002 Instructions *************** *** 9,13 **** See index.html in the doc directory. ! Required jars are distributed in the lib directory. You may also need Sun's j2ee.jar. Latest Documentation: --- 9,13 ---- See index.html in the doc directory. ! Required jars are distributed in the lib subdirectory. Latest Documentation: Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.263 retrieving revision 1.264 diff -C2 -d -r1.263 -r1.264 *** changelog.txt 11 Nov 2002 10:09:54 -0000 1.263 --- changelog.txt 11 Nov 2002 11:30:00 -0000 1.264 *************** *** 2,7 **** =================== ! Changes in version 1.2 beta 1 (x.11.2002) ! ----------------------------------------- * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) --- 2,7 ---- =================== ! Changes in version 1.2 beta 1 (11.11.2002) ! ------------------------------------------ * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) |