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/01/24 20:20:19 UTC

svn commit: r737422 - in /incubator/click/trunk/click: build/build.xml documentation/docs/developer-guide/releasing.html

Author: sabob
Date: Sat Jan 24 19:20:18 2009
New Revision: 737422

URL: http://svn.apache.org/viewvc?rev=737422&view=rev
Log:
removed TODO.txt

Modified:
    incubator/click/trunk/click/build/build.xml
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html

Modified: incubator/click/trunk/click/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/build.xml?rev=737422&r1=737421&r2=737422&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.xml (original)
+++ incubator/click/trunk/click/build/build.xml Sat Jan 24 19:20:18 2009
@@ -216,7 +216,6 @@
             <exclude name=".**"/> 
             <exclude name=".**/**"/> 
             <exclude name="click-${version}"/> 
-            <exclude name="TODO.txt"/>   
             <exclude name="bin/**"/>
             <exclude name="design/**"/>
             <exclude name="dist/*-src.zip"/>

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=737422&r1=737421&r2=737422&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Sat Jan 24 19:20:18 2009
@@ -69,7 +69,7 @@
                 <ul>
                     <li>
                         Ensure these files have the correct version:
-                        TODO.txt, documentation/header.html,
+                        documentation/header.html,
                         framework/src/click-control.properties, build/build.properties
                         and examples/src/click-page.properties.
                     </li>
@@ -273,7 +273,7 @@
             </li>
             <li>
                 Upgrade Click to the next version. The following files must be updated:
-                TODO.txt, documentation/header.html, framework/src/click-control.properties,
+                documentation/header.html, framework/src/click-control.properties,
                 build/build.properties, examples/src/click-page.properties.
             </li>
         </ul>