[jboss-cvs] JBossAS SVN: r62940 - projects/wsintegration/spi/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 9 07:02:50 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-05-09 07:02:50 -0400 (Wed, 09 May 2007)
New Revision: 62940

Modified:
   projects/wsintegration/spi/trunk/.classpath
Log:
Fix eclipse classpath

Modified: projects/wsintegration/spi/trunk/.classpath
===================================================================
--- projects/wsintegration/spi/trunk/.classpath	2007-05-09 10:58:55 UTC (rev 62939)
+++ projects/wsintegration/spi/trunk/.classpath	2007-05-09 11:02:50 UTC (rev 62940)
@@ -3,7 +3,6 @@
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
-	<classpathentry kind="lib" path="thirdparty/concurrent.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-container.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-dependency.jar"/>
@@ -11,5 +10,6 @@
 	<classpathentry kind="lib" path="thirdparty/jboss-logging-log4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-logging-spi.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-microcontainer.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-xml-binding.jar"/>
 	<classpathentry kind="output" path="output-eclipse"/>
 </classpath>




More information about the jboss-cvs-commits mailing list