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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Mar 19 20:28:06 EDT 2007


Author: epbernard
Date: 2007-03-19 20:28:06 -0400 (Mon, 19 Mar 2007)
New Revision: 11308

Modified:
   trunk/HibernateExt/shards/build.xml
   trunk/HibernateExt/shards/changelog.txt
Log:
Minor build fix to be able to test unsing the distro

Modified: trunk/HibernateExt/shards/build.xml
===================================================================
--- trunk/HibernateExt/shards/build.xml	2007-03-19 23:08:21 UTC (rev 11307)
+++ trunk/HibernateExt/shards/build.xml	2007-03-20 00:28:06 UTC (rev 11308)
@@ -6,7 +6,7 @@
 
 -->
 
-<project name="Hibernate Search" default="dist" basedir=".">
+<project name="Hibernate Shards" default="dist" basedir=".">
 
     <!-- Give user a chance to override without editing this file
                (and without typing -D each time it compiles it) -->
@@ -57,7 +57,7 @@
 
     <target name="compiletest" depends="common-build.compiletest">
         <copy todir="${testclasses.dir}">
-            <fileset dir="src/test">
+            <fileset dir="${test.dir}">
                 <exclude name="**/*.java"/>
             </fileset>
         </copy>

Modified: trunk/HibernateExt/shards/changelog.txt
===================================================================
--- trunk/HibernateExt/shards/changelog.txt	2007-03-19 23:08:21 UTC (rev 11307)
+++ trunk/HibernateExt/shards/changelog.txt	2007-03-20 00:28:06 UTC (rev 11308)
@@ -4,4 +4,4 @@
 3.0.0.Beta1 (19-03-2007)
 ------------------------
 
-Initial release
\ No newline at end of file
+Initial release (See the documentation for more information)
\ No newline at end of file




More information about the hibernate-commits mailing list