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/06/14 17:08:17 UTC

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

Author: sabob
Date: Sun Jun 14 15:08:17 2009
New Revision: 784572

URL: http://svn.apache.org/viewvc?rev=784572&view=rev
Log:
updated docs

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

Modified: incubator/click/trunk/click/documentation/docs/click.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/click.html?rev=784572&r1=784571&r2=784572&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/click.html (original)
+++ incubator/click/trunk/click/documentation/docs/click.html Sun Jun 14 15:08:17 2009
@@ -101,7 +101,8 @@
 <div class="news">
     <div class="news-header">28 June 2009 - Click 2.1.0 Release Candidate 1 (RC1) released</div>
     <div class="news-item">
-        We are pleased to announce the first 2.1.0 release candidate.
+        We are pleased to announce the 2.1.0 release candidate. Please note
+        this is the first Click version with Java 1.5 as a minimum requirement.
         <p/>
         2.1.0 brings many new features including first class
         <a href="click-api/org/apache/click/Page.html#getHeadElements()">HEAD</a>

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=784572&r1=784571&r2=784572&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Sun Jun 14 15:08:17 2009
@@ -163,7 +163,7 @@
                 permissions are correct:
                 <pre class="codeConfig">ssh people.apache.org
 cd ~/public_html/click/click/X.X.X/dist
-find . -type d | xargs chmod 776
+find . -type d | xargs chmod 775
 find . -type f | xargs chmod 664</pre>
 
             </li>