[jboss-cvs] jboss-seam/examples/jee5/booking ...

Peter Muir peter at bleepbleep.org.uk
Wed Dec 19 16:42:42 EST 2007


  User: pmuir   
  Date: 07/12/19 16:42:41

  Modified:    examples/jee5/booking  build.xml
  Log:
  JBSEAM-2091 part 1, thanks Jay.
  
  Revision  Changes    Path
  1.9       +12 -13    jboss-seam/examples/jee5/booking/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/booking/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	3 Dec 2007 22:22:08 -0000	1.8
  +++ build.xml	19 Dec 2007 21:42:41 -0000	1.9
  @@ -39,13 +39,12 @@
           <include name="lib/hibernate-annotations.jar"/>
       	<include name="lib/hibernate-entitymanager.jar"/>
       	<include name="lib/hibernate-validator.jar"/>
  -    	<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
       	<include name="lib/jboss-common-core.jar" />
  -    	<include name="examples/hibernate2/lib/cglib.jar"/>
  +      <include name="lib/cglib.jar"/>
  +      <include name="lib/asm.jar"/>
       	<include name="lib/antlr.jar" />
       	<include name="lib/commons-logging.jar" />
       	<include name="lib/commons-collections.jar" />
  -
       	<include name="lib/log4j.jar" />
       </fileset>
          
  
  
  



More information about the jboss-cvs-commits mailing list