[jboss-cvs] jboss-aspects ...

Kabir Khan kkhan at jboss.com
Thu Jul 13 05:29:39 EDT 2006


  User: kkhan   
  Date: 06/07/13 05:29:39

  Modified:    jboss-aspects  Tag: Branch_4_0 build.xml
  Log:
  Add missing SecurityActions inner classes to client jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.27 +2 -2      jboss-aspects/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aspects/build.xml,v
  retrieving revision 1.13.2.26
  retrieving revision 1.13.2.27
  diff -u -b -r1.13.2.26 -r1.13.2.27
  --- build.xml	5 Jul 2006 14:23:38 -0000	1.13.2.26
  +++ build.xml	13 Jul 2006 09:29:39 -0000	1.13.2.27
  @@ -5,7 +5,7 @@
      <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.13.2.26 2006/07/05 14:23:38 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.13.2.27 2006/07/13 09:29:39 kkhan Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -348,7 +348,7 @@
               <include name="org/jboss/aspects/remoting/PojiProxy.class"/>
               <include name="org/jboss/aspects/tx/ClientTxPropagationInterceptor.class"/>
               <include name="org/jboss/aspects/security/SecurityClientInterceptor.class"/>
  -            <include name="org/jboss/aspects/security/SecurityActions.class"/>
  +            <include name="org/jboss/aspects/security/SecurityActions*.class"/>
            </fileset>
            <fileset dir="${build15.classes}">
               <include name="org/jboss/aspects/asynch/AsynchExecutor.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list