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 01:43:54 UTC

svn commit: r784488 - in /incubator/click/trunk/click: build/ documentation/ documentation/docs/developer-guide/ documentation/xdocs/src/docbook/click/ examples/src/ framework/src/

Author: sabob
Date: Sat Jun 13 23:43:54 2009
New Revision: 784488

URL: http://svn.apache.org/viewvc?rev=784488&view=rev
Log:
update to correct version

Modified:
    incubator/click/trunk/click/build/build.properties
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
    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=784488&r1=784487&r2=784488&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.properties (original)
+++ incubator/click/trunk/click/build/build.properties Sat Jun 13 23:43:54 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.1.0
+version=2.1.0-RC1
 
 # App Server deployment directory by Ant target 'deploy-webapps'
 dir.appserver=C:/Users/medgar/java/apache-tomcat-6.0/webapps

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=784488&r1=784487&r2=784488&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Sat Jun 13 23:43:54 2009
@@ -69,9 +69,9 @@
                 <ul>
                     <li>
                         Ensure these files have the correct version:
-                        documentation/header.html,
-                        framework/src/click-control.properties, build/build.properties
-                        and examples/src/click-page.properties.
+                        documentation/header.html, framework/src/click-control.properties,
+                        build/build.properties, examples/src/click-page.properties
+                        and documentation/xdocs/src/docbook/click/click-book.xml.
                     </li>
                     <li>
                         Ensure third-party library versions are correct. Check the following
@@ -83,11 +83,40 @@
                 </ul>
             </li>
             <li>
-                Finalize Roadmap and Changes and ensure that the release date is correct.
-                Also ensure the release date in the <tt>downloads.html</tt> page is correct.
+                Finalize website:
+                <p/>
+                <ul>
+                    <li>
+                        Finalize <tt>documentation/docs/click.html</tt> and add
+                        news about the upcoming release.
+                    </li>
+                    <li>
+                        Finalize <tt>documentation/docs/roadmap-changes.html</tt>
+                        and ensure that the release date is correct.
+                    </li>
+                    <li>
+                        Update <tt>downloads.html</tt> and ensure the release date is correct.
+                    </li>
+                </ul>
+            </li>
+            <li>
+                Build documentation:
+                <p/>
+                <ul>
+                    <li>
+                        Navigate to the folder <tt>/documentation/xdocs</tt> and
+                        download the list of third-party documentation dependencies:
+                        <pre class="codeConfig">ant get-deps</pre>
+                    </li>
+                    <li>
+                        Build the documentation in PDF and HTML formats:
+                        <pre class="codeConfig">ant all</pre>
+                    </li>
+                </ul>
             </li>
             <li>
-                Download the list of third-party library dependencies:
+                Navigate to the <tt>/build</tt> folder and download the list of
+                third-party library dependencies:
                 <pre class="codeConfig">ant get-deps</pre>
             </li>
             <li>
@@ -366,7 +395,8 @@
             <li>
                 Upgrade Click to the next version. The following files must be updated:
                 documentation/header.html, framework/src/click-control.properties,
-                build/build.properties, examples/src/click-page.properties.
+                build/build.properties, examples/src/click-page.properties and
+                documentation/xdocs/src/docbook/click/click-book.xml.
             </li>
         </ul>
 

Modified: incubator/click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/header.html?rev=784488&r1=784487&r2=784488&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/header.html (original)
+++ incubator/click/trunk/click/documentation/header.html Sat Jun 13 23:43:54 2009
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.1.0
+       Version 2.1.0-RC1
       </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=784488&r1=784487&r2=784488&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 Sat Jun 13 23:43:54 2009
@@ -35,7 +35,7 @@
 			<holder>The Apache Software Foundation</holder>
 		</copyright>
 		
-		<releaseinfo>V 2.1.0</releaseinfo>
+		<releaseinfo>V 2.1.0-RC1</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=784488&r1=784487&r2=784488&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page.properties Sat Jun 13 23:43:54 2009
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.1.0
+version=2.1.0-RC1
 
 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=784488&r1=784487&r2=784488&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/click-control.properties (original)
+++ incubator/click/trunk/click/framework/src/click-control.properties Sat Jun 13 23:43:54 2009
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.1.0
+click-version=2.1.0-RC1
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters