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

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/jpa  build.xml
  Log:
  Add JPA tests
  
  Revision  Changes    Path
  1.24      +4 -0      jboss-seam/examples/jpa/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- build.xml	14 Sep 2007 11:19:45 -0000	1.23
  +++ build.xml	12 Oct 2007 11:24:54 -0000	1.24
  @@ -46,5 +46,9 @@
   
      <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6"/>
   
  +   <target name="test">
  +      <ant antfile="build-jboss.xml" target="test" />
  +   </target>
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list