Author: ataylor
Date: 2010-01-07 06:42:52 -0500 (Thu, 07 Jan 2010)
New Revision: 8763
Modified:
trunk/docs/user-manual/en/architecture.xml
Log:
doc fix
Modified: trunk/docs/user-manual/en/architecture.xml
===================================================================
--- trunk/docs/user-manual/en/architecture.xml 2010-01-07 11:30:12 UTC (rev 8762)
+++ trunk/docs/user-manual/en/architecture.xml 2010-01-07 11:42:52 UTC (rev 8763)
@@ -23,8 +23,9 @@
<title>Core Architecture</title>
<para>HornetQ core is designed simply as set of Plain Old Java Objects
(POJOs).</para>
<para>We've also designed it to have as few dependencies on external
jars as possible. In
- fact, HornetQ core has <emphasis
role="italic">zero</emphasis> dependencies on any jars
- other than the standard JDK classes!</para>
+ fact, HornetQ core has only one jar dependency, netty.jar,
+ other than the standard JDK classes! This is because we use some of the netty
buffer classes
+ internally.</para>
<para>This allows HornetQ to be easily embedded in your own project, or
instantiated in any
dependency injection framework such as JBoss Microcontainer, Spring or
Google
Guice.</para>