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

Norman Richards norman.richards at jboss.com
Thu Oct 11 19:33:10 EDT 2007


  User: nrichards
  Date: 07/10/11 19:33:10

  Modified:    examples/itext  build.xml
  Log:
  JBSEAM-2069
  
  Revision  Changes    Path
  1.8       +9 -0      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	6 Sep 2007 17:18:46 -0000	1.7
  +++ build.xml	11 Oct 2007 23:33:10 -0000	1.8
  @@ -20,5 +20,14 @@
           <include name="*.keystore"/>
       </fileset>
   
  +    <path id="test.classpath.extras">
  +        <fileset refid="seam.pdf.jar" />
  +    </path>
  +
  +    <path id="build.classpath.extras">
  +        <fileset refid="seam.pdf.jar" />
  +    </path>
  +                 
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list