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/07/26 19:55:34 UTC

svn commit: r797965 - in /incubator/click/trunk/click: build/build.properties documentation/header.html documentation/xdocs/src/docbook/click/click-book.xml examples/src/click-page.properties framework/src/click-control.properties

Author: sabob
Date: Sun Jul 26 17:55:33 2009
New Revision: 797965

URL: http://svn.apache.org/viewvc?rev=797965&view=rev
Log:
prepare for next release

Modified:
    incubator/click/trunk/click/build/build.properties
    incubator/click/trunk/click/documentation/header.html
    incubator/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml
    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=797965&r1=797964&r2=797965&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.properties (original)
+++ incubator/click/trunk/click/build/build.properties Sun Jul 26 17:55:33 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.1.0-RC2
+version=2.1.0
 
 # App Server deployment directory by Ant target 'deploy-webapps'
 dir.appserver=C:/bin/Java/apache-tomcat-6.0/webapps

Modified: incubator/click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/header.html?rev=797965&r1=797964&r2=797965&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/header.html (original)
+++ incubator/click/trunk/click/documentation/header.html Sun Jul 26 17:55:33 2009
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.1.0-RC2
+       Version 2.1.0
       </a> 
     </span>
     <span id="apache-incubator-logo">

Modified: incubator/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml?rev=797965&r1=797964&r2=797965&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml (original)
+++ incubator/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml Sun Jul 26 17:55:33 2009
@@ -35,7 +35,7 @@
 			<holder>The Apache Software Foundation</holder>
 		</copyright>
 		
-		<releaseinfo>V 2.1.0-RC2</releaseinfo>
+		<releaseinfo>V 2.1.0</releaseinfo>
 		
 		<productname>Click</productname>
 		

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=797965&r1=797964&r2=797965&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page.properties Sun Jul 26 17:55:33 2009
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.1.0-RC2
+version=2.1.0
 
 deleteConfirm=Are you sure you want to remove this {0}?
 

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=797965&r1=797964&r2=797965&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/click-control.properties (original)
+++ incubator/click/trunk/click/framework/src/click-control.properties Sun Jul 26 17:55:33 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.1.0-RC2
+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