You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/07/24 14:33:44 UTC

svn commit: r559025 - in /incubator/tuscany/java/sca/distribution/src/main: assembly/bin.xml assembly/src.xml release/CHANGES release/README release/RELEASE_NOTES release/bin/INSTALL release/bin/LICENSE release/bin/NOTICE release/src/BUILDING

Author: svkrish
Date: Tue Jul 24 05:33:43 2007
New Revision: 559025

URL: http://svn.apache.org/viewvc?view=rev&rev=559025
Log:
merging changes from 0.91 branch

Added:
    incubator/tuscany/java/sca/distribution/src/main/release/CHANGES
      - copied unchanged from r559012, incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/CHANGES
Modified:
    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/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/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Tue Jul 24 05:33:43 2007
@@ -1,152 +1,179 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-	* 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.
+    * 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.
 -->
 <assembly>
-	<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
-	<id></id>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<formats>
-          <format>dir</format>
-          <format>tar.gz</format>
-          <format>zip</format>
-	</formats>
-
-	<fileSets>
-
-            <!-- Add the text files to the top-level directroy -->
-		<fileSet>
-			<directory>src/main/release</directory>
-			<outputDirectory>tuscany-sca-${tuscany.version}</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>tuscany-sca-${tuscany.version}</outputDirectory>
-			<includes>
-				<include>INSTALL</include>
-				<include>LICENSE</include>
-				<include>NOTICE</include>
-			</includes>
-		</fileSet>
-
-            <!-- Add javadoc to the doc directory -->
-		<fileSet>
-			<directory>target/javadoc</directory>
-			<outputDirectory>tuscany-sca-${tuscany.version}/docs/javadoc</outputDirectory>
-			<includes>
-				<include>**/*</include>
-			</includes>
-		</fileSet>
-
-            <!-- Add all the samples to the samples directory -->
-		<fileSet>
-			<directory>../samples</directory>
-			<outputDirectory>tuscany-sca-${tuscany.version}/samples</outputDirectory>
-			<includes>
-				<include>**/*</include>
-			</includes>
-			<excludes>
-				<exclude>pom.xml</exclude>
-				<exclude>bigbank</exclude>
-				<exclude>bigbank/**/*</exclude>
-				<exclude>das-service</exclude>
-				<exclude>das-service/**/*</exclude>
-				<exclude>das-service-web</exclude>
-				<exclude>das-service-web/**/*</exclude>
-				<exclude>helloworld-jsonrpc/src/main/webapp/dojo</exclude>
-				<exclude>helloworld-jsonrpc/src/main/webapp/dojo/**/*</exclude>
-				<exclude>helloworld-ws-reference/work</exclude>
-				<exclude>helloworld-ws-reference/work/**/*</exclude>
-				<exclude>helloworld-ws-service/work</exclude>
-				<exclude>helloworld-ws-service/work/**/*</exclude>
-				<exclude>calculator-web/target/sample-calculator-web</exclude>
-				<exclude>calculator-web/target/sample-calculator-web/**/*</exclude>
-				<exclude>helloworld-jsonrpc/target/sample-helloworldjsonrpc</exclude>
-				<exclude>helloworld-jsonrpc/target/sample-helloworldjsonrpc/**/*</exclude>
-                        <exclude>helloworld-jsonrpc/target/dojo-download</exclude>
-                        <exclude>helloworld-jsonrpc/target/dojo-download/**/*</exclude>
-				<exclude>loanapplication</exclude>
-				<exclude>loanapplication/**/*</exclude>
-				<exclude>*/.classpath</exclude>
-				<exclude>*/.project</exclude>
-				<exclude>*/target/classes</exclude>
-				<exclude>*/target/classes/**/*</exclude>
-				<exclude>*/target/test-classes</exclude>
-				<exclude>*/target/test-classes/**/*</exclude>
-				<exclude>*/target/surefire-reports</exclude>
-				<exclude>*/target/surefire-reports/**/*</exclude>
-			</excludes>
-		</fileSet>
-
-            <!-- Add the generated tuscany manifest classpath jar to the lib directory -->
-		<fileSet>
-			<directory>manifest/target</directory>
-			<outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
-			<includes>
-				<include>tuscany-sca-manifest.jar</include>
-			</includes>
-		</fileSet>
-
-	</fileSets>
-
-	<dependencySets>
-
-            <!-- Add all the Tuscany modules to the modules directory -->
-            <dependencySet>
-                <outputDirectory>tuscany-sca-${tuscany.version}/modules</outputDirectory>
-		    <unpack>false</unpack>
-		    <includes>
-		        <include>org.apache.tuscany.sca:*</include>
-		    </includes>
-                <!-- exclude the tuscany bundle jar from the modules directory -->
-                <excludes>
-                   <exclude>org.apache.tuscany.sca:tuscany-bundle</exclude>
-                </excludes>
-		    <scope>runtime</scope>
-		</dependencySet>
-
-            <!-- Add all the dependent jars to the lib directory -->
-		<dependencySet>
-		    <outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
-		    <unpack>false</unpack>
-			<excludes>
-		        <exclude>org.apache.tuscany.sca:*</exclude>
-                  </excludes>
-                  <scope>runtime</scope>
-		</dependencySet>
-
-            <!-- Add the Tuscany bundle jar to the lib directory renaming it to nicer name -->
-		<dependencySet>
-		    <outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
-		    <unpack>false</unpack>
-		    <includes>
-		        <include>org.apache.tuscany.sca:tuscany-bundle</include>
-		    </includes>
-		    <scope>runtime</scope>
-		    <outputFileNameMapping>tuscany-sca-all-${version}.${extension}</outputFileNameMapping>
-		</dependencySet>
+    <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+    <id></id>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>dir</format>
+        <format>tar.gz</format>
+        <format>zip</format>
+    </formats>
+
+    <fileSets>
+        <!-- Add the text files to the top-level directroy -->
+        <fileSet>
+            <directory>src/main/release</directory>
+            <outputDirectory>tuscany-sca-${tuscany.version}</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>tuscany-sca-${tuscany.version}</outputDirectory>
+            <includes>
+                <include>INSTALL</include>
+                <include>LICENSE</include>
+                <include>NOTICE</include>
+            </includes>
+        </fileSet>
+        <!-- Add javadoc to the doc directory -->
+        <fileSet>
+            <directory>target/javadoc</directory>
+            <outputDirectory>tuscany-sca-${tuscany.version}/docs/javadoc</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </fileSet>
+        <!-- Add all the samples to the samples directory -->
+        <fileSet>
+            <directory>../samples</directory>
+            <outputDirectory>tuscany-sca-${tuscany.version}/samples</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+            <excludes>
+                <exclude>pom.xml</exclude>
+                <exclude>bigbank</exclude>
+                <exclude>bigbank/**/*</exclude>
+                <exclude>das-service</exclude>
+                <exclude>das-service/**/*</exclude>
+                <exclude>das-service-web</exclude>
+                <exclude>das-service-web/**/*</exclude>
+                <exclude>helloworld-dojo/src/main/webapp/dojo</exclude>
+                <exclude>helloworld-dojo/src/main/webapp/dojo/**/*</exclude>
+                <exclude>helloworld-ws-reference/work</exclude>
+                <exclude>helloworld-ws-reference/work/**/*</exclude>
+                <exclude>helloworld-ws-service/work</exclude>
+                <exclude>helloworld-ws-service/work/**/*</exclude>
+                <exclude>calculator-webapp/target/sample-calculator-webapp</exclude>
+                <exclude>calculator-webapp/target/sample-calculator-webapp/**/*</exclude>
+                <exclude>chat-webapp/target/sample-chat-webapp</exclude>
+                <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
+                <exclude>helloworld-dojo/target/sample-helloworld-dojo</exclude>
+                <exclude>helloworld-dojo/target/sample-helloworld-dojo/**/*</exclude>
+                <exclude>helloworld-jsonrpc/target/sample-helloworld-jsonrpc</exclude>
+                <exclude>helloworld-jsonrpc/target/sample-helloworld-jsonrpc/**/*</exclude>
+                <exclude>loanapplication</exclude>
+                <exclude>loanapplication/**/*</exclude>
+                <exclude>*/.classpath</exclude>
+                <exclude>*/.project</exclude>
+                <exclude>*/target/classes</exclude>
+                <exclude>*/target/classes/**/*</exclude>
+                <exclude>*/target/test-classes</exclude>
+                <exclude>*/target/test-classes/**/*</exclude>
+                <exclude>*/target/surefire-reports</exclude>
+                <exclude>*/target/surefire-reports/**/*</exclude>
+                <exclude>*/**/*.svg</exclude>
+            </excludes>
+        </fileSet>
+        <!-- Add all the demos to the demos directory -->
+        <fileSet>
+            <directory>../demos</directory>
+
+            <outputDirectory>tuscany-sca-${tuscany.version}/demos</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+            <excludes>
+                <exclude>alert-aggregator/src/main/webapp/dojo</exclude>
+                <exclude>alert-aggregator/src/main/webapp/dojo/**/*</exclude>
+                <exclude>alert-aggregator/target/demo-alert-aggregator</exclude>
+                <exclude>alert-aggregator/target/demo-alert-aggregator/**/*</exclude>
+                <exclude>alert-aggregator/target/sdo-source</exclude>
+                <exclude>alert-aggregator/target/sdo-source/**/*</exclude>
+                <exclude>bigbank-account/src/main/resources/web/dojo</exclude> 
+                <exclude>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>
+                <exclude>*/.project</exclude>
+                <exclude>*/target/classes</exclude>
+                <exclude>*/target/classes/**/*</exclude>
+                <exclude>*/target/test-classes</exclude>
+                <exclude>*/target/test-classes/**/*</exclude>
+                <exclude>*/target/surefire-reports</exclude>
+                <exclude>*/target/surefire-reports/**/*</exclude>
+                <exclude>*/**/*.svg</exclude>
+                <exclude>*/**/*.ruleset</exclude>
+            </excludes>
+        </fileSet>
+        <!-- Add the generated tuscany manifest classpath jar to the lib directory -->
+        <fileSet>
+            <directory>manifest/target</directory>
+            <outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
+            <includes>
+                <include>tuscany-sca-manifest.jar</include>
+            </includes>
+        </fileSet>
+
+    </fileSets>
+
+    <dependencySets>
+        <!-- Add all the Tuscany modules to the modules directory -->
+        <dependencySet>
+            <outputDirectory>tuscany-sca-${tuscany.version}/modules</outputDirectory>
+            <unpack>false</unpack>
+            <includes>
+                <include>org.apache.tuscany.sca:*</include>
+            </includes>
+            <!-- exclude the tuscany bundle jar from the modules directory -->
+            <excludes>
+                <exclude>org.apache.tuscany.sca:tuscany-bundle</exclude>
+            </excludes>
+            <scope>runtime</scope>
+        </dependencySet>
+        <!-- Add all the dependent jars to the lib directory -->
+        <dependencySet>
+            <outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
+            <unpack>false</unpack>
+            <excludes>
+                <exclude>org.apache.tuscany.sca:*</exclude>
+            </excludes>
+            <scope>runtime</scope>
+        </dependencySet>
+        <!-- Add the Tuscany bundle jar to the lib directory renaming it to nicer name -->
+        <dependencySet>
+            <outputDirectory>tuscany-sca-${tuscany.version}/lib</outputDirectory>
+            <unpack>false</unpack>
+            <includes>
+                <include>org.apache.tuscany.sca:tuscany-bundle</include>
+            </includes>
+            <scope>runtime</scope>
+            <outputFileNameMapping>tuscany-sca-all-${version}.${extension}</outputFileNameMapping>
+        </dependencySet>
+
+    </dependencySets>
 
-	</dependencySets>
-	
 </assembly>

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml Tue Jul 24 05:33:43 2007
@@ -83,20 +83,28 @@
     		 <exclude>itest/databindings/jaxbgen/velocity.log</exclude>
              <exclude>modules/http-tomcat/work</exclude>
              <exclude>modules/http-tomcat/work/**/*</exclude>
-             <exclude>modules/implementation-spring</exclude>
-             <exclude>modules/implementation-spring/**/*</exclude>
              <exclude>samples/das-service</exclude>
              <exclude>samples/das-service/**/*</exclude>
              <exclude>samples/das-service-web</exclude>
              <exclude>samples/das-service-web/**/*</exclude>
              <exclude>samples/helloworld-jsonrpc/src/main/webapp/dojo</exclude>
              <exclude>samples/helloworld-jsonrpc/src/main/webapp/dojo/**/*</exclude>
+             <exclude>samples/helloworld-dojo/src/main/webapp/dojo</exclude>
+             <exclude>samples/helloworld-dojo/src/main/webapp/dojo/**/*</exclude>
              <exclude>samples/helloworld-ws-reference/work</exclude>
              <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
              <exclude>samples/helloworld-ws-service/work</exclude>
              <exclude>samples/helloworld-ws-service/work/**/*</exclude>
              <exclude>samples/bigbank</exclude>
              <exclude>samples/bigbank/**/*</exclude>
+             <exclude>demos/alert-aggregator/src/main/webapp/dojo</exclude>
+             <exclude>demos/alert-aggregator/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>*/**/*.svg</exclude>
+             <exclude>*/**/*.ruleset</exclude>
+             <exclude>*/**/*.pmd</exclude>
+             <exclude>*/**/*.checkstyle</exclude>
          </excludes>
 	 </fileSet>
      </fileSets>

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/README (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/README Tue Jul 24 05:33:43 2007
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 0.90 (incubating) June 2007 README
+Apache Tuscany SCA 0.91 (incubating) July 2007 README
 =====================================================
 
-Welcome to the Tuscany SCA 0.90 release. 
+Welcome to the Tuscany SCA 0.91 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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/RELEASE_NOTES Tue Jul 24 05:33:43 2007
@@ -1,36 +1,28 @@
-Apache Tuscany SCA 0.90 (incubating) June 2007 Release Notes
+Apache Tuscany SCA 0.91 (incubating) July 2007 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).
+
 Overview
 --------
 
-This 0.90 release of Apache Tuscany SCA represents a significant
-milestone on the road to 1.0.
-
-This release includes a substantial redesign and rewrite of parts
-of the Tuscany SCA runtime which has significantly improved usability
-compared with previous releases. 
+        This 0.91 release of Apache Tuscany SCA builds further on 
+        the stability and modularity established with the 
+        previous release by including a few more binding and 
+        implementation extensions.  Another significant addition
+        to this release are the demos.
 
 Key features include:
 
-- now based on the final OSOA (http://www.osoa.org) 1.0 specifications;
-
-- clear, simple and stable SPI's to aid embedding and extending the runtime;
-
-- lightweight and modular, allowing users to pick and choose Tuscany modules
-  as required for their particular environments.
-
-The result of these improvements is that the Tuscany SCA runtime can now be
-used easily in any environment - standalone, within webapps, embedded in any
-application server, or even running inside an IDE.
- 
-No special tools, packaging, or plugins are required to create SCA
-applications using Tuscany SCA. The standard Ant or Maven build tools,
-or the simple JDK command line tools, are all that is required to
-develop and use Tuscany SCA applications.
-
-The modular nature of Tuscany now enables a complete runtime for SCA assembly 
-to be put together with less than 1MB of Tuscany code.
+- support for multiple contributions to the SCA Domain
+- an alternative simplified SPI helper extensions for rapid exetension 
+development
+- implementation extension for Spring Framework (implementation.spring) and
+Web Resources.
+- binding extensions for ajax, ejb and integrating RSS/ATOM feeds, 
 
 See the CHANGES file for a detailed list of the features in this release.
 
@@ -53,6 +45,14 @@
 
        http://issues.apache.org/jira/browse/TUSCANY
 
+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.
+- The Tuscany Team.

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/INSTALL Tue Jul 24 05:33:43 2007
@@ -1,22 +1,26 @@
-Installing the Apache Tuscany SCA 0.90 (incubating) June 2007 Release binary distribution
+Installing the Apache Tuscany SCA 0.91 (incubating) July 2007 Release binary distribution
 =========================================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:
 
-tuscany-sca-0.90-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
-   CHANGES    - A note of the major changes in this version
+tuscany-sca-0.91-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
 
-   /doc       - Javadoc for the SCA APIs and the Tuscany SPIs
+   /demos        - Demo applications showcasing the use of Apache Tuscany 
 
-   /lib       - The tuscany-sca-all and tuscany-sca-manifest jars and all their dependencies
+   /doc          - Javadoc for the SCA APIs and the Tuscany SPIs
 
-   /modules   - all of the individual Tuscany jars
+   /lib          - The tuscany-sca-all and tuscany-sca-manifest jars and all their dependencies
 
-   /samples   - all the Tuscany samples, see the README in that directory
+   /modules      - all of the individual Tuscany jars
+
+   /samples      - all the Tuscany samples, see the README in that directory
 
 
 

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/LICENSE Tue Jul 24 05:33:43 2007
@@ -209,10 +209,58 @@
 The Apache Tuscany binary distribution includes a number of subcomponents
 with separate copyright notices and license terms. Your use of the
 code for the these subcomponents is subject to the terms and
-conditions of the following licenses. 
+conditions of the following licenses.                             
 
 ===============================================================================
 
+The following components come under Apache Software License 2.0
+
+ annogen-0.1.0.jar
+ annotations-api-6.0.10.jar
+ aopalliance-1.0.jar
+ axiom-api-1.2.4.jar
+ axiom-dom-1.2.4.jar
+ axiom-impl-1.2.4.jar
+ axis2-java2wsdl-1.2.jar
+ axis2-kernel-1.2.jar
+ bsf-all-3.0-beta1.jar
+ catalina-6.0.10.jar
+ cglib-nodep-2.1_3.jar
+ common-2.2.2.jar
+ commonj-api-1.0-incubating-SNAPSHOT.jar
+ commons-codec-1.3.jar
+ commons-fileupload-1.1.1.jar
+ commons-httpclient-3.0.1.jar
+ commons-io-1.1.jar
+ commons-logging-1.1.jar
+ coyote-6.0.10.jar
+ geronimo-ejb_2.1_spec-1.0.1.jar
+ geronimo-jms_1.1_spec-1.1.jar
+ geronimo-jta_1.0.1B_spec-1.0.1.jar
+ jakarta-httpcore-4.0-alpha4.jar
+ jetty-6.1.0.jar
+ jetty-util-6.1.0.jar
+ json-rpc-1.0.jar
+ juli-6.0.10.jar
+ log4j-1.2.12.jar
+ logkit-1.0.1.jar
+ neethi-2.0.1.jar
+ sdo-api-r2.1-1.0-incubating-beta1.jar
+ spring-beans-2.0.3.jar
+ spring-context-2.0.3.jar
+ spring-core-2.0.3.jar
+ stax-api-1.0.1.jar
+ tuscany-sca-all-1.0-incubating-SNAPSHOT.jar
+ tuscany-sca-manifest.jar
+ tuscany-sdo-impl-1.0-incubating-beta1.jar
+ woden-1.0-incubating-M7a.jar
+ wstx-asl-3.2.0.jar
+ xercesImpl-2.8.1.jar
+ xml-apis-1.3.03.jar
+ XmlSchema-1.3.1.jar
+ 
+===============================================================================
+
 jaxen-1.1-beta-9.jar:
 
  Copyright 2003-2006 The Werken Company. All Rights Reserved.
@@ -483,7 +531,7 @@
 
 ===============================================================================
 
-For the Rhino JavaScript engine js.jar:
+For the Rhino JavaScript engine js-1.6R5.jar:
 
                           MOZILLA PUBLIC LICENSE
                                 Version 1.1
@@ -1685,5 +1733,167 @@
     facility."
 
 ===============================================================================
+rome-0.9.jar
+
+Copyright 2004 Sun Microsystems, Inc.
+
+Licensed 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.
+
+===============================================================================
+jdom-1.0.jar :
+
+$Id: LICENSE.txt,v 1.11 2004/02/06 09:32:57 jhunter Exp $
+
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions, and the following disclaimer.
+ 
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions, and the disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+
+ 3. The name "JDOM" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact <request_AT_jdom_DOT_org>.
+ 
+ 4. Products derived from this software may not be called "JDOM", nor
+    may "JDOM" appear in their name, without prior written permission
+    from the JDOM Project Management <request_AT_jdom_DOT_org>.
+ 
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      JDOM Project (http://www.jdom.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.jdom.org/images/logos.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ This software consists of voluntary contributions made by many 
+ individuals on behalf of the JDOM Project and was originally 
+ created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+ Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+ on the JDOM Project, please see <http://www.jdom.org/>. 
+
+========================================================================
+
+dwr-2.0.1.jar :
+
+/*
+* Copyright 2005 Joe Walker
+*
+* Licensed 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.
+*/
+
+==========================================================================
+
+dojotoolkit :
+
+The "New" BSD License:
+**********************
+
+Copyright (c) 2005, The Dojo Foundation
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  * Redistributions of source code must retain the above copyright notice, this
+	list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+	this list of conditions and the following disclaimer in the documentation
+	and/or other materials provided with the distribution.
+  * Neither the name of the Dojo Foundation nor the names of its contributors
+	may be used to endorse or promote products derived from this software
+	without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+================================================================================
+
+The module tuscany-implementation-script-1.0-incubating.jar temporarily includes    
+one file under the following BSD license:
+
+ Copyright (c) 2006, Sun Microsystems, Inc.
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ 
+  - Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+ 
+  - Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+ 
+  - Neither the name of the Sun Microsystems, Inc. nor the names of 
+    contributors may be used to endorse or promote products derived from this 
+    software without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY 
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+ DAMAGE. 
 
+================================================================================
 

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/bin/NOTICE Tue Jul 24 05:33:43 2007
@@ -29,10 +29,24 @@
 
 This product includes software from the GlassFish project (https://glassfish.dev.java.net/)
     Copyright (c) 2006, Sun Microsystems, Inc.
+    
+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 JDOM (http://www.jdom.org/)
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved.
+ 
+This product includes/uses DWR (http://getahead.org/dwr)
+ Copyright 2005 Joe Walker. All rights reserved.
+ 
+This product includes/uses dojotoolkit (http://dojotoolkit.org/)
+ Copyright (c) 2005, The Dojo Foundation. All rights reserved.
+
+
 
 Please see the LICENSE file present in the root directory of this
 distribution.

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?view=diff&rev=559025&r1=559024&r2=559025
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING Tue Jul 24 05:33:43 2007
@@ -1,4 +1,4 @@
-Building the Apache Tuscany SCA 0.90 (incubating) June 2007 Release source distribution
+Building the Apache Tuscany SCA 0.91 (incubating) July 2007 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