[hornetq-commits] JBoss hornetq SVN: r9661 - branches/Branch_2_1.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 9 02:56:01 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-09-09 02:56:01 -0400 (Thu, 09 Sep 2010)
New Revision: 9661

Modified:
   branches/Branch_2_1/build-hornetq.xml
Log:
EAP doesn't want the twitter example (not until 2.2 at least), removing it from the list

Modified: branches/Branch_2_1/build-hornetq.xml
===================================================================
--- branches/Branch_2_1/build-hornetq.xml	2010-09-09 06:48:25 UTC (rev 9660)
+++ branches/Branch_2_1/build-hornetq.xml	2010-09-09 06:56:01 UTC (rev 9661)
@@ -1282,7 +1282,7 @@
    	   
    	
    	  <copy todir="${build.dir}/eap-examples-tmp">
-   	  	  <fileset dir="${examples.dir}" excludes="**/build.sh,**/build.bat"/>
+   	  	  <fileset dir="${examples.dir}" excludes="**/build.sh,**/build.bat, **/twitter-connector/**"/>
    	  </copy>
    	
    	  <copy todir="${build.dir}/eap-examples-tmp" overwrite="true">



More information about the hornetq-commits mailing list