Author: slaws
Date: Wed Jun 25 05:46:19 2008
New Revision: 671536
URL: http://svn.apache.org/viewvc?rev=671536&view=rev
Log:
Update to refer to release 1.3
Modified:
tuscany/branches/sca-java-1.3/distribution/src/main/release/CHANGES
tuscany/branches/sca-java-1.3/distribution/src/main/release/README
tuscany/branches/sca-java-1.3/distribution/src/main/release/RELEASE_NOTES
tuscany/branches/sca-java-1.3/distribution/src/main/release/bin/INSTALL
tuscany/branches/sca-java-1.3/distribution/src/main/release/src/BUILDING
Modified: tuscany/branches/sca-java-1.3/distribution/src/main/release/CHANGES
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/src/main/release/CHANGES?rev=671536&r1=671535&r2=671536&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/src/main/release/CHANGES
(original)
+++ tuscany/branches/sca-java-1.3/distribution/src/main/release/CHANGES Wed Jun
25 05:46:19 2008
@@ -1,3 +1,44 @@
+Changes With Apache Tuscany SCA 1.3 July 2008
+=============================================
+
+- Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+
+ * ?
+
+- Features and/or Enhancements
+
+ We have graduated as a top level Apache project. The incubating disclaimer
has been removed
+
+ * Core
+ - More improvements to the Distributed Domain story
+ - ?
+ - Old domain and node code has been removed
+ - Improved runtime Java2WSDL processing
+ - ?
+ - No longer relies on Axis code
+ - Support for core validation monitoring
+ - A pluggable monitor can be used to trap and process validation
messages
+ - Performance improvements
+ - ?
+ - Java 2 security enablement across the code base
+ * Extensions
+ - Validation monitoring added to extension processors
+ - Databinding improvements
+ - ?
+ - JSR250 annotation support
+ - OSGi support improvements
+ - ?
+ - Better BPEL support
+ - ?
+ * Tools
+ - No significant changes
+ * Samples/Tutorial/Demos
+ - No significant changes
+ * Testing
+ - more spec verifaction tests
+ - validation itests
+
+
Changes With Apache Tuscany SCA 1.2 (incubating) April 2008
===========================================================
@@ -82,7 +123,7 @@
- Support Bundle URLs to be added as contributions
* Tools
- - Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher
in Eclipse environment
+ - Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher
in Eclipse environment
- An updatesite is also available to facilitate the plugin installation
using the Eclipse update manager
* Samples/Tutorial/Demos
Modified: tuscany/branches/sca-java-1.3/distribution/src/main/release/README
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/src/main/release/README?rev=671536&r1=671535&r2=671536&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/src/main/release/README
(original)
+++ tuscany/branches/sca-java-1.3/distribution/src/main/release/README Wed Jun
25 05:46:19 2008
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.2 (incubating) April 2008 README
-=====================================================
+Apache Tuscany SCA 1.3 July 2008 README
+=======================================
-Welcome to the Tuscany SCA 1.2 release.
+Welcome to the Tuscany SCA 1.3 release.
See the RELEASE_NOTES file for information specific to this release.
Modified:
tuscany/branches/sca-java-1.3/distribution/src/main/release/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/src/main/release/RELEASE_NOTES?rev=671536&r1=671535&r2=671536&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/src/main/release/RELEASE_NOTES
(original)
+++ tuscany/branches/sca-java-1.3/distribution/src/main/release/RELEASE_NOTES
Wed Jun 25 05:46:19 2008
@@ -1,5 +1,5 @@
-Apache Tuscany SCA 1.2 (incubating) April 2008 Release Notes
-============================================================
+Apache Tuscany SCA 1.3 July 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.2 release includes implementations of the
+ The Apache Tuscany SCA 1.3 release includes implementations of the
main SCA specifications including:
SCA Assembly Model V1.0
@@ -52,7 +52,7 @@
For more information on Apache Tuscany visit the website at:
- http://incubator.apache.org/tuscany/
+ 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.
@@ -68,7 +68,7 @@
To join the project's mailing lists follow the instructions at:
- http://incubator.apache.org/tuscany/mailing-lists.html
+ http://tuscany.apache.org/mailing-lists.html
To find out more about OASIS Open CSA go to:
Modified:
tuscany/branches/sca-java-1.3/distribution/src/main/release/bin/INSTALL
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/src/main/release/bin/INSTALL?rev=671536&r1=671535&r2=671536&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/src/main/release/bin/INSTALL
(original)
+++ tuscany/branches/sca-java-1.3/distribution/src/main/release/bin/INSTALL Wed
Jun 25 05:46:19 2008
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 1.2 (incubating) April 2008 Release binary
distribution
-=========================================================================================
+Installing the Apache Tuscany SCA 1.3 July 2008 Release binary distribution
+===========================================================================
Unzip Tuscany binary distribution archive and you get the following:
-tuscany-sca-1.1-incubating
+tuscany-sca-1.3
DISCLAIMER - the ASF incubation disclaimer
INSTALL - this help file
LICENSE - the Apache License and any dependecy licenses
Modified:
tuscany/branches/sca-java-1.3/distribution/src/main/release/src/BUILDING
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/src/main/release/src/BUILDING?rev=671536&r1=671535&r2=671536&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/src/main/release/src/BUILDING
(original)
+++ tuscany/branches/sca-java-1.3/distribution/src/main/release/src/BUILDING
Wed Jun 25 05:46:19 2008
@@ -1,5 +1,5 @@
-Building the Apache Tuscany SCA 1.2 (incubating) April 2008 Release source
distribution
-=======================================================================================
+Building the Apache Tuscany SCA 1.3 July 2008 Release source distribution
+=========================================================================
Initial Setup
-------------