[jboss-cvs] JBossAS SVN: r64925 - in branches/JBoss_4_0_5_GA_CP: security and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 28 15:33:12 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-08-28 15:33:11 -0400 (Tue, 28 Aug 2007)
New Revision: 64925

Modified:
   branches/JBoss_4_0_5_GA_CP/j2ee/.classpath
   branches/JBoss_4_0_5_GA_CP/security/.classpath
Log:
fix eclipse classpath

Modified: branches/JBoss_4_0_5_GA_CP/j2ee/.classpath
===================================================================
--- branches/JBoss_4_0_5_GA_CP/j2ee/.classpath	2007-08-28 19:32:16 UTC (rev 64924)
+++ branches/JBoss_4_0_5_GA_CP/j2ee/.classpath	2007-08-28 19:33:11 UTC (rev 64925)
@@ -6,5 +6,6 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jaf/lib/activation.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/namespace.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/JBoss_4_0_5_GA_CP/security/.classpath
===================================================================
--- branches/JBoss_4_0_5_GA_CP/security/.classpath	2007-08-28 19:32:16 UTC (rev 64924)
+++ branches/JBoss_4_0_5_GA_CP/security/.classpath	2007-08-28 19:33:11 UTC (rev 64925)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
-	<classpathentry output="output/eclipse-test-classes" kind="src" path="src/tests"/>
+	<classpathentry kind="src" output="output/eclipse-test-classes" path="src/tests"/>
 	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="src" path="/j2ee"/>
@@ -18,5 +18,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/system"/>
 	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/namespace.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list