[jboss-cvs] jboss-seam/examples/hibernate2 ...

Peter Muir peter at bleepbleep.org.uk
Fri Oct 12 07:24:54 EDT 2007


  User: pmuir   
  Date: 07/10/12 07:24:54

  Modified:    examples/hibernate2  build.xml
  Log:
  Add JPA tests
  
  Revision  Changes    Path
  1.25      +4 -0      jboss-seam/examples/hibernate2/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- build.xml	14 Sep 2007 11:15:50 -0000	1.24
  +++ build.xml	12 Oct 2007 11:24:54 -0000	1.25
  @@ -46,5 +46,9 @@
   
      <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6" description="Build Hibernate Booking example, for deployment to all supported application servers"/>
   
  +   <target name="test">
  +      <ant antfile="build-jboss.xml" target="test" />
  +   </target>
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list