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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 27 06:00:21 EDT 2007


  User: pmuir   
  Date: 07/09/27 06:00:21

  Modified:    examples/hibernate2   build-tomcat6.xml build-tomcat55.xml
  Log:
  Fix builds
  
  Revision  Changes    Path
  1.5       +33 -29    jboss-seam/examples/hibernate2/build-tomcat6.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat6.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-tomcat6.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build-tomcat6.xml	6 Sep 2007 17:18:45 -0000	1.4
  +++ build-tomcat6.xml	27 Sep 2007 10:00:21 -0000	1.5
  @@ -3,8 +3,8 @@
   <project name="Hibernate Booking" default="noejb.archive" basedir=".">
   
       <!-- Naming -->
  -    <property name="Name"                   value="The Hibernate Example for plain Tomcat 6.0"/>
  -    <property name="example.name"           value="jboss-seam-hibernate"/>
  +	<property name="Name" value="The Hibernate Example for plain Tomcat 6.0" />
  +	<property name="example.name" value="jboss-seam-hibernate" />
   
       <!-- resources -->
       <property name="resources.dir" value="resources-tomcat" />
  @@ -12,25 +12,29 @@
   	<property name="exploded-archives.dir" value="exploded-archives-tomcat6" />
          
       <!-- Libraries to include -->
  -    <property name="seam.ui.lib"    value="true"/>
  -    <property name="seam.debug.lib" value="true"/>
  -    <property name="facelets.lib"   value="true"/>
  -    <property name="richfaces.lib"   value="true"/>
  +	<property name="seam.ui.lib" value="true" />
  +	<property name="seam.debug.lib" value="true" />
  +	<property name="facelets.lib" value="true" />
  +	<property name="richfaces.lib" value="true" />
   
  -    <import file="../build.xml"/>
  +	<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"/>
  -        <!-- Addition libs needed for Tomcat -->
  -        <include name="examples/hibernate2/lib/cglib.jar"/>
  -        <include name="examples/hibernate2/lib/jta.jar"/>
  -        <!--
  -        <include name="examples/hibernate2/lib/mc/*.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" />
  +		<include name="examples/hibernate2/lib/cglib.jar" />
  +		<include name="lib/jta.jar" />
  +		<include name="lib/antlr.jar" />
       </fileset>
   	
   	<fileset id="noejb.war.extras" dir="${resources.dir}">
  
  
  
  1.6       +1 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build-tomcat55.xml	26 Sep 2007 18:40:23 -0000	1.5
  +++ build-tomcat55.xml	27 Sep 2007 10:00:21 -0000	1.6
  @@ -32,12 +32,11 @@
       	<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-ri.jar"/>
       	<include name="lib/el-api.jar" />
  -        <!-- Addition libs needed for Tomcat -->
           <include name="examples/hibernate2/lib/cglib.jar"/>
           <include name="lib/jta.jar"/>
  +    	<include name="lib/antlr.jar" />
           <!--
           <include name="examples/hibernate2/lib/mc/*.jar"/>
           -->
  
  
  



More information about the jboss-cvs-commits mailing list