[hibernate-commits] Hibernate SVN: r15595 - branches/Branch_3_2/HibernateExt/tools.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Nov 19 11:50:17 EST 2008


Author: anthonyHib
Date: 2008-11-19 11:50:17 -0500 (Wed, 19 Nov 2008)
New Revision: 15595

Modified:
   branches/Branch_3_2/HibernateExt/tools/build.xml
Log:
fix classpath issue 

Modified: branches/Branch_3_2/HibernateExt/tools/build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/build.xml	2008-11-19 15:12:58 UTC (rev 15594)
+++ branches/Branch_3_2/HibernateExt/tools/build.xml	2008-11-19 16:50:17 UTC (rev 15595)
@@ -24,7 +24,9 @@
 	
     <path id="junit.moduleclasspath">
     	   <pathelement location="etc"/>
-           <pathelement location="lib/testlibs/org.eclipse.jdt.core_3.1.0.jar"/>   
+           <pathelement location="lib/testlibs/org.eclipse.jdt.core_3.1.0.jar"/>  
+    	   <!-- remove hibernate-annotations.jar when migrating to maven -->
+    	   <pathelement location="lib/testlibs/hibernate-annotations.jar"/>  
     	   <pathelement location="${jdbc.driver.jar}"/>
      	   <path refid="testsrc.path"/>
     	   <pathelement location="${java.home}\..\lib\tools.jar"/>




More information about the hibernate-commits mailing list