From: <hib...@li...> - 2006-03-11 14:35:01
|
Author: epbernard Date: 2006-03-11 09:34:56 -0500 (Sat, 11 Mar 2006) New Revision: 9600 Modified: trunk/HibernateExt/common/common-build.xml trunk/HibernateExt/metadata/build.properties.dist trunk/HibernateExt/metadata/build.xml Log: Use Hibernate 3.2 Modified: trunk/HibernateExt/common/common-build.xml =================================================================== --- trunk/HibernateExt/common/common-build.xml 2006-03-11 01:41:28 UTC (rev 9599) +++ trunk/HibernateExt/common/common-build.xml 2006-03-11 14:34:56 UTC (rev 9600) @@ -39,7 +39,7 @@ <!-- set Hibernate core related properties --> - <property name="hibernate-core.home" location="${common-build.basedir}/../../hibernate-3.1"/> + <property name="hibernate-core.home" location="${common-build.basedir}/../../hibernate-3.2"/> <property name="hibernate-core.jar" location="${hibernate-core.home}/hibernate3.jar"/> <property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib"/> <property name="hibernate-core.jdbc.dir" location="${hibernate-core.home}/lib"/> <!-- for some reason jdbc.dir is renamed to lib instead of jdbc when doing a dist of hibernate3 --> Modified: trunk/HibernateExt/metadata/build.properties.dist =================================================================== --- trunk/HibernateExt/metadata/build.properties.dist 2006-03-11 01:41:28 UTC (rev 9599) +++ trunk/HibernateExt/metadata/build.properties.dist 2006-03-11 14:34:56 UTC (rev 9600) @@ -1,4 +1,4 @@ common.dir=. src.dir=src test.dir=test -hibernate-core.home=../hibernate-3.1 \ No newline at end of file +hibernate-core.home=../hibernate-3.2 \ No newline at end of file Modified: trunk/HibernateExt/metadata/build.xml =================================================================== --- trunk/HibernateExt/metadata/build.xml 2006-03-11 01:41:28 UTC (rev 9599) +++ trunk/HibernateExt/metadata/build.xml 2006-03-11 14:34:56 UTC (rev 9600) @@ -16,7 +16,7 @@ <!-- Name of project and version, used to create filenames --> <property name="Name" value="Hibernate Annotations"/> <property name="name" value="hibernate-annotations"/> - <property name="version" value="3.1beta8"/> + <property name="version" value="3.1beta9"/> <property name="javadoc.packagenames" value="org.hibernate.*"/> <property name="jdbc.dir" value="jdbc"/> <property name="copy.test" value="true"/> |