summaryrefslogtreecommitdiffstats
path: root/tags/java/sca
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-11 16:00:25 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-11 16:00:25 +0000
commitb63204f7808a84268c999b0af951c3f436cbcdc6 (patch)
tree8bfc27891727f45af10234a1c2553ccd93624701 /tags/java/sca
parent39528b988b128f93383f495be5e9e0b7b507b341 (diff)
Copying CHANGES to 2.0-M1 RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca')
-rw-r--r--tags/java/sca/2.0-M1-RC2/CHANGES31
1 files changed, 31 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M1-RC2/CHANGES b/tags/java/sca/2.0-M1-RC2/CHANGES
new file mode 100644
index 0000000000..d02a5289e5
--- /dev/null
+++ b/tags/java/sca/2.0-M1-RC2/CHANGES
@@ -0,0 +1,31 @@
+Changes With Apache Tuscany SCA 2.0-M1 February 2009
+====================================================
+
+ The first milestone release for the 2.0 codebase
+
+ Features and/or Enhancements
+
+ * SCA Specification support
+ - The change over from OSOA SCA specification support to OASIS SCA
+ specification support is now in progress. As such we don't claim to
+ support either the OSOA or OASIS SCA specifications in the
+ 2.0 codebase yet.
+
+ * Core
+ - Enable Tuscany to run inside an OSGi runtime
+ - Updated SCA API package names.
+
+ * Other Extensions
+ - Binding RMI
+ - RMI Binding
+ - Binding WS
+ - WebServices Binding
+
+ * Samples/Tutorial/Demos
+ - binding-ws-calculator/
+ - calculator/
+ - calculator-equinox/
+ - calculator-osgi/
+ - calculator-rmi-reference/
+ - calculator-rmi-service/
+ - implementation-java-calculator