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

Dan Allen dan.j.allen at gmail.com
Tue Jan 8 13:07:46 EST 2008


  User: dallen  
  Date: 08/01/08 13:07:46

  Modified:    examples/mail  build.xml
  Log:
  add test that verifies DocumentData is handled correctly
  cannot use Renderer approach since PDF components aren't handled in mock environment
  
  Revision  Changes    Path
  1.14      +5 -0      jboss-seam/examples/mail/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build.xml	11 Oct 2007 13:43:35 -0000	1.13
  +++ build.xml	8 Jan 2008 18:07:46 -0000	1.14
  @@ -28,5 +28,10 @@
         <path location="${lib.dir}/jboss-seam-ui.jar" />
       </path>
   
  +    <path id="build.classpath.extras">
  +      <path location="${lib.dir}/jboss-seam-mail.jar" />
  +      <path location="${lib.dir}/jboss-seam-pdf.jar" />
  +    </path>
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list