[hibernate-commits] Hibernate SVN: r11616 - branches/Branch_3_2/HibernateExt/tools/src/testsupport.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jun 4 08:52:38 EDT 2007


Author: max.andersen at jboss.com
Date: 2007-06-04 08:52:34 -0400 (Mon, 04 Jun 2007)
New Revision: 11616

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/testsupport/anttest-build.xml
   branches/Branch_3_2/HibernateExt/tools/src/testsupport/javaformattest-build.xml
Log:
fix various OS specific casing issues

Modified: branches/Branch_3_2/HibernateExt/tools/src/testsupport/anttest-build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/testsupport/anttest-build.xml	2007-06-04 12:51:57 UTC (rev 11615)
+++ branches/Branch_3_2/HibernateExt/tools/src/testsupport/anttest-build.xml	2007-06-04 12:52:34 UTC (rev 11616)
@@ -1,6 +1,6 @@
 <project name="anttest">
 	<property name="hibernate-core.jar" location="../../../../hibernate-3.1/hibernate3.jar" />
-	<property name="hibernate-core.home" location="../../../../hibernate3" />
+	<property name="hibernate-core.home" location="../../../../Hibernate3" />
 	<property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib" />
 	<property name="build.dir" location="../../build/anttest" />
 	<property file="../../etc/hibernate.properties" />

Modified: branches/Branch_3_2/HibernateExt/tools/src/testsupport/javaformattest-build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/testsupport/javaformattest-build.xml	2007-06-04 12:51:57 UTC (rev 11615)
+++ branches/Branch_3_2/HibernateExt/tools/src/testsupport/javaformattest-build.xml	2007-06-04 12:52:34 UTC (rev 11616)
@@ -1,6 +1,6 @@
 <project name="javaformattest">
 	<property name="hibernate-core.jar" location="../../../../hibernate-3.1/hibernate3.jar" />
-	<property name="hibernate-core.home" location="../../../../hibernate3" />
+	<property name="hibernate-core.home" location="../../../../Hibernate3" />
 	<property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib" />
 	<property name="build.dir" location="../../build/javaformattest" />
 	<property file="../../etc/hibernate.properties" />




More information about the hibernate-commits mailing list