Author: steve.ebersole(a)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">
Show replies by date