Author: jstrachan
Date: Fri Aug 18 01:35:20 2006
New Revision: 432519

URL: http://svn.apache.org/viewvc?rev=432519&view=rev
Log:
added snippet macro tags for the wiki

Modified:
    
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave2.xml

Modified: 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave2.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave2.xml?rev=432519&r1=432518&r2=432519&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave2.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave2.xml
 Fri Aug 18 01:35:20 2006
@@ -18,6 +18,7 @@
 <beans>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
+  <!-- START SNIPPET: example -->
   <broker brokerName="slave" persistent="false" useJmx="false"  
deleteAllMessagesOnStartup="true"  xmlns="http://activemq.org/config/1.0";>
   
     <transportConnectors>
@@ -32,5 +33,6 @@
       <kahaPersistenceAdapter dir = "${basedir}/target/activemq-data/slave"/>
     </persistenceAdapter>
   </broker>
+  <!-- END SNIPPET: example -->
 
 </beans>


Reply via email to