[jboss-cvs] jboss-aspects ...

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


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

  Modified:    jboss-aspects  build.xml
  Log:
  Add missing SecurityActions inner classes to client jar
  
  Revision  Changes    Path
  1.59      +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.58
  retrieving revision 1.59
  diff -u -b -r1.58 -r1.59
  --- build.xml	5 Jul 2006 14:25:52 -0000	1.58
  +++ build.xml	13 Jul 2006 09:29:52 -0000	1.59
  @@ -5,7 +5,7 @@
      <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.58 2006/07/05 14:25:52 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.59 2006/07/13 09:29:52 kkhan Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -361,7 +361,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