[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Mon Mar 5 21:26:15 EST 2007


  User: tokada  
  Date: 07/03/05 21:26:15

  Modified:    examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +5 -5      jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- jboss-aop.xml	27 Feb 2007 06:04:21 -0000	1.1.2.2
  +++ jboss-aop.xml	6 Mar 2007 02:26:15 -0000	1.1.2.3
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE aop PUBLIC "-//JBoss//DTD JBOSS AOP 1.0//EN" "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
   
   <aop>
  @@ -14,8 +14,8 @@
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  -      <attribute name="CollectorPoolSize">1</attribute>
         <attribute name="CollectorQueueSize">10000</attribute>
  +      <attribute name="CollectorPoolSize">10</attribute>
         -->
       </interceptor>
       <interceptor name="ConcurrentAopInterceptor"
  @@ -26,8 +26,8 @@
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  -      <attribute name="CollectorPoolSize">1</attribute>
         <attribute name="CollectorQueueSize">10000</attribute>
  +      <attribute name="CollectorPoolSize">10</attribute>
         -->
       </interceptor>
       <interceptor name="MemoryAopInterceptor"
  @@ -38,8 +38,8 @@
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  -      <attribute name="CollectorPoolSize">1</attribute>
         <attribute name="CollectorQueueSize">10000</attribute>
  +      <attribute name="CollectorPoolSize">10</attribute>
         -->
       </interceptor>
     </stack>
  @@ -52,8 +52,8 @@
       </attribute>
       <attribute name="Category">Beans</attribute>
       <!--
  -    <attribute name="CollectorPoolSize">1</attribute>
       <attribute name="CollectorQueueSize">10000</attribute>
  +      <attribute name="CollectorPoolSize">10</attribute>
       -->
     </interceptor>
     
  
  
  



More information about the jboss-cvs-commits mailing list