[jbossws-commits] JBossWS SVN: r4256 - framework/branches/framework-2.0.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 8 09:28:56 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-08 09:28:56 -0400 (Wed, 08 Aug 2007)
New Revision: 4256

Modified:
   framework/branches/framework-2.0/.classpath
   framework/branches/framework-2.0/version.properties
Log:
version.id=2.0.1.CR1

Modified: framework/branches/framework-2.0/.classpath
===================================================================
--- framework/branches/framework-2.0/.classpath	2007-08-08 13:01:44 UTC (rev 4255)
+++ framework/branches/framework-2.0/.classpath	2007-08-08 13:28:56 UTC (rev 4256)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/test/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/jboss-common-core.jar"/>
@@ -13,7 +12,9 @@
 	<classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/spi"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="thirdparty/activation.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse"/>
 </classpath>

Modified: framework/branches/framework-2.0/version.properties
===================================================================
--- framework/branches/framework-2.0/version.properties	2007-08-08 13:01:44 UTC (rev 4255)
+++ framework/branches/framework-2.0/version.properties	2007-08-08 13:28:56 UTC (rev 4256)
@@ -5,8 +5,8 @@
 specification.vendor=JBoss (http://www.jboss.org)
 specification.version=jbossws-2.0
 
-version.id=1.0.0.CR1
-repository.id=1.0.0.CR1
+version.id=2.0.1.CR1
+repository.id=2.0.1.CR1
 
 implementation.title=JBoss Web Services - Framework
 implementation.url=http://www.jboss.org/products/jbossws




More information about the jbossws-commits mailing list