[jboss-cvs] jboss-aop ...

Thomas Diesler thomas.diesler at jboss.com
Thu Jul 13 05:53:22 EDT 2006


  User: tdiesler
  Date: 06/07/13 05:53:22

  Modified:    jboss-aop  build.xml
  Log:
  Fix missing innerclasses from SecurityAction in jboss-aop-jdk50-client.jar
  
  Revision  Changes    Path
  1.154     +9 -9      jboss-aop/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/build.xml,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -b -r1.153 -r1.154
  --- build.xml	12 Jul 2006 09:18:13 -0000	1.153
  +++ build.xml	13 Jul 2006 09:53:22 -0000	1.154
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.153 2006/07/12 09:18:13 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.154 2006/07/13 09:53:22 tdiesler Exp $ -->
   
   <project default="main" name="JBoss/AOP">
   
  @@ -452,10 +452,10 @@
               <include name="org/jboss/aop/proxy/Proxy.class"/>
               <include name="org/jboss/aop/proxy/ProxyFactory.class"/>
               <include name="org/jboss/aop/proxy/ProxyMixin.class"/>
  -            <include name="org/jboss/aop/util/SecurityActions.class*"/>
  -            <include name="org/jboss/aop/util/Marshalled*.class*"/>
  -            <include name="org/jboss/aop/util/MethodHashing*.class*"/>
  -            <include name="org/jboss/aop/util/PayloadKey*.class*"/>
  +            <include name="org/jboss/aop/util/SecurityActions*.class"/>
  +            <include name="org/jboss/aop/util/Marshalled*.class"/>
  +            <include name="org/jboss/aop/util/MethodHashing*.class"/>
  +            <include name="org/jboss/aop/util/PayloadKey*.class"/>
            </fileset>
            <!--<fileset dir="${build15.classes}">
               <include name="org/jboss/aop/*.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list