[hibernate-commits] Hibernate SVN: r14706 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 29 07:48:36 EDT 2008


Author: hardy.ferentschik
Date: 2008-05-29 07:48:36 -0400 (Thu, 29 May 2008)
New Revision: 14706

Modified:
   search/trunk/build.xml
Log:
- Changed some of the comments. This is the Hibernate Search and not Annotation build file

- Also commented out the copying of commons-annotation to the test directory of the dist (see dist target). There is no commons-annotation to copy.

Modified: search/trunk/build.xml
===================================================================
--- search/trunk/build.xml	2008-05-29 11:44:13 UTC (rev 14705)
+++ search/trunk/build.xml	2008-05-29 11:48:36 UTC (rev 14706)
@@ -1,8 +1,8 @@
 <!--
 
-  Hibernate Annotations ANT build script.
+  Hibernate Search ANT build script.
 
-  You need JDK 5.0 installed to build Hibernate Annotations.
+  You need JDK 5.0 installed to build Hibernate Search.
 
 -->
 
@@ -357,7 +357,7 @@
 
         <!-- ivy uses the module name without hibernate- (to mimic the directory names). Revert the situation -->
         <move file="${dist.lib.dir}/commons-annotations.jar" tofile="${dist.lib.dir}/hibernate-commons-annotations.jar"/>
-        <move file="${dist.lib.dir}/test/commons-annotations.jar" tofile="${dist.lib.dir}/test/hibernate-commons-annotations.jar"/>
+        <!--move file="${dist.lib.dir}/test/commons-annotations.jar" tofile="${dist.lib.dir}/test/hibernate-commons-annotations.jar"/-->
         <move file="${dist.lib.dir}/test/annotations.jar" tofile="${dist.lib.dir}/test/hibernate-annotations.jar"/>
         <move file="${dist.lib.dir}/test/entitymanager.jar" tofile="${dist.lib.dir}/test/hibernate-entitymanager.jar"/>
 




More information about the hibernate-commits mailing list