[jboss-cvs] JBossCache/etc/META-INF ...

Brian Stansberry brian.stansberry at jboss.com
Tue Jun 5 21:52:24 EDT 2007


  User: bstansberry
  Date: 07/06/05 21:52:24

  Modified:    etc/META-INF   pojocache-passivation-service2.xml
                        pojocache-passivation-service.xml
  Log:
  Fix comments and attribute name
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/etc/META-INF/pojocache-passivation-service2.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service2.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pojocache-passivation-service2.xml	24 May 2007 03:49:31 -0000	1.2
  +++ pojocache-passivation-service2.xml	6 Jun 2007 01:52:24 -0000	1.3
  @@ -159,8 +159,8 @@
            </config>
         </attribute>
   
  -      <!-- New 1.3.x cache loader config block -->
  -      <attribute name="CacheLoaderConfiguration">
  +      <!-- Cache Loader configuration block -->
  +      <attribute name="CacheLoaderConfig">
            <config>
               <!-- if passivation is true, only the first cache loader is used; the rest are ignored -->
               <passivation>true</passivation>
  
  
  
  1.10      +2 -2      JBossCache/etc/META-INF/pojocache-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pojocache-passivation-service.xml	24 May 2007 03:49:31 -0000	1.9
  +++ pojocache-passivation-service.xml	6 Jun 2007 01:52:24 -0000	1.10
  @@ -159,8 +159,8 @@
            </config>
         </attribute>
   
  -      <!-- New 1.3.x cache loader config block -->
  -      <attribute name="CacheLoaderConfiguration">
  +      <!-- Cache Loader configuration block -->
  +      <attribute name="CacheLoaderConfig">
            <config>
               <!-- if passivation is true, only the first cache loader is used; the rest are ignored -->
               <passivation>true</passivation>
  
  
  



More information about the jboss-cvs-commits mailing list