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>