Author: jboynes
Date: Fri Jul 21 12:14:10 2006
New Revision: 424424
URL: http://svn.apache.org/viewvc?rev=424424&view=rev
Log:
include NOTICE.txt file in the distribution
Added:
incubator/tuscany/java/distribution/sca/standalone/NOTICE.txt
- copied, changed from r424385, incubator/tuscany/java/NOTICE
Modified:
incubator/tuscany/java/distribution/sca/standalone/src/main/assembly/standalone.xml
Copied: incubator/tuscany/java/distribution/sca/standalone/NOTICE.txt (from
r424385, incubator/tuscany/java/NOTICE)
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/standalone/NOTICE.txt?p2=incubator/tuscany/java/distribution/sca/standalone/NOTICE.txt&p1=incubator/tuscany/java/NOTICE&r1=424385&r2=424424&rev=424424&view=diff
==============================================================================
--- incubator/tuscany/java/NOTICE (original)
+++ incubator/tuscany/java/distribution/sca/standalone/NOTICE.txt Fri Jul 21
12:14:10 2006
@@ -4,15 +4,16 @@
== in this case for the Apache Tuscany distribution. ==
=========================================================================
-This product includes software developed by the Apache Software Foundation
+This product includes software developed by The Apache Software Foundation
(http://www.apache.org/).
-This product also includes software developed by:
-- the Eclipse Modeling Framework project (http://www.eclipse.org/emf/)
-- the Celtix project (http://celtix.objectweb.org/)
-- the Mozilla Rhino project (http://www.mozilla.org/rhino/)
-- the GlassFish JAX-WS project (https://jax-ws.dev.java.net/)
-
-Please read the LICENSE.txt file present in the root directory of this
-distribution.
+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.
+
+Please read the LICENSE.txt file present in the root directory of this
distribution.
Modified:
incubator/tuscany/java/distribution/sca/standalone/src/main/assembly/standalone.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/standalone/src/main/assembly/standalone.xml?rev=424424&r1=424423&r2=424424&view=diff
==============================================================================
---
incubator/tuscany/java/distribution/sca/standalone/src/main/assembly/standalone.xml
(original)
+++
incubator/tuscany/java/distribution/sca/standalone/src/main/assembly/standalone.xml
Fri Jul 21 12:14:10 2006
@@ -26,7 +26,8 @@
<!-- include legal and other files -->
<fileSet>
<includes>
- <include>LICENSE*</include>
+ <include>LICENSE.txt</include>
+ <include>NOTICE.txt</include>
</includes>
</fileSet>
</fileSets>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]