[jboss-cvs] JBossAS SVN: r69831 - branches/JBPAPP_4_2_0_GA_CP/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 14:49:48 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-02-13 14:49:48 -0500 (Wed, 13 Feb 2008)
New Revision: 69831

Modified:
   branches/JBPAPP_4_2_0_GA_CP/server/.classpath
Log:
[JBPAPP-546] Fixed incorrect Eclipse classpath entries for JBoss WS and removed classpath entries for non existent gjt-jpl-util.

Modified: branches/JBPAPP_4_2_0_GA_CP/server/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-02-13 19:47:34 UTC (rev 69830)
+++ branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-02-13 19:49:48 UTC (rev 69831)
@@ -11,8 +11,6 @@
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-bcel/lib/bcel.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/gjt-jpl-util/lib/jpl-pattern.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/gjt-jpl-util/lib/jpl-util.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/gnu-getopt/lib/getopt.jar"/>
@@ -26,7 +24,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list