[hornetq-commits] JBoss hornetq SVN: r7832 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 20 12:30:31 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-20 12:30:30 -0400 (Thu, 20 Aug 2009)
New Revision: 7832

Modified:
   trunk/build-hornetq.xml
Log:
fixing javadoc build

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-08-20 16:14:32 UTC (rev 7831)
+++ trunk/build-hornetq.xml	2009-08-20 16:30:30 UTC (rev 7832)
@@ -903,7 +903,7 @@
                windowtitle="HornetQ ${module.version}">
 
          <packageset dir="${src.main.dir}" defaultexcludes="yes">
-            <include name="org/jboss/**"/>
+            <include name="org/hornetq/**"/>
          </packageset>
          <classpath refid="javadoc.classpath"/>
          <doctitle><![CDATA[<h2>HornetQ  ${module.version}</h2>]]></doctitle>



More information about the hornetq-commits mailing list