You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/08/31 04:21:32 UTC

svn commit: r438749 - in /incubator/tuscany/java/spec/sca: NOTICE.txt pom.xml

Author: jboynes
Date: Wed Aug 30 19:21:31 2006
New Revision: 438749

URL: http://svn.apache.org/viewvc?rev=438749&view=rev
Log:
add NOTICE file for SCA API

Added:
    incubator/tuscany/java/spec/sca/NOTICE.txt   (with props)
Modified:
    incubator/tuscany/java/spec/sca/pom.xml

Added: incubator/tuscany/java/spec/sca/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/NOTICE.txt?rev=438749&view=auto
==============================================================================
--- incubator/tuscany/java/spec/sca/NOTICE.txt (added)
+++ incubator/tuscany/java/spec/sca/NOTICE.txt Wed Aug 30 19:21:31 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/spec/sca/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/spec/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?rev=438749&r1=438748&r2=438749&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sca/pom.xml (original)
+++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 19:21:31 2006
@@ -102,5 +102,19 @@
             </plugin>
         </plugins>
         <defaultGoal>install</defaultGoal>
+        <resources>
+            <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>
     </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org