summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/distribution/all')
-rw-r--r--java/sca/distribution/all/src/main/assembly/src.xml11
-rw-r--r--java/sca/distribution/all/src/main/components/bin-common.xml87
-rw-r--r--java/sca/distribution/all/src/main/release/CHANGES31
-rw-r--r--java/sca/distribution/all/src/main/release/README19
-rw-r--r--java/sca/distribution/all/src/main/release/RELEASE_NOTES71
5 files changed, 44 insertions, 175 deletions
diff --git a/java/sca/distribution/all/src/main/assembly/src.xml b/java/sca/distribution/all/src/main/assembly/src.xml
index e2d3fc641c..237ae4428d 100644
--- a/java/sca/distribution/all/src/main/assembly/src.xml
+++ b/java/sca/distribution/all/src/main/assembly/src.xml
@@ -29,15 +29,6 @@
<fileSets>
<fileSet>
- <directory>src/main/release</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>CHANGES</include>
- <include>README</include>
- <include>RELEASE_NOTES</include>
- </includes>
- </fileSet>
- <fileSet>
<directory>../..</directory>
<outputDirectory></outputDirectory>
<excludes>
@@ -45,7 +36,7 @@
<exclude>**/.*/**</exclude>
<exclude>**/*.log</exclude>
<exclude>**/target</exclude>
- <exclude>**/target/**/*</exclude>
+ <exclude>**/target/**/*</exclude>
<exclude>**/binding-dwr-runtime</exclude>
<exclude>**/binding-dwr-runtime/**/*</exclude>
<exclude>**/maven-eclipse.xml</exclude>
diff --git a/java/sca/distribution/all/src/main/components/bin-common.xml b/java/sca/distribution/all/src/main/components/bin-common.xml
index c69e8e3699..983b6addff 100644
--- a/java/sca/distribution/all/src/main/components/bin-common.xml
+++ b/java/sca/distribution/all/src/main/components/bin-common.xml
@@ -1,44 +1,43 @@
-<!--
- * 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 the text files to the top-level directroy -->
- <fileSet>
- <directory>src/main/release</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>CHANGES</include>
- <include>DISCLAIMER</include>
- <include>README</include>
- <include>RELEASE_NOTES</include>
- </includes>
- </fileSet>
- <fileSet>
- <directory>src/main/release/bin</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>INSTALL</include>
- <include>LICENSE</include>
- <include>NOTICE</include>
- </includes>
- </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 the text files to the top-level directroy -->
+ <fileSet>
+ <directory>../..</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>CHANGES</include>
+ <include>README</include>
+ <include>RELEASE_NOTES</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/release/bin</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>INSTALL</include>
+ <include>LICENSE</include>
+ <include>NOTICE</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+
+</component>
diff --git a/java/sca/distribution/all/src/main/release/CHANGES b/java/sca/distribution/all/src/main/release/CHANGES
deleted file mode 100644
index d02a5289e5..0000000000
--- a/java/sca/distribution/all/src/main/release/CHANGES
+++ /dev/null
@@ -1,31 +0,0 @@
-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
diff --git a/java/sca/distribution/all/src/main/release/README b/java/sca/distribution/all/src/main/release/README
deleted file mode 100644
index e0869c7d27..0000000000
--- a/java/sca/distribution/all/src/main/release/README
+++ /dev/null
@@ -1,19 +0,0 @@
-Apache Tuscany SCA 2.0-M1 February 2009 README
-=====================================================
-
-Welcome to the Tuscany SCA 2.0-M1 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.
-
-
-
-
-
-
-
diff --git a/java/sca/distribution/all/src/main/release/RELEASE_NOTES b/java/sca/distribution/all/src/main/release/RELEASE_NOTES
deleted file mode 100644
index 4aa75e33fa..0000000000
--- a/java/sca/distribution/all/src/main/release/RELEASE_NOTES
+++ /dev/null
@@ -1,71 +0,0 @@
-Apache Tuscany SCA 2.0-M1 February 2009 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 2.0-M1 release includes implementations of the
- main SCA specifications and recent updates from Open CSA drafts 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 Web Services Binding V1.0
-
- It also includes implementations of many features not yet defined
- by SCA specifications, including:
-
- - SCA bindings for RMI.
- - Databindings for JAXB, Axis2's AXIOM, 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 in a OSGi enabled runtime Environment (Equinox)
- - running with distributed nodes across multiple JVMs
-
-
-
-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/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/tuscany-user/
- http://mail-archives.apache.org/mod_mbox/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.