[hibernate-commits] Hibernate SVN: r12835 - core/branches/Branch_3_2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jul 27 08:06:56 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-27 08:06:55 -0400 (Fri, 27 Jul 2007)
New Revision: 12835

Modified:
   core/branches/Branch_3_2/build.xml
Log:
removed some crazy character

Modified: core/branches/Branch_3_2/build.xml
===================================================================
--- core/branches/Branch_3_2/build.xml	2007-07-27 03:43:34 UTC (rev 12834)
+++ core/branches/Branch_3_2/build.xml	2007-07-27 12:06:55 UTC (rev 12835)
@@ -91,7 +91,7 @@
     </path>
     <!-- allows external definition of the JDBC classpath fragment -->
     <property name="hibernate.test.jdbc.fs.importFile" value="doNotImport" />
-     <import file="${hibernate.test.jdbc.fs.importFile}" optional="true" />
+    <import file="${hibernate.test.jdbc.fs.importFile}" optional="true" />
 
     <!-- patternset for insturmentation-eligible resources -->
 	<patternset id="ps.instrument.domain">




More information about the hibernate-commits mailing list