You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/01 09:44:24 UTC

svn commit: r721998 [11/11] - in /tuscany/branches/sca-java-1.x/distribution: bundle/ features/all/src/main/components/ features/all/src/main/release/ features/all/src/main/release/bin/ features/all/src/main/release/src/ features/core/src/main/componen...

Modified: tuscany/branches/sca-java-1.x/distribution/features/process/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/process/src/main/release/src/BUILDING?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/process/src/main/release/src/BUILDING (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/process/src/main/release/src/BUILDING Mon Dec  1 00:44:22 2008
@@ -1,55 +1,55 @@
-Building the Apache Tuscany SCA 1.2 (incubating) April 2008 Release source distribution
-=======================================================================================
-
-Initial Setup
--------------
-
-1) Install J2SE 5.0 SDK, which can be downloaded from 
-   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
-
-2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
-   JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
-   $JAVA_HOME$/bin (unix).
-
-3) Install Maven 2.0.7 or higher, which can be downloaded from 
-   http://maven.apache.org/download.html. Make sure that your PATH includes 
-   the MVN_HOME/bin directory. 
-
-4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
-   you can manually do this by executing the following in your prompt :
-   Windows users:
-      set MAVEN_OPTS=-Xmx128M
-   Unix users:
-      export MAVEN_OPTS=-Xmx128M
-
-
-Building
---------
-
-1) Change to the top level directory of Apache Tuscany source distribution.
-2) Run
-
-	$> mvn
-
-   This will compile Apache Tuscany and run all of the tests in the source
-   distribution. 
-
-   Depending on the load of remote Maven 2.0 repositories, you may have 
-   to run "mvn" several times utill the required dependencies are 
-   all located in your local maven repository. It usually takes some time for 
-   maven to download required dependencies in the first build. Once all the 
-   dependencies have been downloaded you may use the -o option to run maven
-   in offline mode, for example, 'mvn clean install -o'.
-
-
-Building the distributions
---------------------------
-
-1) Change to the distribution folder
-2) Run
-
-	$> mvn
-
-   This will build the binary and source distribution with .zip and .gz 
-   formats in the distribution/target directory.
-
+Building the Apache Tuscany SCA 1.4 December 2008 Release source distribution
+=======================================================================================
+
+Initial Setup
+-------------
+
+1) Install J2SE 5.0 SDK, which can be downloaded from 
+   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
+
+2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
+   JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
+   $JAVA_HOME$/bin (unix).
+
+3) Install Maven 2.0.7 or higher, which can be downloaded from 
+   http://maven.apache.org/download.html. Make sure that your PATH includes 
+   the MVN_HOME/bin directory. 
+
+4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
+   you can manually do this by executing the following in your prompt :
+   Windows users:
+      set MAVEN_OPTS=-Xmx128M
+   Unix users:
+      export MAVEN_OPTS=-Xmx128M
+
+
+Building
+--------
+
+1) Change to the top level directory of Apache Tuscany source distribution.
+2) Run
+
+	$> mvn
+
+   This will compile Apache Tuscany and run all of the tests in the source
+   distribution. 
+
+   Depending on the load of remote Maven 2.0 repositories, you may have 
+   to run "mvn" several times utill the required dependencies are 
+   all located in your local maven repository. It usually takes some time for 
+   maven to download required dependencies in the first build. Once all the 
+   dependencies have been downloaded you may use the -o option to run maven
+   in offline mode, for example, 'mvn clean install -o'.
+
+
+Building the distributions
+--------------------------
+
+1) Change to the distribution folder
+2) Run
+
+	$> mvn
+
+   This will build the binary and source distribution with .zip and .gz 
+   formats in the distribution/target directory.
+

Modified: tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/components/src-modules.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/components/src-modules.xml?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/components/src-modules.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/components/src-modules.xml Mon Dec  1 00:44:22 2008
@@ -1,149 +1,148 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * License); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    *
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    *
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.
--->
-<component>
-    <fileSets>
-
-        <!-- Add module sources to the modules directory -->
-        <fileSet>
-            <directory>../../../modules</directory>
-            <outputDirectory>modules</outputDirectory>
-            <includes>
-                <include>assembly/**/*</include>
-                <include>assembly-xml/**/*</include>
-                <include>assembly-xsd/**/*</include>
-                <include>binding-atom/**/*</include>
-                <include>binding-atom-abdera/**/*</include>
-                <include>binding-corba/**/*</include>
-                <include>binding-corba-runtime/**/*</include>
-                <include>binding-ejb/**/*</include>
-                <include>binding-ejb-runtime/**/*</include>
-                <include>binding-http/**/*</include>
-                <include>binding-http-runtime/**/*</include>
-                <include>binding-jms/**/*</include>
-                <include>binding-jms-runtime/**/*</include>
-                <include>binding-jsonrpc/**/*</include>
-                <include>binding-jsonrpc-runtime/**/*</include>
-                <include>binding-rss/**/*</include>
-                <include>binding-rss-rome/**/*</include>
-                <include>binding-sca/**/*</include>
-                <include>binding-sca-axis2/**/*</include>
-                <include>binding-sca-xml/**/*</include>
-                <include>binding-ws/**/*</include>
-                <include>binding-ws-axis2/**/*</include>
-                <include>binding-ws-wsdlgen/**/*</include>
-                <include>binding-ws-xml/**/*</include>
-                <include>contribution/**/*</include>
-                <include>contribution-impl/**/*</include>
-                <include>contribution-java/**/*</include>
-                <include>contribution-namespace/**/*</include>
-                <include>contribution-resource/**/*</include>
-                <include>contribution-xml/**/*</include>
-                <include>core/**/*</include>
-                <include>core-databinding/**/*</include>
-                <include>core-spi/**/*</include>
-                <include>data-api/**/*</include>
-                <include>databinding/**/*</include>
-                <include>databinding-axiom/**/*</include>
-                <include>databinding-jaxb/**/*</include>
-                <include>databinding-jaxb-axiom/**/*</include>
-                <include>databinding-json/**/*</include>
-                <include>databinding-saxon/**/*</include>
-                <include>databinding-sdo/**/*</include>
-                <include>databinding-sdo-axiom/**/*</include>
-                <include>definitions/**/*</include>
-                <include>definitions-xml/**/*</include>
-                <include>distribution-all/**/*</include>
-                <include>distribution-core/**/*</include>
-                <include>distribution-ejava/**/*</include>
-                <include>distribution-manager/**/*</include>
-                <include>distribution-process/**/*</include>
-                <include>distribution-web20/**/*</include>
-                <include>distribution-webservice/**/*</include>
-                <include>domain-manager/**/*</include>
-                <include>endpoint/**/*</include>
-                <include>extensibility/**/*</include>
-                <include>extensibility-equinox/**/*</include>
-                <include>extension-helper/**/*</include>
-                <include>host-corba/**/*</include>
-                <include>host-corba-jse/**/*</include>
-                <include>host-ejb/**/*</include>
-                <include>host-embedded/**/*</include>
-                <include>host-http/**/*</include>
-                <include>host-jetty/**/*</include>
-                <include>implementation-bpel/**/*</include>
-                <include>implementation-bpel-ode/**/*</include>
-                <include>implementation-ejb/**/*</include>
-                <include>implementation-java/**/*</include>
-                <include>implementation-java-runtime/**/*</include>
-                <include>implementation-java-xml/**/*</include>
-                <include>implementation-node/**/*</include>
-                <include>implementation-node-runtime/**/*</include>
-                <include>implementation-resource/**/*</include>
-                <include>implementation-resource-runtime/**/*</include>
-                <include>implementation-script/**/*</include>
-                <include>implementation-spring/**/*</include>
-                <include>implementation-widget/**/*</include>
-                <include>implementation-widget-runtime/**/*</include>
-                <include>implementation-xquery/**/*</include>
-                <include>interface/**/*</include>
-                <include>interface-java/**/*</include>
-                <include>interface-java-jaxws/**/*</include>
-                <include>interface-java-xml/**/*</include>
-                <include>interface-wsdl/**/*</include>
-                <include>interface-wsdl-xml/**/*</include>
-                <include>java2wsdl/**/*</include>
-                <include>maven-ant-generator/**/*</include>
-                <include>maven-incremental-build/**/*</include>
-                <include>maven-java2wsdl/**/*</include>
-                <include>maven-wsdl2java/**/*</include>
-                <include>monitor/**/*</include>
-                <include>monitor-logging/**/*</include>
-                <include>node-api/**/*</include>
-                <include>node-impl/**/*</include>
-                <include>node-launcher/**/*</include>
-                <include>node-launcher-equinox/**/*</include>
-                <include>node-launcher-webapp/**/*</include>
-                <include>node-manager/**/*</include>
-                <include>policy/**/*</include>
-                <include>policy-security/**/*</include>
-                <include>policy-security-ws/**/*</include>
-                <include>policy-xml/**/*</include>
-                <include>policy-xml-ws/**/*</include>
-                <include>sca-api/**/*</include>
-                <include>workspace/**/*</include>
-                <include>workspace-impl/**/*</include>
-                <include>workspace-xml/**/*</include>
-                <include>wsdl2java/**/*</include>
-                <include>xsd/**/*</include>
-                <include>xsd-xml/**/*</include>
-            </includes>
-            <excludes>
-                <!-- General file/folders to exclude -->
-                <exclude>**/.*</exclude>
-                <exclude>**/.*/**</exclude>
-                <exclude>**/*.log</exclude>
-
-                <!-- Specific files/folders to exclude -->
-                <exclude>pom.xml</exclude>
-                <exclude>**/target</exclude>
-                <exclude>**/target/**/*</exclude>
-            </excludes>
-        </fileSet>
-    </fileSets>
-</component>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * License); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    *
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.
+-->
+<component>
+    <fileSets>
+
+        <!-- Add module sources to the modules directory -->
+        <fileSet>
+            <directory>../../../modules</directory>
+            <outputDirectory>modules</outputDirectory>
+            <includes>
+                <include>assembly/**/*</include>
+                <include>assembly-xml/**/*</include>
+                <include>assembly-xsd/**/*</include>
+                <include>binding-atom/**/*</include>
+                <include>binding-atom-abdera/**/*</include>
+                <include>binding-corba/**/*</include>
+                <include>binding-corba-runtime/**/*</include>
+                <include>binding-ejb/**/*</include>
+                <include>binding-ejb-runtime/**/*</include>
+                <include>binding-http/**/*</include>
+                <include>binding-http-runtime/**/*</include>
+                <include>binding-jms/**/*</include>
+                <include>binding-jms-runtime/**/*</include>
+                <include>binding-jsonrpc/**/*</include>
+                <include>binding-jsonrpc-runtime/**/*</include>
+                <include>binding-rss/**/*</include>
+                <include>binding-rss-rome/**/*</include>
+                <include>binding-sca/**/*</include>
+                <include>binding-sca-axis2/**/*</include>
+                <include>binding-sca-xml/**/*</include>
+                <include>binding-ws/**/*</include>
+                <include>binding-ws-axis2/**/*</include>
+                <include>binding-ws-wsdlgen/**/*</include>
+                <include>binding-ws-xml/**/*</include>
+                <include>contribution/**/*</include>
+                <include>contribution-impl/**/*</include>
+                <include>contribution-java/**/*</include>
+                <include>contribution-namespace/**/*</include>
+                <include>contribution-resource/**/*</include>
+                <include>contribution-xml/**/*</include>
+                <include>core/**/*</include>
+                <include>core-databinding/**/*</include>
+                <include>core-spi/**/*</include>
+                <include>data-api/**/*</include>
+                <include>databinding/**/*</include>
+                <include>databinding-axiom/**/*</include>
+                <include>databinding-jaxb/**/*</include>
+                <include>databinding-jaxb-axiom/**/*</include>
+                <include>databinding-json/**/*</include>
+                <include>databinding-saxon/**/*</include>
+                <include>databinding-sdo/**/*</include>
+                <include>databinding-sdo-axiom/**/*</include>
+                <include>definitions/**/*</include>
+                <include>definitions-xml/**/*</include>
+                <include>distribution-all/**/*</include>
+                <include>distribution-core/**/*</include>
+                <include>distribution-ejava/**/*</include>
+                <include>distribution-manager/**/*</include>
+                <include>distribution-process/**/*</include>
+                <include>distribution-web20/**/*</include>
+                <include>distribution-webservice/**/*</include>
+                <include>domain-manager/**/*</include>
+                <include>endpoint/**/*</include>
+                <include>extensibility/**/*</include>
+                <include>extensibility-equinox/**/*</include>
+                <include>extension-helper/**/*</include>
+                <include>host-corba/**/*</include>
+                <include>host-corba-jse/**/*</include>
+                <include>host-ejb/**/*</include>
+                <include>host-embedded/**/*</include>
+                <include>host-http/**/*</include>
+                <include>host-jetty/**/*</include>
+                <include>implementation-bpel/**/*</include>
+                <include>implementation-bpel-ode/**/*</include>
+                <include>implementation-ejb/**/*</include>
+                <include>implementation-java/**/*</include>
+                <include>implementation-java-runtime/**/*</include>
+                <include>implementation-java-xml/**/*</include>
+                <include>implementation-node/**/*</include>
+                <include>implementation-node-runtime/**/*</include>
+                <include>implementation-resource/**/*</include>
+                <include>implementation-resource-runtime/**/*</include>
+                <include>implementation-script/**/*</include>
+                <include>implementation-spring/**/*</include>
+                <include>implementation-widget/**/*</include>
+                <include>implementation-widget-runtime/**/*</include>
+                <include>implementation-xquery/**/*</include>
+                <include>interface/**/*</include>
+                <include>interface-java/**/*</include>
+                <include>interface-java-jaxws/**/*</include>
+                <include>interface-java-xml/**/*</include>
+                <include>interface-wsdl/**/*</include>
+                <include>interface-wsdl-xml/**/*</include>
+                <include>java2wsdl/**/*</include>
+                <include>maven-ant-generator/**/*</include>
+                <include>maven-incremental-build/**/*</include>
+                <include>maven-java2wsdl/**/*</include>
+                <include>maven-wsdl2java/**/*</include>
+                <include>monitor/**/*</include>
+                <include>node-api/**/*</include>
+                <include>node-impl/**/*</include>
+                <include>node-launcher/**/*</include>
+                <include>node-launcher-equinox/**/*</include>
+                <include>node-launcher-webapp/**/*</include>
+                <include>node-manager/**/*</include>
+                <include>policy/**/*</include>
+                <include>policy-security/**/*</include>
+                <include>policy-security-ws/**/*</include>
+                <include>policy-xml/**/*</include>
+                <include>policy-xml-ws/**/*</include>
+                <include>sca-api/**/*</include>
+                <include>workspace/**/*</include>
+                <include>workspace-impl/**/*</include>
+                <include>workspace-xml/**/*</include>
+                <include>wsdl2java/**/*</include>
+                <include>xsd/**/*</include>
+                <include>xsd-xml/**/*</include>
+            </includes>
+            <excludes>
+                <!-- General file/folders to exclude -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
+                <exclude>**/*.log</exclude>
+
+                <!-- Specific files/folders to exclude -->
+                <exclude>pom.xml</exclude>
+                <exclude>**/target</exclude>
+                <exclude>**/target/**/*</exclude>
+            </excludes>
+        </fileSet>
+    </fileSets>
+</component>

Modified: tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/README?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/README (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/README Mon Dec  1 00:44:22 2008
@@ -1,19 +1,19 @@
-Apache Tuscany SCA 1.2 (incubating) April 2008 README
-=====================================================
-
-Welcome to the Tuscany SCA 1.2 release. 
-
-See the RELEASE_NOTES file for information specific to this release.
-
-In the binary release see the INSTALL file for information on how to 
-install the release.
-
-In the source distribution see the BUILDING file for information on
-building the source code.
-
-
-
-
-
-
-
+Apache Tuscany SCA 1.4 December 2008 README
+=====================================================
+
+Welcome to the Tuscany SCA 1.4 release.
+
+See the RELEASE_NOTES file for information specific to this release.
+
+In the binary release see the INSTALL file for information on how to 
+install the release.
+
+In the source distribution see the BUILDING file for information on
+building the source code.
+
+
+
+
+
+
+

Modified: tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/RELEASE_NOTES?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/RELEASE_NOTES (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/RELEASE_NOTES Mon Dec  1 00:44:22 2008
@@ -1,83 +1,83 @@
-Apache Tuscany SCA 1.2 (incubating) April 2008 Release Notes
-============================================================
-
-Apache Tuscany provides a runtime based on the Service Component
-Architecture. SCA is a set of specifications aimed at simplifying SOA
-Application Development which are being standardized at OASIS as part
-of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.org/.
-
-Overview
---------
-
-     The Apache Tuscany SCA 1.2 release includes implementations of the
-     main SCA specifications including:
-
-        SCA Assembly Model V1.0
-        SCA Policy Framework V1.0
-        SCA Java Common Annotations and APIs V1.0
-        SCA Java Component Implementation V1.0
-        SCA Spring Component Implementation V1.0
-        SCA BPEL Client and Implementation V1.0
-        SCA Web Services Binding V1.0
-        SCA EJB Session Bean Binding V1.0
-
-    It also includes implementations of many features not yet defined
-    by SCA specifications, including:
-
-        - 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, 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
-
-    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 part of a standard web application                                     
-     
-    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.
-
-Support
--------
-
-For more information on Apache Tuscany visit the website at:
-
-    http://incubator.apache.org/tuscany/
- 
-Any issues with this release can be reported to Apache Tuscany
-using the mailing lists or in the JIRA issue tracker.
-
-    Mailing list archives:
-
-       http://mail-archives.apache.org/mod_mbox/ws-tuscany-user/
-       http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/
-
-    Jira:
-
-       http://issues.apache.org/jira/browse/TUSCANY
-
-To join the project's mailing lists follow the instructions at:
-
-    http://incubator.apache.org/tuscany/mailing-lists.html
-
-To find out more about OASIS Open CSA go to: 
-
-    http://www.oasis-opencsa.org.
-
-Apache Tuscany welcomes your help. Any contribution, including code,
-testing, improving the documentation, or bug reporting is always
-appreciated. 
-
-Thank you for using Apache Tuscany!
-
-- The Tuscany Team.
+Apache Tuscany SCA 1.4 December 2008 Release Notes
+============================================================
+
+Apache Tuscany provides a runtime based on the Service Component
+Architecture. SCA is a set of specifications aimed at simplifying SOA
+Application Development which are being standardized at OASIS as part
+of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.org/.
+
+Overview
+--------
+
+     The Apache Tuscany SCA 1.4 release includes implementations of the
+     main SCA specifications including:
+
+        SCA Assembly Model V1.0
+        SCA Policy Framework V1.0
+        SCA Java Common Annotations and APIs V1.0
+        SCA Java Component Implementation V1.0
+        SCA Spring Component Implementation V1.0
+        SCA BPEL Client and Implementation V1.0
+        SCA Web Services Binding V1.0
+        SCA EJB Session Bean Binding V1.0
+
+    It also includes implementations of many features not yet defined
+    by SCA specifications, including:
+
+        - 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, 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
+
+    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 part of a standard web application                                     
+     
+    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.
+
+Support
+-------
+
+For more information on Apache Tuscany visit the website at:
+
+    http://tuscany.apache.org/
+ 
+Any issues with this release can be reported to Apache Tuscany
+using the mailing lists or in the JIRA issue tracker.
+
+    Mailing list archives:
+
+       http://mail-archives.apache.org/mod_mbox/ws-tuscany-user/
+       http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/
+
+    Jira:
+
+       http://issues.apache.org/jira/browse/TUSCANY
+
+To join the project's mailing lists follow the instructions at:
+
+    http://incubator.apache.org/tuscany/mailing-lists.html
+
+To find out more about OASIS Open CSA go to: 
+
+    http://www.oasis-opencsa.org.
+
+Apache Tuscany welcomes your help. Any contribution, including code,
+testing, improving the documentation, or bug reporting is always
+appreciated. 
+
+Thank you for using Apache Tuscany!
+
+- The Tuscany Team.

Modified: tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/bin/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/bin/INSTALL?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/bin/INSTALL (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/bin/INSTALL Mon Dec  1 00:44:22 2008
@@ -1,27 +1,26 @@
-Installing the Apache Tuscany SCA 1.2 (incubating) April 2008 Release binary distribution
-=========================================================================================
-
-Unzip Tuscany binary distribution archive and you get the following:
-
-tuscany-sca-1.1-incubating        
-   DISCLAIMER    - the ASF incubation disclaimer
-   INSTALL       - this help file
-   LICENSE       - the Apache License and any dependecy licenses
-   NOTICE        - attribution notices associated with the licenses
-   README        - readme for the release
-   RELEASE_NOTES - description of this release 
-   CHANGES       - A note of the major changes in this release
-
-   /demos        - Demo applications showcasing the use of Apache Tuscany 
-
-   /lib          - The tuscany-sca-all and tuscany-sca-manifest jars and all their dependencies
-
-   /modules      - all of the individual Tuscany jars
-
-   /samples      - all the Tuscany samples, see the README in that directory
-
-   /tutorial     - The store tutorial, see the README in that directory
-
-
-
-
+Installing the Apache Tuscany SCA 1.4 December 2008 Release binary distribution
+=========================================================================================
+
+Unzip Tuscany binary distribution archive and you get the following:
+
+tuscany-sca-1.4
+   INSTALL       - this help file
+   LICENSE       - the Apache License and any dependecy licenses
+   NOTICE        - attribution notices associated with the licenses
+   README        - readme for the release
+   RELEASE_NOTES - description of this release 
+   CHANGES       - A note of the major changes in this release
+
+   /demos        - Demo applications showcasing the use of Apache Tuscany 
+
+   /lib          - The tuscany-sca-all and tuscany-sca-manifest jars and all their dependencies
+
+   /modules      - all of the individual Tuscany jars
+
+   /samples      - all the Tuscany samples, see the README in that directory
+
+   /tutorial     - The store tutorial, see the README in that directory
+
+
+
+

Modified: tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/src/BUILDING?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/src/BUILDING (original)
+++ tuscany/branches/sca-java-1.x/distribution/features/repository/src/main/release/src/BUILDING Mon Dec  1 00:44:22 2008
@@ -1,55 +1,55 @@
-Building the Apache Tuscany SCA 1.2 (incubating) April 2008 Release source distribution
-=======================================================================================
-
-Initial Setup
--------------
-
-1) Install J2SE 5.0 SDK, which can be downloaded from 
-   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
-
-2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
-   JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
-   $JAVA_HOME$/bin (unix).
-
-3) Install Maven 2.0.7 or higher, which can be downloaded from 
-   http://maven.apache.org/download.html. Make sure that your PATH includes 
-   the MVN_HOME/bin directory. 
-
-4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
-   you can manually do this by executing the following in your prompt :
-   Windows users:
-      set MAVEN_OPTS=-Xmx128M
-   Unix users:
-      export MAVEN_OPTS=-Xmx128M
-
-
-Building
---------
-
-1) Change to the top level directory of Apache Tuscany source distribution.
-2) Run
-
-	$> mvn
-
-   This will compile Apache Tuscany and run all of the tests in the source
-   distribution. 
-
-   Depending on the load of remote Maven 2.0 repositories, you may have 
-   to run "mvn" several times utill the required dependencies are 
-   all located in your local maven repository. It usually takes some time for 
-   maven to download required dependencies in the first build. Once all the 
-   dependencies have been downloaded you may use the -o option to run maven
-   in offline mode, for example, 'mvn clean install -o'.
-
-
-Building the distributions
---------------------------
-
-1) Change to the distribution folder
-2) Run
-
-	$> mvn
-
-   This will build the binary and source distribution with .zip and .gz 
-   formats in the distribution/target directory.
-
+Building the Apache Tuscany SCA 1.4 December 2008 Release source distribution
+=======================================================================================
+
+Initial Setup
+-------------
+
+1) Install J2SE 5.0 SDK, which can be downloaded from 
+   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
+
+2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
+   JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
+   $JAVA_HOME$/bin (unix).
+
+3) Install Maven 2.0.7 or higher, which can be downloaded from 
+   http://maven.apache.org/download.html. Make sure that your PATH includes 
+   the MVN_HOME/bin directory. 
+
+4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
+   you can manually do this by executing the following in your prompt :
+   Windows users:
+      set MAVEN_OPTS=-Xmx128M
+   Unix users:
+      export MAVEN_OPTS=-Xmx128M
+
+
+Building
+--------
+
+1) Change to the top level directory of Apache Tuscany source distribution.
+2) Run
+
+	$> mvn
+
+   This will compile Apache Tuscany and run all of the tests in the source
+   distribution. 
+
+   Depending on the load of remote Maven 2.0 repositories, you may have 
+   to run "mvn" several times utill the required dependencies are 
+   all located in your local maven repository. It usually takes some time for 
+   maven to download required dependencies in the first build. Once all the 
+   dependencies have been downloaded you may use the -o option to run maven
+   in offline mode, for example, 'mvn clean install -o'.
+
+
+Building the distributions
+--------------------------
+
+1) Change to the distribution folder
+2) Run
+
+	$> mvn
+
+   This will build the binary and source distribution with .zip and .gz 
+   formats in the distribution/target directory.
+

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml Mon Dec  1 00:44:22 2008
@@ -96,10 +96,6 @@
                 <exclude>*/**/*.svg</exclude>
                 <!-- Sample specific work file/folders to exclude -->
                 <exclude>pom.xml</exclude>
-                <exclude>calculator2</exclude>
-                <exclude>calculator2/**/*</exclude>
-                <exclude>calculator-rcp</exclude>
-                <exclude>calculator-rcp/**/*</exclude>
                 <exclude>calculator-distributed/work</exclude>
                 <exclude>calculator-distributed/work/**/*</exclude>
                 <exclude>calculator-webapp/target/sample-calculator-webapp</exclude>
@@ -113,16 +109,12 @@
                 <exclude>callback-ws-client/work/**/*</exclude>
                 <exclude>callback-ws-service/work</exclude>
                 <exclude>callback-ws-service/work/**/*</exclude>
-                <exclude>chat2-webapp</exclude>
-                <exclude>chat2-webapp/**/*</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
                 <exclude>customer-dojo-webapp/src/main/webapp/dojo</exclude>
                 <exclude>customer-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
                 <exclude>customer-dojo-webapp/target/</exclude>
                 <exclude>customer-dojo-webapp/target/**/*</exclude>
-                <exclude>domain-webapp</exclude>
-                <exclude>domain-webapp/**/*</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude>
                 <exclude>feed-aggregator-webapp/target/war</exclude>
@@ -133,23 +125,14 @@
                 <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp</exclude>
                 <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/target/war</exclude>
-                <exclude>helloworld-jms-webapp</exclude>
-                <exclude>helloworld-jms-webapp/**/*</exclude>
-                <exclude>helloworld-jms-webapp/work</exclude>
                 <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp</exclude>
                 <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp/**/*</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>
-                <exclude>helloworld-ws-service-webapp/**/*</exclude>
                 <exclude>helloworld-ws-service/work</exclude>
                 <exclude>helloworld-ws-service/secure/work/**/*</exclude>
                 <exclude>helloworld-ws-service/secure/work</exclude>
@@ -164,8 +147,6 @@
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp/**/*</exclude>
-                <exclude>loanapplication</exclude>
-                <exclude>loanapplication/**/*</exclude>
                 <exclude>osgi-supplychain/.felix</exclude>
                 <exclude>osgi-supplychain/.felix/**/*</exclude>
                 <exclude>osgi-supplychain/target/sample-osgi-supplychain</exclude>
@@ -176,8 +157,6 @@
                 <exclude>simple-callback-ws/work/**/*</exclude>
                 <exclude>zipcode-jaxws/target/endorsed</exclude>
                 <exclude>zipcode-jaxws/target/endorsed/**/*</exclude>
-                <exclude>spi-implementation-pojo</exclude>
-                <exclude>spi-implementation-pojo/**/*</exclude>
                 <!-- Sample war files to exclude -->
                 <exclude>calculator-ws-secure-webapp/target/sample-calculator-ws-secure-webapp.war</exclude>
                 <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp.war</exclude>
@@ -190,6 +169,55 @@
                 <exclude>helloworld-ws-deep-webapp/target/sample-helloworld-ws-deep-webapp.war</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
                 <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp.war</exclude>
+                <!-- Modules excluded from distribution as work is in progress... -->
+                <exclude>calculator2</exclude>
+                <exclude>calculator2/**/*</exclude>
+                <exclude>calculator-corba-reference</exclude>
+                <exclude>calculator-corba-reference/**/*</exclude>
+                <exclude>calculator-corba-service</exclude>
+                <exclude>calculator-corba-service/**/*</exclude>
+                <exclude>calculator-lean</exclude>
+                <exclude>calculator-lean/**/*</exclude>
+                <exclude>calculator-osgi</exclude>
+                <exclude>calculator-osgi/**/*</exclude>
+                <exclude>calculator-rcp</exclude>
+                <exclude>calculator-rcp/**/*</exclude>
+                <exclude>chat2-webapp</exclude>
+                <exclude>chat2-webapp/**/*</exclude>
+                <exclude>customer-dojo</exclude>
+                <exclude>customer-dojo/**/*</exclude>
+                <exclude>customer-dojo-webapp</exclude>
+                <exclude>customer-dojo-webapp/**/*</exclude>
+                <exclude>helloworld-distributed</exclude>
+                <exclude>helloworld-distributed/**/*</exclude>
+                <exclude>helloworld-jsp</exclude>
+                <exclude>helloworld-jsp/**/*</exclude>
+                <exclude>helloworld-servlet</exclude>
+                <exclude>helloworld-servlet/**/*</exclude>
+                <exclude>helloworld-web</exclude>
+                <exclude>helloworld-web/**/*</exclude>
+                <exclude>helloworld-web-callback</exclude>
+                <exclude>helloworld-web-callback/**/*</exclude>
+                <exclude>loanapplication</exclude>
+                <exclude>loanapplication/**/*</exclude>
+                <exclude>helloworld-ws-reference-lean</exclude>
+                <exclude>helloworld-ws-reference-lean/**/*</exclude>
+                <exclude>spi-implementation-pojo</exclude>
+                <exclude>spi-implementation-pojo/**/*</exclude>
+		    <exclude>helloworld-jms-webapp</exclude>
+                <exclude>helloworld-jms-webapp/**/*</exclude>
+                <exclude>helloworld-jms-webapp/work</exclude>
+                <exclude>domain-webapp</exclude>
+                <exclude>domain-webapp/**/*</exclude>
+                <exclude>calculator-ws-secure-webapp</exclude>
+                <exclude>calculator-ws-secure-webapp/**/*</exclude>
+                <exclude>calculator-ws-secure-webapp/work</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-service-webapp</exclude>
+                <exclude>helloworld-ws-service-webapp/**/*</exclude>
             </excludes>
         </fileSet>
         <!-- Add all the demos to the demos directory -->
@@ -259,6 +287,11 @@
                 <exclude>xml-bigbank/target/**/*</exclude>
                 <exclude>target</exclude>
                 <exclude>target/**/*</exclude>
+                <!-- Modules excluded from distribution as work is in progress... -->
+		    <exclude>load-balancing-webapp</exclude>
+		    <exclude>load-balancing-webapp/**/*</exclude>
+                <exclude>workpool-distributed</exclude>
+                <exclude>workpool-distributed/**/*</exclude>
             </excludes>
         </fileSet>
         <!-- Add all the tutorials to the tutorials directory -->

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/release/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/release/README?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/release/README (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/release/README Mon Dec  1 00:44:22 2008
@@ -1,4 +1,4 @@
-Apache Tuscany SCA 1.4 November 2008 README
+Apache Tuscany SCA 1.4 December 2008 README
 =====================================================
 
 Welcome to the Tuscany SCA 1.4 release. 

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES Mon Dec  1 00:44:22 2008
@@ -1,4 +1,4 @@
-Apache Tuscany SCA 1.4 November 2008 Release Notes
+Apache Tuscany SCA 1.4 December 2008 Release Notes
 ============================================================
 
 Apache Tuscany provides a runtime based on the Service Component

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/INSTALL?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/INSTALL (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/INSTALL Mon Dec  1 00:44:22 2008
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 1.2 (incubating) April 2008 Release binary distribution
+Installing the Apache Tuscany SCA 1.4 December 2008 Release binary distribution
 =========================================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:
 
-tuscany-sca-1.1-incubating        
+tuscany-sca-1.4        
    INSTALL       - this help file
    LICENSE       - the Apache License and any dependecy licenses
    NOTICE        - attribution notices associated with the licenses

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE Mon Dec  1 00:44:22 2008
@@ -220,33 +220,43 @@
 
 The following components come under Apache Software License 2.0
 
- abdera-core-0.3.0-incubating.jar
- abdera-i18n-0.3.0-incubating.jar
- abdera-parser-0.3.0-incubating.jar
+ abdera-client-0.4.0-incubating.jar
+ abdera-core-0.4.0-incubating.jar
+ abdera-extensions-html-0.4.0-incubating.jar
+ abdera-extensions-json-0.4.0-incubating.jar
+ abdera-extensions-main-0.4.0-incubating.jar
+ abdera-i18n-0.4.0-incubating.jar
+ abdera-parser-0.4.0-incubating.jar
+ abdera-server-0.4.0-incubating.jar
  activeio-2.0-r118.jar
  activeio-core-3.0.0-incubator.jar
+ activeio-core-3.1.0-tests.jar
+ activemq-core-5.1.0.jar
  apache-activemq-4.1.1.jar
  addressing-1.3.mar
  annogen-0.1.0.jar
  aopalliance-1.0.jar
- axiom-api-1.2.5.jar
- axiom-dom-1.2.5.jar
- axiom-impl-1.2.5.jar
- axis2-adb-1.3.jar
- axis2-codegen-1.3.jar
- axis2-java2wsdl-1.3.jar
- axis2-kernel-1.3.jar
- axis2-mtompolicy-1.3.jar
+ axiom-api-1.2.7.jar
+ axiom-dom-1.2.7.jar
+ axiom-impl-1.2.7.jar
+ axis2-adb-1.4.1.jar
+ axis2-codegen-1.4.1.jar
+ axis2-java2wsdl-1.4.1.jar
+ axis2-kernel-1.4.1.jar
+ axis2-mtompolicy-1.4.1.jar
+ bcel-5.2.jar
  bsf-all-3.0-beta2.jar
+ camel-core-1.3.0.jar
  cglib-nodep-2.1_3.jar
  commons-collections-3.1.jar
  commons-codec-1.3.jar
- commons-fileupload-1.1.1.jar
- commons-httpclient-3.0.1.jar
- commons-io-1.2.jar
+ commons-fileupload-1.2.jar
+ commons-httpclient-3.1.jar
+ commons-io-1.4.jar
  commons-jexl-1.1.jar
  commons-lang-2.1.jar
- commons-logging-1.1.jar
+ commons-logging-1.1.1.jar
+ commons-logging-api-1.1.jar
  derby-10.3.1.4.jar
  geronimo-common-1.2-beta.jar
  geronimo-commonj_1.1_spec-1.0.jar
@@ -258,8 +268,8 @@
  geronimo-j2ee-1.2-beta.jar
  geronimo-j2ee-connector_1.5_spec-1.1.jar
  geronimo-j2ee-jacc_1.0_spec-1.1.jar
- geronimo-j2ee-management_1.0_spec-1.1.jar
- geronimo-javamail_1.4_spec-1.0-M1.jar
+ geronimo-j2ee-management_1.0_spec-1.0.jar
+ geronimo-javamail_1.4_spec-1.2.jar
  geronimo-jms_1.1_spec-1.1.jar
  geronimo-jpa_3.0_spec-1.0.jar
  geronimo-jta_1.0.1B_spec-1.0.jar
@@ -269,33 +279,34 @@
  geronimo-security-1.2-beta.jar
  geronimo-spec-j2ee-connector-1.5-rc4.jar
  geronimo-spec-jta-1.0.1B-rc4.jar
+ geronimo-stax-api_1.0_spec-1.0.1.jar
  geronimo-system-1.2-beta.jar
  geronimo-transaction-1.2-beta.jar
  geronimo-util-1.2-beta.jar
- httpcore-4.0-alpha5.jar
- httpcore-nio-4.0-alpha5.jar
- httpcore-niossl-4.0-alpha5.jar
- jettison-1.0.jar
+ httpcore-4.0-beta1.jar
+ httpcore-nio-4.0-beta1.jar
+ httpcore-niossl-4.0-beta1.jar
+ jettison-1.0.1.jar
  jetty-6.1.7.jar
  jetty-util-6.1.7.jar
  json-rpc-1.0.jar
  log4j-1.2.12.jar
  logkit-1.0.1.jar
- neethi-2.0.2.jar
- ode-bpel-api-1.1.jar
- ode-bpel-compiler-1.1.jar
- ode-bpel-dao-1.1.jar
- ode-bpel-epr-1.1.jar
- ode-bpel-obj-1.1.jar
- ode-bpel-runtime-1.1.jar
- ode-bpel-schemas-1.1.jar
- ode-bpel-store-1.1.jar
- ode-dao-jpa-1.1.jar
- ode-dao-jpa-ojpa-derby-1.1.zip
- ode-jacob-1.1.jar
- ode-jacob-ap-1.1.jar
- ode-scheduler-simple-1.1.jar
- ode-utils-1.1.jar
+ neethi-2.0.4.jar
+ ode-bpel-api-1.1.1.jar
+ ode-bpel-compiler-1.1.1.jar
+ ode-bpel-dao-1.1.1.jar
+ ode-bpel-epr-1.1.1.jar
+ ode-bpel-obj-1.1.1.jar
+ ode-bpel-runtime-1.1.1.jar
+ ode-bpel-schemas-1.1.1.jar
+ ode-bpel-store-1.1.1.jar
+ ode-dao-jpa-1.1.1.jar
+ ode-dao-jpa-ojpa-derby-1.1.1.zip
+ ode-jacob-1.1.1.jar
+ ode-jacob-ap-1.1.1.jar
+ ode-scheduler-simple-1.1.1.jar
+ ode-utils-1.1.1.jar
  openjpa-all-0.9.7-incubating.jar
  openjpa-persistence-0.9.7-incubating.jar
  org.apache.felix.bundlerepository-1.0.3.jar
@@ -303,28 +314,29 @@
  org.apache.felix.main-1.0.4.jar
  org.apache.felix.shell-1.0.1.jar
  org.apache.felix.shell.tui-1.0.1.jar
- rampart-core-1.3.jar
- rampart-policy-1.3.jar
- rampart-trust-1.3.jar
+ rampart-core-1.4.jar
+ rampart-policy-1.4.jar
+ rampart-trust-1.4.jar
  regexp-1.3.jar
- spring-beans-2.0.8.jar
- spring-context-2.0.8.jar
- spring-core-2.0.8.jar
+ spring-beans-2.5.5.jar
+ spring-context-2.5.5.jar
+ spring-core-2.5.5.jar
  tranql-connector-1.1.jar
- tuscany-sdo-api-r2.1-1.1-incubating.jar
- tuscany-sdo-impl-1.1-incubating.jar
- tuscany-sdo-lib-1.1-incubating.jar
- tuscany-sdo-tools-1.1-incubating.jar
- woden-1.0-incubating-M7b.jar
- wss4j-1.5.3.jar
- wstx-asl-3.2.1.jar
+ tuscany-sdo-api-r2.1-1.1.1.jar
+ tuscany-sdo-impl-1.1.1.jar
+ tuscany-sdo-lib-1.1.1.jar
+ tuscany-sdo-tools-1.1.1.jar
+ woden-api-1.0M8.jar
+ woden-impl-dom-1.0M8.jar
+ wss4j-1.6.2.jar
+ wstx-asl-3.2.4.jar
  xalan-2.7.0.jar
  xbean-naming-2.7.jar
  xercesImpl-2.8.1.jar
  xml-apis-1.3.03.jar
  xmlbeans-2.3.0.jar
  xml-resolver-1.1.jar
- xmlsec-1.4.0.jar
+ xmlsec-1.4.2.jar
  XmlSchema-1.3.2.jar
 
 ===============================================================================
@@ -1967,7 +1979,7 @@
 
 ===============================================================================
 
-backport-util-concurrent-3.0.jar:
+backport-util-concurrent-3.1.jar:
 
 The software comprising backport-util-concurrent is based in large
 part on the code from JSR166, and the package dl.util.concurrent.
@@ -2143,7 +2155,7 @@
 
 ================================================================================
 
-The module tuscany-implementation-script-1.0-incubating.jar temporarily includes    
+The module tuscany-implementation-script-1.4.jar temporarily includes    
 one file under the below BSD license with the following copyright:
 
  Copyright (c) 2006, Sun Microsystems, Inc.
@@ -2292,7 +2304,7 @@
 Revision level 1.1, last updated on 2007/11/19
 
 ================================================================================
-License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.1-incubating.jar)
+License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.1.1.jar)
 
 These files being ...
 commonj/sdo/ChangeSummary$Setting.class

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/release/src/BUILDING?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/release/src/BUILDING (original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/release/src/BUILDING Mon Dec  1 00:44:22 2008
@@ -1,4 +1,4 @@
-Building the Apache Tuscany SCA 1.2 (incubating) April 2008 Release source distribution
+Building the Apache Tuscany SCA 1.4 December 2008 Release source distribution
 =======================================================================================
 
 Initial Setup

Modified: tuscany/branches/sca-java-1.x/distribution/war/src/main/release/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/war/src/main/release/LICENSE?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/war/src/main/release/LICENSE (original)
+++ tuscany/branches/sca-java-1.x/distribution/war/src/main/release/LICENSE Mon Dec  1 00:44:22 2008
@@ -2226,7 +2226,7 @@
 
 No other rights are granted by implication, estoppel or otherwise.
 
-Revision level 1.1, last updated on 2007/11/19
+Revision level 1.1.1, last updated on 2007/11/19
 
 ================================================================================
 License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.0-incubating.jar)

Modified: tuscany/branches/sca-java-1.x/distribution/war/src/main/release/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/war/src/main/release/README?rev=721998&r1=721997&r2=721998&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/war/src/main/release/README (original)
+++ tuscany/branches/sca-java-1.x/distribution/war/src/main/release/README Mon Dec  1 00:44:22 2008
@@ -1,4 +1,4 @@
-Apache Tuscany 1.2 WAR Distribution September 2007 README
+Apache Tuscany 1.4 WAR Distribution December 2008 README
 =========================================================
 
 Welcome to the Tuscany SCA WAR Distribution see the RELEASE_NOTES