[jboss-cvs] JBossAS SVN: r64890 - in tags/JBoss_4_0_5_GA_CP07: security and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 27 12:05:21 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-08-27 12:05:21 -0400 (Mon, 27 Aug 2007)
New Revision: 64890

Modified:
   tags/JBoss_4_0_5_GA_CP07/j2ee/.classpath
   tags/JBoss_4_0_5_GA_CP07/security/.classpath
Log:
fix classpath

Modified: tags/JBoss_4_0_5_GA_CP07/j2ee/.classpath
===================================================================
--- tags/JBoss_4_0_5_GA_CP07/j2ee/.classpath	2007-08-27 14:32:27 UTC (rev 64889)
+++ tags/JBoss_4_0_5_GA_CP07/j2ee/.classpath	2007-08-27 16:05:21 UTC (rev 64890)
@@ -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: tags/JBoss_4_0_5_GA_CP07/security/.classpath
===================================================================
--- tags/JBoss_4_0_5_GA_CP07/security/.classpath	2007-08-27 14:32:27 UTC (rev 64889)
+++ tags/JBoss_4_0_5_GA_CP07/security/.classpath	2007-08-27 16:05:21 UTC (rev 64890)
@@ -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,7 @@
 	<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/jbossws14/lib/jboss-saaj.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