[jboss-cvs] JBossAS SVN: r72750 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 26 11:30:20 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-04-26 11:30:20 -0400 (Sat, 26 Apr 2008)
New Revision: 72750

Modified:
   trunk/ejb3/build.xml
Log:
include the clientmodule classes in the jboss-appclient.jar

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2008-04-26 05:04:57 UTC (rev 72749)
+++ trunk/ejb3/build.xml	2008-04-26 15:30:20 UTC (rev 72750)
@@ -294,6 +294,7 @@
       <jar jarfile="${build.lib}/jboss-appclient.jar" manifest="${build.etc}/default.mf">
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/client/**"/>
+            <include name="org/jboss/ejb3/clientmodule/**"/>
          </fileset>
       </jar>
       <!-- jboss-ejb3-iiop.jar -->




More information about the jboss-cvs-commits mailing list