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 2008/01/21 14:35:16 UTC

svn commit: r613884 - in /incubator/tuscany/java/sca/distribution: ./ bundle/ manifest/ src/main/assembly/ src/main/release/ src/main/release/bin/ src/main/release/src/

Author: slaws
Date: Mon Jan 21 05:35:15 2008
New Revision: 613884

URL: http://svn.apache.org/viewvc?rev=613884&view=rev
Log:
Updates from 1.1 branch

Modified:
    incubator/tuscany/java/sca/distribution/bundle/pom.xml
    incubator/tuscany/java/sca/distribution/manifest/pom.xml
    incubator/tuscany/java/sca/distribution/pom.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
    incubator/tuscany/java/sca/distribution/src/main/release/CHANGES
    incubator/tuscany/java/sca/distribution/src/main/release/README
    incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES
    incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL
    incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE
    incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE
    incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING

Modified: incubator/tuscany/java/sca/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/bundle/pom.xml?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/bundle/pom.xml Mon Jan 21 05:35:15 2008
@@ -111,6 +111,32 @@
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
             <version>${pom.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.ant</groupId>
+                    <artifactId>ant-nodeps</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>addressing</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-xmlbeans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-adb-codegen</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>opensaml</groupId>
+                    <artifactId>opensaml</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -204,6 +230,16 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-host-jms</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-host-jms-activemq</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-host-rmi</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -217,11 +253,11 @@
             <artifactId>tuscany-host-jetty</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!-- dependency> don't put two servlet hosts in the classpat TUSCANY-1954
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-interface</artifactId>

Modified: incubator/tuscany/java/sca/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/manifest/pom.xml?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/manifest/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/manifest/pom.xml Mon Jan 21 05:35:15 2008
@@ -202,6 +202,16 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-host-jms</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-host-jms-activemq</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-host-rmi</artifactId>
             <version>${pom.version}</version>
         </dependency>

Modified: incubator/tuscany/java/sca/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/pom.xml Mon Jan 21 05:35:15 2008
@@ -85,6 +85,14 @@
             <artifactId>tuscany-host-webapp</artifactId>
             <version>1.2-incubating-SNAPSHOT</version>
         </dependency>
+        <!--don't put two servlet hosts in the classpath TUSCANY-1954 -->
+        <!--include tomcat here so it is shipped in modules/ but not  -->
+        <!--in the all jar                                            -->
+        <dependency> 
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-host-tomcat</artifactId>
+            <version>1.2-incubating-SNAPSHOT</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sdo</groupId>
             <artifactId>tuscany-sdo-impl</artifactId>

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Mon Jan 21 05:35:15 2008
@@ -77,10 +77,14 @@
                 <exclude>company-das-webapp/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>helloworld-ws-deep-webapp</exclude>
+                <exclude>helloworld-ws-deep-webapp/**/*</exclude>
                 <exclude>helloworld-ws-deep-webapp/work</exclude>
                 <exclude>helloworld-ws-deep-webapp/work/**/*</exclude>
                 <exclude>helloworld-ws-reference/work</exclude>
                 <exclude>helloworld-ws-reference/work/**/*</exclude>
+                <exclude>helloworld-ws-reference-jms/activemq-data</exclude>
+                <exclude>helloworld-ws-reference-jms/activemq-data/**/*</exclude>
                 <exclude>helloworld-ws-reference-secure/work</exclude>
                 <exclude>helloworld-ws-reference-secure/work/**/*</exclude>
                 <exclude>helloworld-ws-service-webapp</exclude>
@@ -89,6 +93,8 @@
                 <exclude>helloworld-ws-service/secure/work/**/*</exclude>
                 <exclude>helloworld-ws-service/secure/work</exclude>
                 <exclude>helloworld-ws-service/work/**/*</exclude>
+                <exclude>helloworld-ws-service-jms/activemq-data</exclude>
+                <exclude>helloworld-ws-service-jms/activemq-data/**/*</exclude>
                 <exclude>helloworld-ws-service-secure/work</exclude>
                 <exclude>helloworld-ws-service-secure/work/**/*</exclude>
                 <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp</exclude>
@@ -103,6 +109,10 @@
                 <exclude>calculator-webapp/target/sample-calculator-webapp/**/*</exclude>
                 <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp</exclude>
                 <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp/**/*</exclude>
+                <exclude>callback-ws-client/work</exclude>
+                <exclude>callback-ws-client/work/**/*</exclude>
+                <exclude>callback-ws-service/work</exclude>
+                <exclude>callback-ws-service/work/**/*</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
                 <exclude>domain-webapp</exclude>
@@ -119,8 +129,8 @@
                 <exclude>osgi-supplychain/target/sample-osgi-supplychain/**/*</exclude>
                 <exclude>loanapplication</exclude>
                 <exclude>loanapplication/**/*</exclude>
-                <exclude>quote-xquery</exclude>
-                <exclude>quote-xquery/**/*</exclude>
+                <!--exclude>quote-xquery</exclude-->
+                <!--exclude>quote-xquery/**/*</exclude-->
                 <exclude>simple-callback-ws/work</exclude>
                 <exclude>simple-callback-ws/work/**/*</exclude>
                 <exclude>spi-implementation-pojo</exclude>
@@ -174,6 +184,8 @@
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
                 <exclude>bigbank-account/src/main/resources/web/dojo</exclude> 
                 <exclude>bigbank-account/src/main/resources/web/dojo/**/*</exclude>
+                <exclude>secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> 
+                <exclude>secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
                 <exclude>mortgage-creditcheck/target/demo-mortgage-creditcheck</exclude>
                 <exclude>mortgage-creditcheck/target/demo-mortgage-creditcheck/**/*</exclude>
                 <exclude>*/.classpath</exclude>
@@ -192,8 +204,26 @@
                 <exclude>*/**/*.ruleset</exclude>
                 <exclude>alert-aggregator-webapp/target</exclude>
                 <exclude>alert-aggregator-webapp/target/**/*</exclude>
+                <exclude>bigbank-account/target</exclude>
+                <exclude>bigbank-account/target/**/*</exclude>
+                <exclude>bigbank-calculator/target</exclude>
+                <exclude>bigbank-calculator/target/**/*</exclude>
+                <exclude>bigbank-stockquote/target</exclude>
+                <exclude>bigbank-stockquote/target/**/*</exclude>
                 <exclude>mortgage-creditcheck/target</exclude>
                 <exclude>mortgage-creditcheck/target/**/*</exclude>
+                <exclude>mortgage-loanapproval/target</exclude>
+                <exclude>mortgage-loanapproval/target/**/*</exclude>
+                <exclude>secure-bigbank/secure-bigbank-account/target</exclude>
+                <exclude>secure-bigbank/secure-bigbank-account/target/**/*</exclude>
+                <exclude>secure-bigbank/secure-bigbank-calculator/target</exclude>
+                <exclude>secure-bigbank/secure-bigbank-calculator/target/**/*</exclude>
+                <exclude>secure-bigbank/secure-bigbank-stockquote/target</exclude>
+                <exclude>secure-bigbank/secure-bigbank-stockquote/target/**/*</exclude>
+                <exclude>xml-bigbank/target</exclude>
+                <exclude>xml-bigbank/target/**/*</exclude>
+                <exclude>target</exclude>
+                <exclude>target/**/*</exclude>
             </excludes>
         </fileSet>
         <!-- Add the generated tuscany manifest classpath jar to the lib directory -->

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml Mon Jan 21 05:35:15 2008
@@ -119,6 +119,10 @@
              <exclude>samples/old/**/*</exclude>
              <exclude>samples/calculator-distributed/work</exclude>
              <exclude>samples/calculator-distributed/work/**/*</exclude>
+             <exclude>samples/callback-ws-client/work</exclude>
+             <exclude>samples/callback-ws-client/work/**/*</exclude>
+             <exclude>samples/callback-ws-service/work</exclude>
+             <exclude>samples/callback-ws-service/work/**/*</exclude>
              <exclude>samples/company-das</exclude>
              <exclude>samples/company-das/**/*</exclude>
              <exclude>samples/company-das-webapp</exclude>
@@ -133,24 +137,30 @@
              <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo/**/*</exclude>
              <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
              <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+             <exclude>samples/helloworld-ws-deep-webapp</exclude>
+             <exclude>samples/helloworld-ws-deep-webapp/**/*</exclude>
              <exclude>samples/helloworld-ws-deep-webapp/work</exclude>
              <exclude>samples/helloworld-ws-deep-webapp/work/**/*</exclude>
              <exclude>samples/helloworld-ws-reference/work</exclude>
              <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
+             <exclude>samples/helloworld-ws-reference-jms/activemq-data</exclude>
+             <exclude>samples/helloworld-ws-reference-jms/activemq-data/**/*</exclude>
              <exclude>samples/helloworld-ws-reference-secure/work</exclude>
              <exclude>samples/helloworld-ws-reference-secure/work/**/*</exclude>
              <exclude>samples/helloworld-ws-sdo/work</exclude>
              <exclude>samples/helloworld-ws-sdo/work/**/*</exclude>
              <exclude>samples/helloworld-ws-service/work</exclude>
              <exclude>samples/helloworld-ws-service/work/**/*</exclude>
+             <exclude>samples/helloworld-ws-service-jms/activemq-data</exclude>
+             <exclude>samples/helloworld-ws-service-jms/activemq-data/**/*</exclude>
              <exclude>samples/helloworld-ws-service-secure/work</exclude>
              <exclude>samples/helloworld-ws-service-secure/work/**/*</exclude>
              <exclude>samples/helloworld-ws-service-webapp</exclude>
              <exclude>samples/helloworld-ws-service-webapp/**/*</exclude>
              <exclude>samples/osgi-supplychain/.felix</exclude>
              <exclude>samples/osgi-supplychain/.felix/**/*</exclude>
-             <exclude>samples/quote-xquery</exclude>
-             <exclude>samples/quote-xquery/**/*</exclude>
+             <!--exclude>samples/quote-xquery</exclude-->
+             <!--exclude>samples/quote-xquery/**/*</exclude-->
              <exclude>samples/spi-implementation-pojo</exclude>
              <exclude>samples/spi-implementation-pojo/**/*</exclude>
              <exclude>samples/simple-callback-ws/work</exclude>
@@ -159,6 +169,8 @@
              <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo/**/*</exclude>
              <exclude>demos/bigbank-account/src/main/resources/web/dojo</exclude> 
              <exclude>demos/bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
+             <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> 
+             <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
              <exclude>*/**/*.svg</exclude>
              <exclude>*/**/*.ruleset</exclude>
              <exclude>*/**/*.pmd</exclude>

Modified: incubator/tuscany/java/sca/distribution/src/main/release/CHANGES
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/CHANGES?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/CHANGES (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/CHANGES Mon Jan 21 05:35:15 2008
@@ -1,28 +1,62 @@
 Changes With Apache Tuscany SCA 1.1 (incubating) January 2008 
 ===============================================================
 
-TODO
-
 - Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
-  * ???
+  * TUSCANY-1939
+  * TUSCANY-1914
+  * TUSCANY-1854
+  * TUSCANY-1931
+  * TUSCANY-1547
+  * TUSCANY-1909
+  * TUSCANY-1919
+  * TUSCANY-1930
+  * TUSCANY-1806
+  * TUSCANY-1804
+  * TUSCANY-1916
+  * TUSCANY-1913
+  * TUSCANY-1834
+  * TUSCANY-1857
+  * TUSCANY-1687
+  * TUSCANY-1801
+  * TUSCANY-1742
+  * TUSCANY-1762
+  * TUSCANY-1945
+  * TUSCANY-1595
+  * TUSCANY-1594
+  * TUSCANY-1849
+  * TUSCANY-1836
+  * TUSCANY-1934
+  * TUSCANY-1902
+  * TUSCANY-1608
+  * TUSCANY-1943
+  * TUSCANY-1896
+  * TUSCANY-1626
+  * TUSCANY-1797
+  * TUSCANY-1601
+  * TUSCANY-1415
+
 - Better JMS support
-- JAXB based POJO transformations.
+  * binding.jms supporting point to point text based messaging only
+  * New SOAP/JMS sample (helloworld-ws-reference/service-jms)
+
 - Improvements in PolicyFramework Support
   * Support for policy specifications on operation elements in a composite definition
-- A new demo
-  * Separate sample to demonstrate use of Implementation Policies (uses logging and JAAS Authentication)
+  * Separate sample (calculator-implementation-policies) to demonstrate use of Implementation Policies 
+    (uses logging and JAAS Authentication)
+
 - Modeling of client side java script components
   * See implementation.widget
-- JSONRPC reference binding
-- Better support for doman API suggested by assembly spec including a standalone node and nodes running connected together in a domain.
-  * stand alone nodes can be configured and started without recourse to the domain.
-  * using the domain API contributions can be added and associated with a node. Wiring across nodes is supported. 
+
+- Evolving support for doman API suggested by assembly spec including a standalone node and nodes running 
+  connected together in a domain. This is still experimental. 
+ 
 - Class loading and OSGI improvements
   * Enable Tuscany to be run in a multi-classloader environment including inside OSGi. By default,
     Tuscany continues to run using a single CLASSPATH-based classloader.
   * Contributions no longer need to be in the CLASSPATH. All import/export dependencies across contributions should be 
     explicitly specified (as described in the spec).
-- Support for BPEL references 
+
+- JAXB based POJO transformations
 
 Changes With Apache Tuscany SCA 1.0.1 (incubating) November 2007 
 ================================================================

Modified: incubator/tuscany/java/sca/distribution/src/main/release/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/README?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/README (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/README Mon Jan 21 05:35:15 2008
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.0 (incubating) September 2007 README
-=========================================================
+Apache Tuscany SCA 1.1 (incubating) January 2008 README
+=======================================================
 
-Welcome to the Tuscany SCA 1.0 release. 
+Welcome to the Tuscany SCA 1.1 release. 
 
 See the RELEASE_NOTES file for information specific to this release.
 

Modified: incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES Mon Jan 21 05:35:15 2008
@@ -1,5 +1,5 @@
-Apache Tuscany SCA 1.0 (incubating) September 2007 Release Notes
-================================================================
+Apache Tuscany SCA 1.1 (incubating) January 2008 Release Notes
+==============================================================
 
 Apache Tuscany provides a runtime based on the Service Component
 Architecture. SCA is a set of specifications aimed at simplifying SOA
@@ -9,7 +9,7 @@
 Overview
 --------
 
-     The Apache Tuscany SCA 1.0 release includes implementations of the
+     The Apache Tuscany SCA 1.1 release includes implementations of the
      main SCA specifications including:
 
         SCA Assembly Model V1.0
@@ -26,7 +26,7 @@
 
         - SCA bindings for Direct Web Remoting, RSS and ATOM Feeds, 
           HTTP resources, JSON-RPC, PUB/SUB Notifications, and RMI.
-        - SCA implementation types for OSGI, XQuery, BPEL, and various 
+        - SCA implementation types for OSGI, XQuery, BPEL, Widget and various 
           dynamic languages including Groovy, Javascript, Python and Ruby
         - Databindings for Service Data Objects (SDO), JAXB, XmlBeans, 
           Axis2's AXIOM, JSON, SAXON, DOM, SAX and StAX
@@ -34,16 +34,16 @@
     The Tuscany SCA Runtime can be configured as a single node SCA domain or 
     as an SCA domain distributed across multiple nodes. 
     In addition Tuscany SCA supports the following host-deployment options: -
-     - running standalone 
-     - running with distributed nodes across multiple JVMs
-     - running with embedded Jetty or Tomcat
-     - running as a standard web application                                     
-     - running as a module in Geronimo (experimental). 
+        - running standalone 
+        - running with distributed nodes across multiple JVMs
+        - running with embedded Jetty or Tomcat
+        - running as part of a standard web application                                     
      
-     
-    The Wepapp samples included in this release have been tried and tested on Tomcat, 
-    WebSphere.
-        
+    The Wepapp samples included in this release have been tried and tested on 
+        - Tomcat 5.5.20 and Tomcat 6.0.14
+        - Jetty 6.1.3
+        - Geronimo 2.0.2 Tomcat6 jee5
+        - WebSphere 6.1 fix pack 9
 
 See the CHANGES file for a detailed list of the features in this release.
 

Modified: incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL Mon Jan 21 05:35:15 2008
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 0.91 (incubating) July 2007 Release binary distribution
-=========================================================================================
+Installing the Apache Tuscany SCA 1.1 (incubating) January 2008 Release binary distribution
+===========================================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:
 
-tuscany-sca-0.91-incubating        
+tuscany-sca-1.1-incubating        
    DISCLAIMER    - the ASF incubation disclaimer
    INSTALL       - this help file
    LICENSE       - the Apache License and any dependecy licenses

Modified: incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE Mon Jan 21 05:35:15 2008
@@ -213,9 +213,17 @@
 
 ===============================================================================
 
+The following components come under Apache Software License 1.1
+
+ commons-cli-1.0.jar
+ commons-discovery-0.2.jar
+ commons-primitives-1.0.jar
+
 The following components come under Apache Software License 2.0
 
  activeio-2.0-r118.jar
+ activeio-core-3.0.0-incubator.jar
+ activemq-core-4.1.1.jar
  addressing-1.3.mar
  annogen-0.1.0.jar
  annotations-api-6.0.10.jar
@@ -229,10 +237,9 @@
  axis2-java2wsdl-1.3.jar
  axis2-kernel-1.3.jar
  axis2-mtompolicy-1.3.jar
- bsf-all-3.0-beta1.jar
+ bsf-all-3.0-beta2.jar
  catalina-6.0.10.jar
  cglib-nodep-2.1_3.jar
- common-2.2.2.jar
  commons-collections-3.1.jar
  commons-codec-1.3.jar
  commons-fileupload-1.1.1.jar
@@ -241,7 +248,6 @@
  commons-jexl-1.1.jar
  commons-lang-2.1.jar
  commons-logging-1.1.jar
- commons-primitives-1.0.jar
  coyote-6.0.10.jar
  derby-10.1.3.1.jar
  geronimo-activation_1.1_spec-1.0-M1.jar
@@ -272,6 +278,7 @@
  httpcore-4.0-alpha5.jar
  httpcore-nio-4.0-alpha5.jar
  httpcore-niossl-4.0-alpha5.jar
+ jettison-1.0-RC2.jar
  jetty-6.1.3.jar
  jetty-util-6.1.3.jar
  json-rpc-1.0.jar
@@ -305,8 +312,8 @@
  openjpa-persistence-0.9.7-incubating.jar
  opensaml-1.1.jar
  org.apache.felix.bundlerepository-1.0.0.jar
- org.apache.felix.framework-1.0.0.jar
- org.apache.felix.main-1.0.0.jar
+ org.apache.felix.framework-1.0.1.jar
+ org.apache.felix.main-1.0.1.jar
  org.apache.felix.shell-1.0.0.jar
  org.apache.felix.shell.tui-1.0.0.jar
  plexus-container-default-1.0-alpha-9.jar
@@ -319,7 +326,6 @@
  spring-beans-2.0.6.jar
  spring-context-2.0.6.jar
  spring-core-2.0.6.jar
- stax-api-1.0.2.jar
  tranql-connector-1.1.jar
  tuscany-sdo-api-r2.1-1.0-incubating.jar
  tuscany-sdo-impl-1.0-incubating.jar
@@ -332,6 +338,7 @@
  wss4j-1.5.3.jar
  wstx-asl-3.2.1.jar
  xalan-2.7.0.jar
+ xbean-2.1.0.jar
  xmlbeans-2.3.0.jar
  xbean-naming-2.7.jar
  xercesImpl-2.8.1.jar
@@ -752,7 +759,7 @@
 
 ===============================================================================
 
-For the Rhino JavaScript engine js-1.6R6.jar:
+For the Rhino JavaScript engine js-1.6R7.jar:
 
                           MOZILLA PUBLIC LICENSE
                                 Version 1.1
@@ -1423,8 +1430,8 @@
 
 ===============================================================================
 
-The jars; activation, jaxb-api, jaxb-impl, jaxb-xjc, jsr181-api,
-jsr250-api, jaxws-api, mail, saaj-api, servlet-api-2.5.jar:
+The jars; activation, jaxb-api, jaxb-impl, jaxb-xjc, jaxb2-reflection, jsr181-api,
+jsr250-api, jaxws-api, mail, saaj-api, servlet-api-2.5.jar, stax-api-1.0.2.jar:
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 

Modified: incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE Mon Jan 21 05:35:15 2008
@@ -42,9 +42,13 @@
 This product includes software from the Rome project (https://rome.dev.java.net/)
     Copyright (c) 2006, Sun Microsystems, Inc.
 
-This product also includes software developed by:
-- the Eclipse Modeling Framework project (http://www.eclipse.org/emf/)
-- the Mozilla Rhino project (http://www.mozilla.org/rhino/)
+This product includes/uses the Eclipse Modeling Framework project (http://www.eclipse.org/emf/)
+
+This product includes/uses the Mozilla Rhino project (http://www.mozilla.org/rhino/)
+
+This product includes/uses the Sourceforge wsdl4j project (http://sourceforge.net/projects/wsdl4j/)i
+
+This product includes/uses the Codehaus JRuby project (http://jruby.codehaus.org/)
 
 This product includes/uses JDOM (http://www.jdom.org/)
  Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved.

Modified: incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING?rev=613884&r1=613883&r2=613884&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING Mon Jan 21 05:35:15 2008
@@ -1,5 +1,5 @@
-Building the Apache Tuscany SCA 1.0 (incubating) September 2007 Release source distribution
-=======================================================================================
+Building the Apache Tuscany SCA 1.1 (incubating) January 2008 Release source distribution
+=========================================================================================
 
 Initial Setup
 -------------



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org