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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 15:21:24 EDT 2007


  User: pmuir   
  Date: 07/10/01 15:21:24

  Modified:    examples/jee5/booking  build.xml
  Log:
  Fix deploy to glassfish
  
  Revision  Changes    Path
  1.6       +17 -2     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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	6 Sep 2007 22:57:32 -0000	1.5
  +++ build.xml	1 Oct 2007 19:21:23 -0000	1.6
  @@ -23,9 +23,24 @@
       <import file="../../build.xml"/>
   
       <fileset id="ear.lib.extras" dir="${seam.dir}">
  -        <include name="lib/thirdparty-all.jar"/>
  -        <include name="hibernate/lib/*.jar"/>
  +    	<!-- Seam deps -->
  +    	<include name="lib/javassist.jar"/>
  +    	<include name="lib/dom4j.jar" />
   
  +    	<!-- Hibernate and deps -->
  +        <include name="lib/hibernate.jar"/>
  +    	<include name="lib/hibernate-commons-annotations.jar"/>
  +        <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/antlr.jar" />
  +    	<include name="lib/commons-logging.jar" />
  +    	<include name="lib/commons-collections.jar" />
  +
  +    	<include name="lib/log4j.jar" />
           <!-- add this for oc4j -->
           <!--<include name="lib/antlr-*.jar"/>-->
       </fileset>
  
  
  



More information about the jboss-cvs-commits mailing list