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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 15 23:37:34 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-15 23:37:34 -0400 (Tue, 15 May 2007)
New Revision: 63086

Modified:
   trunk/ejb3/.classpath
   trunk/ejb3/build.xml
Log:
security

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2007-05-16 03:37:04 UTC (rev 63085)
+++ trunk/ejb3/.classpath	2007-05-16 03:37:34 UTC (rev 63086)
@@ -52,6 +52,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/mbeans"/>
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar" sourcepath="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2007-05-16 03:37:04 UTC (rev 63085)
+++ trunk/ejb3/build.xml	2007-05-16 03:37:34 UTC (rev 63086)
@@ -94,6 +94,7 @@
          <path refid="jboss.remoting.classpath"/>
          <path refid="apache.logging.classpath"/>
          <path refid="jboss.security.spi.classpath"/>
+         <path refid="jboss.security.int.classpath"/>
          <path refid="jboss.serialization.classpath"/>
          <path refid="jboss.microcontainer.classpath"/>
          <path refid="jboss.jboss.vfs.classpath"/>
@@ -132,6 +133,7 @@
          <path refid="jboss.transaction.classpath"/>
          <path refid="jboss.security.classpath"/>
          <path refid="jboss.security.spi.classpath"/>
+         <path refid="jboss.security.int.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