Author: jboynes
Date: Sat Jul 22 09:36:47 2006
New Revision: 424598

URL: http://svn.apache.org/viewvc?rev=424598&view=rev
Log:
modify build to add LICENCE and NOTICE files to each sca jar
modify <name> in pom to reflect full project name and use that in the NOTICE 
file

Added:
    incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt   (with props)
    incubator/tuscany/java/sca/commands/launcher/NOTICE.txt   (with props)
    incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/core/NOTICE.txt   (with props)
    incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt   
(with props)
    incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt   
(with props)
    incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt   (with 
props)
    incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt   
(with props)
    incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt   
(with props)
    incubator/tuscany/java/sca/spi/NOTICE.txt   (with props)
    incubator/tuscany/java/sca/test/NOTICE.txt   (with props)
Modified:
    incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml
    incubator/tuscany/java/sca/commands/launcher/pom.xml
    incubator/tuscany/java/sca/containers/container.groovy/pom.xml
    incubator/tuscany/java/sca/containers/container.spring/pom.xml
    incubator/tuscany/java/sca/core/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-axiom/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-castor/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-framework/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-jaxb/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-sdo/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-test/pom.xml
    incubator/tuscany/java/sca/databinding/databinding-xmlbeans/pom.xml
    incubator/tuscany/java/sca/pom.xml
    incubator/tuscany/java/sca/services/transports/http.jetty/pom.xml
    incubator/tuscany/java/sca/spi/pom.xml
    incubator/tuscany/java/sca/test/pom.xml

Added: incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt Sat Jul 22 
09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/bindings/binding.celtix/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml (original)
+++ incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml Sat Jul 22 
09:36:47 2006
@@ -26,7 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>celtix</artifactId>
-    <name>Tuscany Celtix Binding</name>
+    <name>Apache Tuscany Binding for Celtix</name>
     <description>Implementation of the SCA Web Services binding using 
Celtix.</description>
 
     <properties>

Added: incubator/tuscany/java/sca/commands/launcher/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/commands/launcher/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/commands/launcher/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/commands/launcher/NOTICE.txt Sat Jul 22 09:36:47 
2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/commands/launcher/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/commands/launcher/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/commands/launcher/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/commands/launcher/pom.xml (original)
+++ incubator/tuscany/java/sca/commands/launcher/pom.xml Sat Jul 22 09:36:47 
2006
@@ -22,7 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>launcher</artifactId>
-    <name>Tuscany SCA Application Launcher</name>
+    <name>Apache Tuscany SCA Application Launcher</name>
     <description>Standalone executable jar that can be used to launch a SCA 
application.</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/containers/container.groovy/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/containers/container.groovy/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.groovy/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/containers/container.groovy/pom.xml (original)
+++ incubator/tuscany/java/sca/containers/container.groovy/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,8 +24,8 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>groovy</artifactId>
-    <name>Tuscany Groovy Container</name>
-    <description>Tuscany Groovy Container</description>
+    <name>Apache Tuscany Groovy Container</name>
+    <description>Apache Tuscany Groovy Container</description>
 
     <dependencies>
         <dependency>

Added: incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/containers/container.spring/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/containers/container.spring/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.spring/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/containers/container.spring/pom.xml (original)
+++ incubator/tuscany/java/sca/containers/container.spring/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,7 +24,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>spring</artifactId>
-    <name>Tuscany Spring Framework Container</name>
+    <name>Apache Tuscany Spring Framework Container</name>
     <description>Container for managing Spring composites</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/core/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/core/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/core/NOTICE.txt Sat Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/core/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/core/pom.xml (original)
+++ incubator/tuscany/java/sca/core/pom.xml Sat Jul 22 09:36:47 2006
@@ -22,7 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>core</artifactId>
-    <name>Tuscany SCA Core Implementation</name>
+    <name>Apache Tuscany SCA Core</name>
     <description>Core Tuscany runtime.</description>
 
     <!--

Added: incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/databinding/databinding-axiom/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-axiom/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-axiom/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-axiom/pom.xml (original)
+++ incubator/tuscany/java/sca/databinding/databinding-axiom/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,7 +24,7 @@
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>databinding-axiom</artifactId>
-       <name>Tuscany Axiom Data Binding</name>
+       <name>Apache Tuscany Data Binding for Axiom</name>
        <description>Tuscany Axiom Data Binding</description>
 
        <dependencies>

Added: incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt Sat 
Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/databinding/databinding-castor/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-castor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-castor/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-castor/pom.xml (original)
+++ incubator/tuscany/java/sca/databinding/databinding-castor/pom.xml Sat Jul 
22 09:36:47 2006
@@ -24,7 +24,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>databinding-castor</artifactId>
-    <name>Tuscany Castor Data Binding</name>
+    <name>Apache Tuscany Data Binding for Castor</name>
     <description>Tuscany Castor Data Binding</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt 
(added)
+++ incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt Sat 
Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: 
incubator/tuscany/java/sca/databinding/databinding-framework/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-framework/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-framework/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-framework/pom.xml 
(original)
+++ incubator/tuscany/java/sca/databinding/databinding-framework/pom.xml Sat 
Jul 22 09:36:47 2006
@@ -24,7 +24,7 @@
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>databinding-framework</artifactId>
-       <name>Tuscany Data Binding Framework</name>
+       <name>Apache Tuscany Data Binding Framework</name>
        <description>Data Binding Framework</description>
 
        <dependencies>

Added: incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/databinding/databinding-jaxb/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-jaxb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-jaxb/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-jaxb/pom.xml (original)
+++ incubator/tuscany/java/sca/databinding/databinding-jaxb/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,7 +24,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>databinding-jaxb</artifactId>
-    <name>Tuscany JAXB Data Binding</name>
+    <name>Apache Tuscany Data Binding for JAXB</name>
     <description>Tuscany JAXB Data Binding</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/databinding/databinding-sdo/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-sdo/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-sdo/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-sdo/pom.xml (original)
+++ incubator/tuscany/java/sca/databinding/databinding-sdo/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,7 +24,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>databinding-sdo</artifactId>
-    <name>Tuscany Data Binding based on SDO</name>
+    <name>Apache Tuscany Data Binding for SDO</name>
     <description>Data Binding based on SDO.</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt Sat Jul 
22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/databinding/databinding-test/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-test/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-test/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-test/pom.xml (original)
+++ incubator/tuscany/java/sca/databinding/databinding-test/pom.xml Sat Jul 22 
09:36:47 2006
@@ -24,8 +24,9 @@
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>databinding-test</artifactId>
-       <name>Tuscany Data Binding Integration Test</name>
-       <description>Tuscany Data Binding Integration Test</description>
+    <packaging>pom</packaging>
+    <name>Data Binding Integration Test</name>
+       <description>Data Binding Integration Test</description>
 
        <dependencies>
                <dependency>
@@ -84,7 +85,7 @@
        </repositories>
 
        <build>
-               <testResources>
+        <testResources>
                        <testResource>
                                <directory>src/test/resources</directory>
                                <filtering>true</filtering>

Added: incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt 
(added)
+++ incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt Sat 
Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: 
incubator/tuscany/java/sca/databinding/databinding-xmlbeans/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/databinding/databinding-xmlbeans/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/databinding/databinding-xmlbeans/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/databinding/databinding-xmlbeans/pom.xml 
(original)
+++ incubator/tuscany/java/sca/databinding/databinding-xmlbeans/pom.xml Sat Jul 
22 09:36:47 2006
@@ -24,7 +24,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>databinding-xmlbeans</artifactId>
-    <name>Tuscany XmlBeans Data Binding</name>
+    <name>Apache Tuscany Data Binding for XmlBeans</name>
     <description>Tuscany XmlBeans Data Binding</description>
 
     <dependencies>

Modified: incubator/tuscany/java/sca/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Sat Jul 22 09:36:47 2006
@@ -241,6 +241,15 @@
             <resource>
                 <directory>src/main/resources</directory>
             </resource>
+            <resource>
+                <directory>.</directory>
+                <targetPath>META-INF</targetPath>
+                <filtering>true</filtering>
+                <includes>
+                    <include>LICENSE.txt</include>
+                    <include>NOTICE.txt</include>
+                </includes>
+            </resource>
         </resources>
 
         <testResources>

Added: incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt Sat 
Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/services/transports/http.jetty/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/services/transports/http.jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/transports/http.jetty/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/services/transports/http.jetty/pom.xml (original)
+++ incubator/tuscany/java/sca/services/transports/http.jetty/pom.xml Sat Jul 
22 09:36:47 2006
@@ -22,7 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>http-jetty</artifactId>
-    <name>Tuscany Jetty HTTP Service</name>
+    <name>Apache Tuscany Jetty HTTP Service</name>
     <description>Tuscany Jetty HTTP Service</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/spi/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/spi/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/spi/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/spi/NOTICE.txt Sat Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/spi/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/spi/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/spi/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/spi/pom.xml (original)
+++ incubator/tuscany/java/sca/spi/pom.xml Sat Jul 22 09:36:47 2006
@@ -22,7 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>spi</artifactId>
-    <name>Tuscany SCA SPI</name>
+    <name>Apache Tuscany SCA SPI</name>
     <description>Tuscany Service Provider Interfaces.</description>
 
     <dependencies>

Added: incubator/tuscany/java/sca/test/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/test/NOTICE.txt?rev=424598&view=auto
==============================================================================
--- incubator/tuscany/java/sca/test/NOTICE.txt (added)
+++ incubator/tuscany/java/sca/test/NOTICE.txt Sat Jul 22 09:36:47 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the 
ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/sca/test/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/sca/test/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/test/pom.xml?rev=424598&r1=424597&r2=424598&view=diff
==============================================================================
--- incubator/tuscany/java/sca/test/pom.xml (original)
+++ incubator/tuscany/java/sca/test/pom.xml Sat Jul 22 09:36:47 2006
@@ -22,7 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>test</artifactId>
-    <name>Tuscany Test</name>
+    <name>Apache Tuscany Test Framework</name>
     <description>Tuscany Testcase Framework</description>
 
     <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to