Author: chirino
Date: Fri Dec 17 21:39:53 2010
New Revision: 1050496
URL: http://svn.apache.org/viewvc?rev=1050496&view=rev
Log:
Fixing doco order to make more sense.
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1050496&r1=1050495&r2=1050496&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
Fri Dec 17 21:39:53 2010
@@ -445,8 +445,8 @@ resources. An example of `acl` is shown
{pygmentize:: xml}
<acl>
- <send allow="*"/>
<send deny="guest"/>
+ <send allow="*"/>
<receive allow="app1"/>
</acl>
{pygmentize}
@@ -469,8 +469,8 @@ definition. Example:
{pygmentize:: xml}
<acl>
- <send allow="*"/>
<send deny="chirino" kind="org.apache.activemq.jaas.UserPrincipal"/>
+ <send allow="*"/>
</acl>
{pygmentize}