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/10 20:22:30 UTC

svn commit: r743066 - /incubator/click/trunk/click/documentation/docs/configuration.html

Author: sabob
Date: Tue Feb 10 19:22:30 2009
New Revision: 743066

URL: http://svn.apache.org/viewvc?rev=743066&view=rev
Log:
doco update

Modified:
    incubator/click/trunk/click/documentation/docs/configuration.html

Modified: incubator/click/trunk/click/documentation/docs/configuration.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/configuration.html?rev=743066&r1=743065&r2=743066&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/configuration.html (original)
+++ incubator/click/trunk/click/documentation/docs/configuration.html Tue Feb 10 19:22:30 2009
@@ -156,7 +156,7 @@
 <click-app charset="UTF-8" locale="de"> 
 
   <pages package="com.mycorp.banking.page">
-    <page path="index.htm" classname="com.mycorp.page.Home"/>
+    <page path="index.htm" classname="Home"/>
   </pages>
 
   <pages package="com.mycorp.common.page"/>
@@ -170,6 +170,8 @@
 </click-app> 
 </pre>
 
+The rest of this chapter cover Click configuration in detail.
+
 <a name="application-click-app" class="heading"></a><h3>2.1&nbsp; Click App</h3>
 
 The root <span class="red">click-app</span> element defines two application