[Jboss-cvs] JBossAS SVN: r56668 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 8 15:27:26 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-09-08 15:27:25 -0400 (Fri, 08 Sep 2006)
New Revision: 56668

Modified:
   trunk/ejb3/.classpath
Log:
SECURITY-1:fix eclipse build

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2006-09-08 19:24:33 UTC (rev 56667)
+++ trunk/ejb3/.classpath	2006-09-08 19:27:25 UTC (rev 56668)
@@ -2,7 +2,6 @@
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="docs/tutorial/ssl/src"/>
-	<classpathentry output="output/eclipse-test-classes" kind="src" path="src/test"/>
 	<classpathentry kind="src" path="docs/embedded-tutorial/advanced-deployment/archive/src"/>
 	<classpathentry kind="src" path="docs/embedded-tutorial/advanced-deployment/archive-by-resource/src"/>
 	<classpathentry kind="src" path="docs/embedded-tutorial/advanced-deployment/deploy-dir/src"/>
@@ -51,7 +50,6 @@
 	<classpathentry kind="src" path="/aop"/>
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
-	<classpathentry kind="src" path="/security"/>
 	<classpathentry kind="src" path="/system"/>
 	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
@@ -77,7 +75,7 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
-	<classpathentry sourcepath="/dependency/src" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar" sourcepath="/dependency/src"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/quartz/lib/quartz-all-1.5.2.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
@@ -87,5 +85,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jacorb/lib/jacorb.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/testsuite/output/eclipse-classes"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list