[jboss-cvs] JBossAS SVN: r62274 - trunk/jbossas/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 11 12:47:43 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-04-11 12:47:43 -0400 (Wed, 11 Apr 2007)
New Revision: 62274

Modified:
   trunk/jbossas/remoting/build.xml
Log:
add security spi to classpath

Modified: trunk/jbossas/remoting/build.xml
===================================================================
--- trunk/jbossas/remoting/build.xml	2007-04-11 16:47:37 UTC (rev 62273)
+++ trunk/jbossas/remoting/build.xml	2007-04-11 16:47:43 UTC (rev 62274)
@@ -95,6 +95,7 @@
          <path refid="jboss.j2se.classpath"/>
          <path refid="jboss.aop.classpath"/>
          <path refid="jboss.security.classpath"/>
+         <path refid="jboss.security.spi.classpath"/>
       </path>
 
       <!-- ===== -->




More information about the jboss-cvs-commits mailing list