[jboss-cvs] JBossAS SVN: r57811 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 25 02:10:41 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-25 02:10:38 -0400 (Wed, 25 Oct 2006)
New Revision: 57811

Modified:
   trunk/ejb3/.classpath
Log:
Remove invalid source paths

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2006-10-24 21:12:46 UTC (rev 57810)
+++ trunk/ejb3/.classpath	2006-10-25 06:10:38 UTC (rev 57811)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="docs/tutorial/ssl/src"/>
-	<classpathentry excluding="org/jboss/ejb3/test/clusteredentity/|org/jboss/ejb3/test/clusteredsession/" output="output/eclipse-test-classes" kind="src" path="src/test"/>
+	<classpathentry excluding="org/jboss/ejb3/test/clusteredentity/|org/jboss/ejb3/test/clusteredsession/" kind="src" output="output/eclipse-test-classes" 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"/>
@@ -77,8 +77,8 @@
 	<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="C:/svn/JBossMC/jbossmc/trunk/dependency/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
-	<classpathentry sourcepath="C:/svn/JBossMC/jbossmc/trunk/kernel/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
+	<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"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connector"/>




More information about the jboss-cvs-commits mailing list