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/05 15:21:11 UTC

svn commit: r731583 - in /incubator/click/trunk/click: TODO.txt build/build.properties documentation/header.html examples/src/click-page.properties framework/src/click-control.properties

Author: sabob
Date: Mon Jan  5 06:21:11 2009
New Revision: 731583

URL: http://svn.apache.org/viewvc?rev=731583&view=rev
Log:
updated to next version

Modified:
    incubator/click/trunk/click/TODO.txt
    incubator/click/trunk/click/build/build.properties
    incubator/click/trunk/click/documentation/header.html
    incubator/click/trunk/click/examples/src/click-page.properties
    incubator/click/trunk/click/framework/src/click-control.properties

Modified: incubator/click/trunk/click/TODO.txt
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/TODO.txt?rev=731583&r1=731582&r2=731583&view=diff
==============================================================================
--- incubator/click/trunk/click/TODO.txt (original)
+++ incubator/click/trunk/click/TODO.txt Mon Jan  5 06:21:11 2009
@@ -1,4 +1,4 @@
-Click 1.5.1 Release
+Click 2.0.1 Release
 --------------------
 BUGS
 * 

Modified: incubator/click/trunk/click/build/build.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/build.properties?rev=731583&r1=731582&r2=731583&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.properties (original)
+++ incubator/click/trunk/click/build/build.properties Mon Jan  5 06:21:11 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=1.5.1
+version=2.0.1
 
 # App Server deployment directory by Ant target 'deploy-webapps'
 dir.appserver=C:/Users/medgar/java/apache-tomcat-5.5.25/webapps

Modified: incubator/click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/header.html?rev=731583&r1=731582&r2=731583&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/header.html (original)
+++ incubator/click/trunk/click/documentation/header.html Mon Jan  5 06:21:11 2009
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 1.5.1
+       Version 2.0.1
       </a> 
     </span>
     <span id="apache-incubator-logo">

Modified: incubator/click/trunk/click/examples/src/click-page.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/click-page.properties?rev=731583&r1=731582&r2=731583&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page.properties Mon Jan  5 06:21:11 2009
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=1.5.1
+version=2.0.1
 
 invalid.form.submit=You have made an invalid form submission.
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/src/click-control.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/click-control.properties?rev=731583&r1=731582&r2=731583&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/click-control.properties (original)
+++ incubator/click/trunk/click/framework/src/click-control.properties Mon Jan  5 06:21:11 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=1.5.1
+click-version=2.0.1
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters