User: starksm 
  Date: 02/02/21 19:17:40

  Modified:    .        build.xml
  Log:
  Update the notjbosstest.war contents
  
  Revision  Changes    Path
  1.75      +10 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml 21 Feb 2002 09:38:18 -0000      1.74
  +++ build.xml 22 Feb 2002 03:17:40 -0000      1.75
  @@ -27,7 +27,7 @@
   <!--            tests-jmxri-compliance still needs to run over jmxri.jar -->
   <!--            the aim of that test is to check our compliance suite.   -->
   
  -<!-- $Id: build.xml,v 1.74 2002/02/21 09:38:18 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.75 2002/02/22 03:17:40 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1444,6 +1444,15 @@
       <!-- build notjbosstest-web.war -->
       <war warfile="${build.lib}/notjbosstest-web.war"
           webxml="${build.resources}/web/WEB-INF/notjbosstest-web.xml">
  +      <webinf dir="${build.resources}/web/html/other/WEB-INF">
  +        <include name="*"/>
  +      </webinf>
  +      <classes dir="${build.classes}">
  +         <include name="org/jboss/test/web/servlets/SecureServlet.class"/>
  +      </classes>
  +      <fileset dir="${build.resources}/web">
  +        <include name="*.properties"/>
  +      </fileset>
         <fileset dir="${build.resources}/web/html/other">
           <include name="**/*.html"/>
         </fileset>
  
  
  

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

Reply via email to