[hibernate-commits] Hibernate SVN: r16035 - branches/Branch_3_2/HibernateExt/common.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 26 00:41:33 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-26 00:41:33 -0500 (Thu, 26 Feb 2009)
New Revision: 16035

Modified:
   branches/Branch_3_2/HibernateExt/common/common-build.xml
Log:
fix build to work with latest H3.2.x

Modified: branches/Branch_3_2/HibernateExt/common/common-build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/common/common-build.xml	2009-02-26 04:33:15 UTC (rev 16034)
+++ branches/Branch_3_2/HibernateExt/common/common-build.xml	2009-02-26 05:41:33 UTC (rev 16035)
@@ -42,7 +42,7 @@
 
 	<!-- set Hibernate core related properties -->
     <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.jar" location="${hibernate-core.home}/build/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 -->
     <property name="hibernate-core.doc.api" location="${hibernate-core.home}/doc/api"/>




More information about the hibernate-commits mailing list