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

Max Rydahl Andersen mandersen at jboss.com
Fri Jul 21 08:42:05 EDT 2006


  User: mandersen
  Date: 06/07/21 08:42:05

  Modified:    hibernatetools/plugins/org.hibernate.eclipse 
                        hibernate-build.xml
  Log:
  HBX-638 support null in query parameters view
  
  Revision  Changes    Path
  1.24      +1 -1      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.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- hibernate-build.xml	21 Jun 2006 22:12:59 -0000	1.23
  +++ hibernate-build.xml	21 Jul 2006 12:42:05 -0000	1.24
  @@ -3,7 +3,7 @@
     HibernateTools ANT build script.
   -->
   
  -<project name="org.hibernate.eclipse" basedir=".">
  +<project name="org.hibernate.eclipse" basedir="." default="update">
   
   	<property name="hibernate.root" location="../../../../../hibernate"/>
   	<available file="${hibernate.root}" property="hibernate.root.exists"/>
  
  
  



More information about the jboss-cvs-commits mailing list