[jboss-cvs] jbosstest ...

Stan Silvert ssilvert at jboss.com
Wed Jul 19 17:28:44 EDT 2006


  User: ssilvert
  Date: 06/07/19 17:28:44

  Modified:    jbosstest  build.xml
  Log:
  Updated JSF and JSTL version.  Added test for JSF and JSTL integration.
  
  Revision  Changes    Path
  1.586     +2 -1      jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.585
  retrieving revision 1.586
  diff -u -b -r1.585 -r1.586
  --- build.xml	19 Jul 2006 20:02:33 -0000	1.585
  +++ build.xml	19 Jul 2006 21:28:44 -0000	1.586
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.585 2006/07/19 20:02:33 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.586 2006/07/19 21:28:44 ssilvert Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -103,6 +103,7 @@
         <path refid="retrotranslator.retrotranslator.classpath"/>
         <path refid="sun.jaf.classpath"/>
         <path refid="sun.javamail.classpath"/>
  +      <path refid="sun.jsf.classpath"/>
         <path refid="sun.servlet.classpath"/>
         <path refid="sun.xacml.classpath"/>
         <path refid="trove.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list