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

Peter Muir peter at bleepbleep.org.uk
Wed Sep 26 14:40:23 EDT 2007


  User: pmuir   
  Date: 07/09/26 14:40:23

  Modified:    examples/hibernate2  build-tomcat55.xml
  Log:
  Fix build
  
  Revision  Changes    Path
  1.5       +15 -7     jboss-seam/examples/hibernate2/build-tomcat55.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat55.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-tomcat55.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build-tomcat55.xml	6 Sep 2007 17:18:45 -0000	1.4
  +++ build-tomcat55.xml	26 Sep 2007 18:40:23 -0000	1.5
  @@ -20,16 +20,24 @@
       <import file="../build.xml"/>
   
       <fileset id="noejb.war.lib.extras" dir="${seam.dir}">
  -        <include name="lib/common*.jar"/>
  -        <include name="lib/jsf-*.jar"/>
  -        <include name="lib/jstl-*.jar"/>
  -        <include name="hibernate/lib/*.jar"/>
  -        <include name="lib/thirdparty-all.jar"/>
  +        <include name="lib/commons-*.jar"/>
  +        <include name="lib/jsf-api.jar"/>
  +    	<include name="lib/jsf-impl.jar"/>
  +        <include name="lib/jstl.jar"/>
  +    	<include name="lib/dom4j.jar" />
  +        <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="lib/javassist.jar"/>
  +    	<include name="lib/persistence-api.jar" />
           <!-- Needed since Tomcat 5.5 does not support JSP 2.0 -->
  -        <include name="examples/hibernate2/lib/el-*.jar"/>
  +        <include name="examples/hibernate2/lib/el-ri.jar"/>
  +    	<include name="lib/el-api.jar" />
           <!-- Addition libs needed for Tomcat -->
           <include name="examples/hibernate2/lib/cglib.jar"/>
  -        <include name="examples/hibernate2/lib/jta.jar"/>
  +        <include name="lib/jta.jar"/>
           <!--
           <include name="examples/hibernate2/lib/mc/*.jar"/>
           -->
  
  
  



More information about the jboss-cvs-commits mailing list