[jboss-cvs] JBoss Messaging SVN: r7239 - trunk/examples/jms/embedded.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 8 04:26:21 EDT 2009


Author: ataylor
Date: 2009-06-08 04:26:21 -0400 (Mon, 08 Jun 2009)
New Revision: 7239

Modified:
   trunk/examples/jms/embedded/build.xml
Log:
fixed example

Modified: trunk/examples/jms/embedded/build.xml
===================================================================
--- trunk/examples/jms/embedded/build.xml	2009-06-08 08:14:13 UTC (rev 7238)
+++ trunk/examples/jms/embedded/build.xml	2009-06-08 08:26:21 UTC (rev 7239)
@@ -40,7 +40,8 @@
 	  </fileset>
 	 	
 	  <fileset dir="${jars.dir}">
-	       <include name="jboss/jboss-javaee/lib/jboss-javaee.jar"/>
+	     <include name="**/jboss-javaee.jar"/>
+        <include name="**/jbm-jms-api.jar"/>
 	  </fileset>
 
    	  <pathelement location="${classes.dir}"/>	   	




More information about the jboss-cvs-commits mailing list