[jbosscache-commits] JBoss Cache SVN: r8270 - enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Oct 22 01:33:13 EDT 2009


Author: laubai
Date: 2009-10-22 01:33:13 -0400 (Thu, 22 Oct 2009)
New Revision: 8270

Modified:
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/deployment.xml
Log:
Added changes for brew build.

Modified: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml	2009-10-22 05:32:25 UTC (rev 8269)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml	2009-10-22 05:33:13 UTC (rev 8270)
@@ -8,15 +8,15 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0</revnumber>
-				<date></date>
+				<date>Thu Oct 22 2009</date>
 				<author>
-					<firstname></firstname>
-					<surname></surname>
-					<email></email>
+					<firstname>Laura</firstname>
+					<surname>Bailey</surname>
+					<email>lbailey at redhat.com</email>
 				</author>
 				<revdescription>
 					<simplelist>
-						<member></member>
+						<member>Initial draft.</member>
 					</simplelist>
 				</revdescription>
 			</revision>

Modified: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml	2009-10-22 05:32:25 UTC (rev 8269)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml	2009-10-22 05:33:13 UTC (rev 8270)
@@ -199,16 +199,19 @@
    -->
    <!--
    <customInterceptors>
-      <interceptor position="first" class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor">
+      <interceptor position="first" 
+        class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor">
          <property name="attrOne" value="value1" />
          <property name="attrTwo" value="value2" />
       </interceptor>
-      <interceptor position="last" class="org.jboss.cache.config.parsing.custominterceptors.BbbCustomInterceptor"/>
-      <interceptor index="3" class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor"/>
+      <interceptor position="last" 
+        class="org.jboss.cache.config.parsing.custominterceptors.BbbCustomInterceptor"/>
+      <interceptor index="3" 
+        class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor"/>
       <interceptor before="org.jboss.cache.interceptors.CallInterceptor"
-                   class="org.jboss.cache.config.parsing.custominterceptors.BbbCustomInterceptor"/>
+        class="org.jboss.cache.config.parsing.custominterceptors.BbbCustomInterceptor"/>
       <interceptor after="org.jboss.cache.interceptors.CallInterceptor"
-                   class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor"/>
+        class="org.jboss.cache.config.parsing.custominterceptors.AaaCustomInterceptor"/>
    </customInterceptors>
    -->
 </jbosscache>

Modified: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/deployment.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/deployment.xml	2009-10-22 05:32:25 UTC (rev 8269)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/deployment.xml	2009-10-22 05:33:13 UTC (rev 8270)
@@ -363,9 +363,10 @@
     
    <bean name="ExampleCache" class="org.jboss.cache.jmx.CacheJmxWrapper">
       
-      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=ExampleTreeCache", 
-                         exposedInterface=org.jboss.cache.jmx.CacheJmxWrapperMBean.class, 
-                         registerDirectly=true)</annotation>
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX
+        (name="jboss.cache:service=ExampleTreeCache", 
+        exposedInterface=org.jboss.cache.jmx.CacheJmxWrapperMBean.class, 
+        registerDirectly=true)</annotation>
       
       <constructor>
           <parameter><inject bean="ExampleCacheConfig"/></parameter>



More information about the jbosscache-commits mailing list