Author: jmesnil
Date: 2009-12-07 11:38:47 -0500 (Mon, 07 Dec 2009)
New Revision: 8610
Modified:
trunk/build-hornetq.xml
Log:
HORNETQ-186: fill in Javadocs for core API
* added org.hornetq.core.exception to the API javadoc
Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml 2009-12-07 16:31:21 UTC (rev 8609)
+++ trunk/build-hornetq.xml 2009-12-07 16:38:47 UTC (rev 8610)
@@ -1011,6 +1011,7 @@
<packageset dir="${src.main.dir}"
defaultexcludes="false">
<include name="org/hornetq/core/config"/>
<include name="org/hornetq/core/client"/>
+ <include name="org/hornetq/core/exception"/>
<include name="org/hornetq/core/remoting"/>
<include name="org/hornetq/core/management"/>
<include name="org/hornetq/jms"/>
@@ -1021,7 +1022,7 @@
<classpath refid="javadoc.classpath"/>
<doctitle><![CDATA[<h2>HornetQ
${module.version}</h2>]]></doctitle>
<bottom><![CDATA[<i>Copyright © 2009 Red Hat Inc. All
Rights Reserved.</i>]]></bottom>
- <group title="HornetQ Core API"
packages="org.hornetq.core.client, org.hornetq.core.config,
org.hornetq.core.remoting, org.hornetq.utils"/>
+ <group title="HornetQ Core API"
packages="org.hornetq.core.client, org.hornetq.core.config,
org.hornetq.core.exception, org.hornetq.core.remoting, org.hornetq.utils"/>
<group title="HornetQ Management API"
packages="org.hornetq.core.management"/>
<group title="JMS Facade" packages="org.hornetq.jms,
org.hornetq.jms.client"/>
<group title="JMS Management API"
packages="org.hornetq.jms.server.management"/>
Show replies by date