User: starksm 
  Date: 02/03/14 11:13:19

  Modified:    .        build.xml
  Log:
  Include the custom interceptors in the srp jar
  
  Revision  Changes    Path
  1.91      +2 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- build.xml 13 Mar 2002 03:23:14 -0000      1.90
  +++ build.xml 14 Mar 2002 19:13:17 -0000      1.91
  @@ -28,7 +28,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.90 2002/03/13 03:23:14 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.91 2002/03/14 19:13:17 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1819,6 +1819,7 @@
         <metainf dir="${build.resources}/security-srp/service-inf" />
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/security/service/**"/>
  +        <include name="org/jboss/test/security/interceptors/**"/>
         </fileset>
         <fileset dir="${build.resources}/security-srp">
           <include name="users.properties"/>
  
  
  

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

Reply via email to