You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/11/26 15:45:16 UTC

svn commit: r598292 - in /incubator/qpid/branches/M2/dotnet: DISCLAIMER default.build

Author: rupertlssmith
Date: Mon Nov 26 06:45:15 2007
New Revision: 598292

URL: http://svn.apache.org/viewvc?rev=598292&view=rev
Log:
Added incubator disclaimer.

Added:
    incubator/qpid/branches/M2/dotnet/DISCLAIMER
Modified:
    incubator/qpid/branches/M2/dotnet/default.build

Added: incubator/qpid/branches/M2/dotnet/DISCLAIMER
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/DISCLAIMER?rev=598292&view=auto
==============================================================================
--- incubator/qpid/branches/M2/dotnet/DISCLAIMER (added)
+++ incubator/qpid/branches/M2/dotnet/DISCLAIMER Mon Nov 26 06:45:15 2007
@@ -0,0 +1,5 @@
+Apache Qpid is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator 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.

Modified: incubator/qpid/branches/M2/dotnet/default.build
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/default.build?rev=598292&r1=598291&r2=598292&view=diff
==============================================================================
--- incubator/qpid/branches/M2/dotnet/default.build (original)
+++ incubator/qpid/branches/M2/dotnet/default.build Mon Nov 26 06:45:15 2007
@@ -125,7 +125,8 @@
                 <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
                 <include name="README.txt"/>
-                <include name="RELEASE_NOTES.txt"/>                    
+                <include name="RELEASE_NOTES.txt"/>
+                <include name="DISCLAIMER"/>                    
             </fileset>
         </zip>
     </target>