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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 11 12:41:03 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-04-11 12:41:03 -0400 (Wed, 11 Apr 2007)
New Revision: 62263

Modified:
   trunk/ejb3/build.xml
Log:
add the security spi to classpath

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2007-04-11 16:33:51 UTC (rev 62262)
+++ trunk/ejb3/build.xml	2007-04-11 16:41:03 UTC (rev 62263)
@@ -131,6 +131,7 @@
          <path refid="jboss.naming.classpath"/>
          <path refid="jboss.transaction.classpath"/>
          <path refid="jboss.security.classpath"/>
+         <path refid="jboss.security.spi.classpath"/>
          <path refid="jboss.server.classpath"/>
          <path refid="jboss.mq.classpath"/>
          <path refid="jboss.jca.classpath"/>




More information about the jboss-cvs-commits mailing list