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

Norman Richards norman.richards at jboss.com
Wed Jul 4 15:07:03 EDT 2007


  User: nrichards
  Date: 07/07/04 15:07:03

  Modified:    examples/itext  build.xml
  Log:
  use rich faces
  
  Revision  Changes    Path
  1.6       +2 -2      jboss-seam/examples/itext/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	29 Jun 2007 01:09:19 -0000	1.5
  +++ build.xml	4 Jul 2007 19:07:03 -0000	1.6
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
   
   <project name="itext" default="deploy" basedir=".">
  -
       <!-- Example name -->
       <property name="Name"                   value="iText PDF document example"/>
       <property name="example.name"           value="jboss-seam-itext"/>
  @@ -12,6 +11,7 @@
       <property name="seam.debug.lib"  value="yes"/>
       <property name="facelets.lib"    value="yes"/>
       <property name="ajax4jsf.lib"   value="yes"/>
  +    <property name="richfaces.lib"   value="yes"/>
   
       <import file="../build.xml"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list