[jboss-cvs] jboss-seam ...

Stan Silvert ssilvert at jboss.com
Wed Aug 9 16:30:07 EDT 2006


  User: ssilvert
  Date: 06/08/09 16:30:07

  Modified:    jboss-seam  build.xml
  Log:
  Add support for action params.  See http://jira.jboss.com/jira/browse/JBSEAM-329
  
  Revision  Changes    Path
  1.88      +1 -0      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -b -r1.87 -r1.88
  --- build.xml	14 Jul 2006 21:00:29 -0000	1.87
  +++ build.xml	9 Aug 2006 20:30:07 -0000	1.88
  @@ -75,6 +75,7 @@
           description="compile-time dependencies">
           <include name="lib/*.jar"/>
       	<include name="drools/lib/*.jar"/>
  +      <include name="facelets/lib/*.jar"/>
       </fileset>
       
       <fileset id="seam.jar" 
  
  
  



More information about the jboss-cvs-commits mailing list