You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/03/15 15:17:49 UTC

svn commit: r518636 - /activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties

Author: jstrachan
Date: Thu Mar 15 07:17:48 2007
New Revision: 518636

URL: http://svn.apache.org/viewvc?view=rev&rev=518636
Log:
added snippet macro...

Modified:
    activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties

Modified: activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties?view=diff&rev=518636&r1=518635&r2=518636
==============================================================================
--- activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties (original)
+++ activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/config/broker.properties Thu Mar 15 07:17:48 2007
@@ -1,3 +1,5 @@
+# START SNIPPET: example
 useJmx = false
 persistent = false
-brokerName = Cheese
\ No newline at end of file
+brokerName = Cheese
+# END SNIPPET: example
\ No newline at end of file