User: starksm 
  Date: 01/09/09 00:21:48

  Modified:    .        build.xml
  Log:
  Update web test jars
  
  Revision  Changes    Path
  1.14      +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 2001/09/08 16:57:04     1.13
  +++ build.xml 2001/09/09 07:21:48     1.14
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.13 2001/09/08 16:57:04 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.14 2001/09/09 07:21:48 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1124,10 +1124,12 @@
           <include name="soap-2_2.jar"/>
         </lib>
         <classes dir="${build.classes}">
  +         <include name="org/jboss/test/web/interfaces/**"/>
            <include name="org/jboss/test/web/servlets/**"/>
            <include name="org/jboss/test/web/util/ClassInClasses.class"/>
         </classes>
         <fileset dir="${build.resources}/web">
  +        <include name="restricted/**"/>
           <include name="*.jsp"/>
           <include name="*.html"/>
         </fileset>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to