[jboss-cvs] JBossAS SVN: r63840 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 5 12:43:03 EDT 2007


Author: bdecoste
Date: 2007-07-05 12:43:03 -0400 (Thu, 05 Jul 2007)
New Revision: 63840

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
[EJBTHREE-997] impl and test for security-role-ref

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-07-05 16:17:08 UTC (rev 63839)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-07-05 16:43:03 UTC (rev 63840)
@@ -2663,6 +2663,9 @@
             <include name="roles.properties"/>
             <include name="security-spec.sar"/>
          </fileset>
+         <fileset dir="${resources}/test/security">
+            <include name="META-INF/ejb-jar.xml"/>
+         </fileset>
       </jar>
 
       <jar jarfile="${build.lib}/timer-runas-security.jar">




More information about the jboss-cvs-commits mailing list