You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/04 06:25:01 UTC

svn commit: r740612 - in /incubator/click/trunk/click: DISCLAIMER.txt build/build.xml

Author: sabob
Date: Wed Feb  4 05:25:01 2009
New Revision: 740612

URL: http://svn.apache.org/viewvc?rev=740612&view=rev
Log:
added incubator disclaimer to distribution

Added:
    incubator/click/trunk/click/DISCLAIMER.txt
Modified:
    incubator/click/trunk/click/build/build.xml

Added: incubator/click/trunk/click/DISCLAIMER.txt
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/DISCLAIMER.txt?rev=740612&view=auto
==============================================================================
--- incubator/click/trunk/click/DISCLAIMER.txt (added)
+++ incubator/click/trunk/click/DISCLAIMER.txt Wed Feb  4 05:25:01 2009
@@ -0,0 +1,6 @@
+Apache Click is an effort undergoing incubation at The Apache Software Foundation (ASF)
+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/click/trunk/click/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/build.xml?rev=740612&r1=740611&r2=740612&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.xml (original)
+++ incubator/click/trunk/click/build/build.xml Wed Feb  4 05:25:01 2009
@@ -274,6 +274,7 @@
       </copy>
  	    <copy file="LICENSE.txt" todir="extras/classes/META-INF"/>
  	    <copy file="NOTICE.txt" todir="extras/classes/META-INF"/>
+      <copy file="DISCLAIMER.txt" todir="extras/classes/META-INF"/>
       <javac srcdir="extras/src"
              destdir="extras/classes"
              debug="true"
@@ -324,6 +325,7 @@
       </copy>
  	  <copy file="LICENSE.txt" todir="${dir.classes}/META-INF"/>
  	  <copy file="NOTICE.txt" todir="${dir.classes}/META-INF"/>
+    <copy file="DISCLAIMER.txt" todir="extras/classes/META-INF"/>
       <!-- No Dependencies -->
       <javac srcdir="${dir.source}"
              destdir="${dir.classes}"
@@ -411,6 +413,7 @@
       </copy>
  	  <copy file="LICENSE.txt" todir="mock/classes/META-INF"/>
  	  <copy file="NOTICE.txt" todir="mock/classes/META-INF"/>
+    <copy file="DISCLAIMER.txt" todir="extras/classes/META-INF"/>
       <javac srcdir="mock/src"
              destdir="mock/classes"
              debug="true"