You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/27 13:19:04 UTC

svn commit: r1027914 - in /tuscany/sca-java-2.x/branches/2.0-Beta1: distribution/all/src/main/release/bin/ features/all/ modules/base-runtime-pom/ modules/binding-rest-runtime/ modules/implementation-jaxrs-runtime/ modules/implementation-jaxrs/ modules...

Author: slaws
Date: Wed Oct 27 11:19:04 2010
New Revision: 1027914

URL: http://svn.apache.org/viewvc?rev=1027914&view=rev
Log:
TUSCANY-3740 - add binding.comet, implementation-jaxrs into the distro. Update JSR311 version to the version now pulled in.

Modified:
    tuscany/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/release/bin/LICENSE
    tuscany/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta1/modules/base-runtime-pom/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta1/modules/binding-rest-runtime/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs-runtime/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta1/modules/interface-java-jaxrs/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/release/bin/LICENSE?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/release/bin/LICENSE (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/release/bin/LICENSE Wed Oct 27 11:19:04 2010
@@ -270,6 +270,7 @@ The following components come under Apac
  geronimo-transaction-2.1.4.jar
  geronimo-ws-metadata_2.0_spec-1.1.2.jar
  groovy-all-1.7.1.jar
+ gson-1.4.jar
  hazelcast-1.8.3.jar
  hazelcast-client-1.8.3.jar
  httpclient-4.0.jar
@@ -691,15 +692,24 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
 
 The jars; 
 activation-1.1.jar, 
+atmosphere-annotations-0.6.1.jar,
+atmosphere-commons-0.6.1.jar, 
+atmosphere-compat-jbossweb-0.6.1.jar, 
+atmosphere-compat-tomcat-0.6.1.jar, 
+atmosphere-compat-weblogic-0.6.1.jar, 
+atmosphere-jersey-0.6.1.jar, 
+atmosphere-runtime-0.6.1.jar, 
 jaxb-api-2.1.jar, 
 jaxb-impl-2.1.12.jar, 
 jaxws-api-2.1.jar, 
+jersey-core-1.3.jar,
+jersey-server-1.3.jar,
 jsr181-api-1.0-MR1.jar, 
 jsr250-api-1.0.jar, 
 jstl-1.1.2.jar,
 mail-1.4.jar, 
 servlet-api-2.5.jar, 
-jsr311-api-1.1.jar
+jsr311-api-1.1.1.jar
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml Wed Oct 27 11:19:04 2010
@@ -149,13 +149,11 @@
             <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
-<!-- not in distro until build settles down
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-comet-runtime</artifactId>
             <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
--->
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -285,13 +283,11 @@
 
         <!-- policy extensions -->
 
-<!-- not in distro until build settles down
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-logging</artifactId>
             <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
--->
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/modules/base-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/modules/base-runtime-pom/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/modules/base-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/modules/base-runtime-pom/pom.xml Wed Oct 27 11:19:04 2010
@@ -180,11 +180,11 @@
             <artifactId>tuscany-implementation-java</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <!-- dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-jaxrs</artifactId>
             <version>${pom.version}</version>
-        </dependency -->
+        </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-python</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/modules/binding-rest-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/modules/binding-rest-runtime/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/modules/binding-rest-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/modules/binding-rest-runtime/pom.xml Wed Oct 27 11:19:04 2010
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
-            <version>1.1</version>
+            <version>1.1.1</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs-runtime/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs-runtime/pom.xml Wed Oct 27 11:19:04 2010
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
-            <version>1.1</version>
+            <version>1.1.1</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/modules/implementation-jaxrs/pom.xml Wed Oct 27 11:19:04 2010
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
-            <version>1.1</version>
+            <version>1.1.1</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/modules/interface-java-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/modules/interface-java-jaxrs/pom.xml?rev=1027914&r1=1027913&r2=1027914&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/modules/interface-java-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/modules/interface-java-jaxrs/pom.xml Wed Oct 27 11:19:04 2010
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
-            <version>1.1</version>
+            <version>1.1.1</version>
         </dependency>
             
         <dependency>