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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 5 12:11:47 EST 2010


Author: jmesnil
Date: 2010-01-05 12:11:47 -0500 (Tue, 05 Jan 2010)
New Revision: 8719

Modified:
   trunk/build-hornetq.xml
Log:
HORNETQ-258: Public vs. Private API

* added missing spi packages to hornetq-core.jar

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2010-01-05 17:01:16 UTC (rev 8718)
+++ trunk/build-hornetq.xml	2010-01-05 17:11:47 UTC (rev 8719)
@@ -409,6 +409,7 @@
          <include name="**/hornetq/api/*.java"/>
          <include name="**/hornetq/api/core/**/*.java"/>
          <include name="**/hornetq/core/**/*.java"/>
+         <include name="**/hornetq/spi/**/*.java"/>
          <include name="**/hornetq/utils/**/*.java"/>
       	 <classpath refid="core.compilation.classpath"/>
       </javac>



More information about the hornetq-commits mailing list