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

Michael Youngstrom youngm at gmail.com
Tue Jul 17 11:30:48 EDT 2007


  User: myoungstrom
  Date: 07/07/17 11:30:48

  Modified:    examples/hibernate2  build.xml
  Log:
  Fix clean target
  
  Revision  Changes    Path
  1.21      +2 -1      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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- build.xml	10 Jul 2007 13:08:18 -0000	1.20
  +++ build.xml	17 Jul 2007 15:30:48 -0000	1.21
  @@ -32,7 +32,8 @@
       	<ant antfile="build-glassfish.xml" target="clean" />
       	<ant antfile="build-weblogic92.xml" target="clean" />
       	<ant antfile="build-websphere61.xml" target="clean" />
  -    	<ant antfile="build-tomcat.xml" target="clean" />
  +    	<ant antfile="build-tomcat55.xml" target="clean" />
  +		<ant antfile="build-tomcat6.xml" target="clean" />
      </target>
   
      <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat" description="Build Hibernate Booking example, for deployment to all supported application servers"/>
  
  
  



More information about the jboss-cvs-commits mailing list