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

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

Author: sabob
Date: Sun Feb 22 09:08:05 2009
New Revision: 746650

URL: http://svn.apache.org/viewvc?rev=746650&view=rev
Log:
updated trunk to 2.1.0

Modified:
    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/build/build.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/build.properties?rev=746650&r1=746649&r2=746650&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.properties (original)
+++ incubator/click/trunk/click/build/build.properties Sun Feb 22 09:08:05 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.0.2
+version=2.1.0
 
 # 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=746650&r1=746649&r2=746650&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/header.html (original)
+++ incubator/click/trunk/click/documentation/header.html Sun Feb 22 09:08:05 2009
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.0.2
+       Version 2.1.0
       </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=746650&r1=746649&r2=746650&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page.properties Sun Feb 22 09:08:05 2009
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.0.2
+version=2.1.0
 
 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=746650&r1=746649&r2=746650&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/click-control.properties (original)
+++ incubator/click/trunk/click/framework/src/click-control.properties Sun Feb 22 09:08:05 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.0.2
+click-version=2.1.0
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters