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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 13:55:29 EDT 2007


  User: pmuir   
  Date: 07/10/01 13:55:29

  Modified:    examples/hibernate2  build-glassfish.xml
  Log:
  Fix build
  
  Revision  Changes    Path
  1.4       +16 -3     jboss-seam/examples/hibernate2/build-glassfish.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-glassfish.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-glassfish.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build-glassfish.xml	6 Sep 2007 17:18:45 -0000	1.3
  +++ build-glassfish.xml	1 Oct 2007 17:55:29 -0000	1.4
  @@ -20,9 +20,22 @@
       <import file="../build.xml"/>
   
       <fileset id="noejb.war.lib.extras" dir="${seam.dir}">
  -        <include name="lib/common*.jar"/>
  -        <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" />
       </fileset>
   	
   	<fileset id="noejb.war.extras" dir="${resources.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list