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

Michael Yuan michael.yuan at jboss.com
Fri Jun 8 00:20:15 EDT 2007


  User: myuan   
  Date: 07/06/08 00:20:15

  Modified:    examples/hibernate2  build.xml
  Log:
  Fix the borken XHTMl pages and use RI in web.xml
  
  Revision  Changes    Path
  1.13      +3 -5      jboss-seam/examples/hibernate2/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	27 Mar 2007 00:29:15 -0000	1.12
  +++ build.xml	8 Jun 2007 04:20:15 -0000	1.13
  @@ -90,13 +90,12 @@
         <lib dir="${lib}">
           <include name="ajax4jsf*.jar" />
           <include name="oscache-2.3.2.jar" />
  -        <include name="el-api.jar" />
  -        <include name="el-ri.jar" />
  +        <include name="jboss-el.jar" />
           <include name="jsf-facelets.jar" />
  +        <include name="commons*.jar" />
           <!-- do not need the following jars for 4.0.4 and 4.0.5
           <include name="myfaces-api-1.1.4.jar" />
           <include name="myfaces-impl-1.1.4.jar" />
  -        <include name="commons*.jar" />
           -->
         </lib>
         <lib dir="${build.jars}">
  @@ -311,8 +310,7 @@
           <include name="jboss-seam-debug.jar" />
         </lib>
         <lib dir="${lib}">
  -        <include name="el-api.jar" />
  -        <include name="el-ri.jar" />
  +        <include name="jboss-el.jar" />
           <include name="ajax4jsf*.jar" />
           <include name="oscache*.jar" />
           <include name="jsf-facelets.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list