[jbossws-commits] JBossWS SVN: r4102 - common/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 2 10:00:54 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-02 10:00:54 -0400 (Thu, 02 Aug 2007)
New Revision: 4102

Modified:
   common/trunk/.classpath
   common/trunk/version.properties
Log:
Fix eclipse classpath

Modified: common/trunk/.classpath
===================================================================
--- common/trunk/.classpath	2007-08-02 13:43:15 UTC (rev 4101)
+++ common/trunk/.classpath	2007-08-02 14:00:54 UTC (rev 4102)
@@ -4,20 +4,14 @@
 	<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/activation.jar"/>
-	<classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
-	<classpathentry kind="lib" path="thirdparty/getopt.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
 	<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="lib" path="thirdparty/jboss-xml-binding-sources.jar"/>
-	<classpathentry kind="lib" path="thirdparty/servlet-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-dependency.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss-javaee.jar"/>
-	<classpathentry kind="lib" path="thirdparty/ant.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/spi"/>
 	<classpathentry kind="output" path="output/eclipse"/>
 </classpath>

Modified: common/trunk/version.properties
===================================================================
--- common/trunk/version.properties	2007-08-02 13:43:15 UTC (rev 4101)
+++ common/trunk/version.properties	2007-08-02 14:00:54 UTC (rev 4102)
@@ -8,7 +8,7 @@
 version.id=2.0.1.CR1
 repository.id=2.0.1.CR1
 
-implementation.title=JBoss Web Services - SPI
+implementation.title=JBoss Web Services - Common
 implementation.url=http://www.jboss.org/products/jbossws
 implementation.vendor=JBoss Inc.
 implementation.vendor.id=http://www.jboss.org
@@ -18,6 +18,7 @@
 jboss-common-logging-log4j=2.0.2.GA
 jboss-common-logging-spi=2.0.2.GA
 jboss-microcontainer=2.0.0.Beta3
+jbossws-common=2.0.1.CR1
 jbossws-spi=2.0.1.CR1
 sun-jaf=1.1
 sun-jaxb=2.1.4




More information about the jbossws-commits mailing list