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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 15:49:01 EST 2007


Author: adrian at jboss.org
Date: 2007-11-15 15:49:01 -0500 (Thu, 15 Nov 2007)
New Revision: 67149

Modified:
   trunk/ejb3/build-test.xml
Log:
Add the missing remote interface to the test

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-11-15 19:13:12 UTC (rev 67148)
+++ trunk/ejb3/build-test.xml	2007-11-15 20:49:01 UTC (rev 67149)
@@ -1345,6 +1345,7 @@
       <jar jarfile="${build.lib}/globalReference-ejb3.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/reference21_30/GlobalSession30Bean.class"/>
+            <include name="org/jboss/ejb3/test/reference21_30/Session30RemoteBusiness.class"/>
             <include name="org/jboss/ejb3/test/reference21_30/Session30.class"/>
          </fileset>
       </jar>




More information about the jboss-cvs-commits mailing list