Author: bckfnn
Date: Mon Jun 21 21:03:21 2010
New Revision: 956694
URL: http://svn.apache.org/viewvc?rev=956694&view=rev
Log:
updated version numbers of dependencies.
Modified:
click/trunk/click/documentation/docs/developer-guide/building.html
Modified: click/trunk/click/documentation/docs/developer-guide/building.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/building.html?rev=956694&r1=956693&r2=956694&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/building.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/building.html Mon Jun 21 21:03:21
2010
@@ -253,8 +253,8 @@ The Click framework has the following ru
</tr>
<tr>
<td>Common FileUpload</td>
- <td>1.2</td>
- <td>commons-fileupload-1.2.jar <span class="red">*</span></td>
+ <td>1.2.1</td>
+ <td>commons-fileupload-1.2.1.jar <span class="red">*</span></td>
<td><a target="_blank" href="http://jakarta.apache.org/commons/">Jakarta Commons</a></td>
<td>HTTP File Upload Library</td>
</tr>
@@ -267,15 +267,15 @@ The Click framework has the following ru
</tr>
<tr>
<td>Commons Collections</td>
- <td>3.1</td>
- <td>commons-collections-3.1.jar <span class="red">*</span></td>
+ <td>3.2.1</td>
+ <td>commons-collections-3.2.1.jar <span class="red">*</span></td>
<td><a target="_blank" href="http://jakarta.apache.org/commons/">Jakarta Commons</a></td>
<td>Collection Utilities Library</td>
</tr>
<tr>
<td>Common IO</td>
- <td>1.1</td>
- <td>commons-io-1.3.jar <span class="red">*</span></td>
+ <td>1.4</td>
+ <td>commons-io-1.4.jar <span class="red">*</span></td>
<td><a target="_blank" href="http://jakarta.apache.org/commons/">Jakarta Commons</a></td>
<td>IO Utilities Library</td>
</tr>
@@ -346,14 +346,14 @@ classpath, otherwise it is not needed.
</tr>
<tr>
<td>Prototype</td>
- <td>1.6.1.-RC3</td>
+ <td>1.6.1</td>
<td>JavaScript source<span class="red">*</span></td>
<td><a target="_blank" href="http://www.prototypejs.org/">Prototype Org</a></td>
<td>JavaScript library</td>
</tr>
<tr>
<td>script.aculo.us</td>
- <td>1.8.1</td>
+ <td>1.8.3</td>
<td>JavaScript source<span class="red">*</span></td>
<td><a target="_blank" href="http://script.aculo.us/">script.aculo.us</a></td>
<td>JavaScript library</td>
|