[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse ...

Max Rydahl Andersen mandersen at jboss.com
Thu Jan 4 05:16:48 EST 2007


  User: mandersen
  Date: 07/01/04 05:16:48

  Modified:    hibernatetools/plugins/org.hibernate.eclipse 
                        hibernate-build.xml
  Log:
  stupid hack ;(
  
  Revision  Changes    Path
  1.26      +5 -2      jbosside/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- hibernate-build.xml	20 Oct 2006 12:00:44 -0000	1.25
  +++ hibernate-build.xml	4 Jan 2007 10:16:48 -0000	1.26
  @@ -5,7 +5,7 @@
   
   <project name="org.hibernate.eclipse" basedir="." default="update">
   
  -	<property name="hibernate.root" location="../../../../../hibernate"/>
  +	<property name="hibernate.root" location="../../../../../hibernate/branch_3_2"/>
   	<available file="${hibernate.root}" property="hibernate.root.exists"/>
   	<fail unless="hibernate.root.exists">hibernate.root needs to be set to the root of the hibernate svn checkout. Currently it is ${hibernate.root} which does not exist.</fail>
   	
  @@ -56,7 +56,7 @@
   
   		<property file="${hibernate-core.lib.dir}/version.properties" prefix="h3"/>
   
  -		<copy preservelastmodified="true" todir="${lib.hibernate}/doesnotexist">
  +		<copy preservelastmodified="true" todir="${lib.hibernate}">
   			<fileset dir="${hibernate-core.home}">
   				<include name="hibernate3.jar"/>	
           	</fileset>
  @@ -71,6 +71,9 @@
   				<include name="${h3.commons-logging.lib}"/>
   				<include name="${h3.dom4j.lib}"/>
               	
  +            	<!-- javassist -->
  +				<include name="${h3.javassist.lib}"/>
  +	
               	<!-- ehcache, required if no other cache provider is set -->
               	<include name="${h3.ehcache.lib}"/>
               	
  
  
  



More information about the jboss-cvs-commits mailing list