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

Michael Yuan michael.yuan at jboss.com
Thu Dec 7 16:04:40 EST 2006


  User: myuan   
  Date: 06/12/07 16:04:40

  Modified:    examples/glassfish  build.xml
  Log:
  move libs and use s:selectDate
  
  Revision  Changes    Path
  1.4       +5 -3      jboss-seam/examples/glassfish/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	1 Dec 2006 20:40:52 -0000	1.3
  +++ build.xml	7 Dec 2006 21:04:40 -0000	1.4
  @@ -72,14 +72,14 @@
           <include name="navigation.xml" />
           <include name="components.xml" />
         </webinf>
  +      <lib dir="${lib}">
  +        <include name="jsf-facelets.jar" />
  +      </lib>
         <lib dir="${seamlib}">
           <include name="jboss-seam-ui.jar" />
           <include name="jboss-seam-debug.jar" />
         </lib>
         <lib dir="${applib}">
  -        <include name="el-api.jar" />
  -        <include name="el-ri.jar" />
  -        <include name="jsf-facelets.jar" />
           <include name="ajax4jsf.jar" />
           <include name="oscache-2.3.2.jar" />
         </lib>
  @@ -94,6 +94,8 @@
         appxml="${resources}/META-INF/application.xml">
         
         <fileset dir="${lib}">
  +        <include name="el-api.jar" />
  +        <include name="el-ri.jar" />
           <include name="thirdparty-all.jar" />
           <include name="commons-digester-*.jar" />
           <include name="commons-beanutils-*.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list