[hibernate-commits] Hibernate SVN: r12880 - shards/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 2 03:01:48 EDT 2007


Author: max.ross
Date: 2007-08-02 03:01:48 -0400 (Thu, 02 Aug 2007)
New Revision: 12880

Modified:
   shards/trunk/common-build.xml
Log:
update common build file to look for Hibernate core one level lower

Modified: shards/trunk/common-build.xml
===================================================================
--- shards/trunk/common-build.xml	2007-08-02 06:47:27 UTC (rev 12879)
+++ shards/trunk/common-build.xml	2007-08-02 07:01:48 UTC (rev 12880)
@@ -41,12 +41,12 @@
 
 
 	<!-- set Hibernate core related properties -->
-    <property name="hibernate-core.home" location="${common-build.basedir}/../../hibernate-3.2"/>
+    <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 -->
     <property name="hibernate-core.doc.api" location="${hibernate-core.home}/doc/api"/>
-    <property name="hibernate-cvs.doc.reference" location="${common-build.basedir}/../../Hibernate3/doc/reference"/>
+    <property name="hibernate-cvs.doc.reference" location="${common-build.basedir}/../Hibernate3/doc/reference"/>
 
 	<!--
 	Explicitly define tasks from ant..




More information about the hibernate-commits mailing list