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/10 19:57:23 UTC

svn commit: r793057 - /incubator/click/trunk/click/documentation/docs/developer-guide/building.html

Author: sabob
Date: Fri Jul 10 17:57:23 2009
New Revision: 793057

URL: http://svn.apache.org/viewvc?rev=793057&view=rev
Log:
updated dependencies to latest jar version

Modified:
    incubator/click/trunk/click/documentation/docs/developer-guide/building.html

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/building.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/building.html?rev=793057&r1=793056&r2=793057&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/building.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/building.html Fri Jul 10 17:57:23 2009
@@ -225,15 +225,15 @@
 </tr>
 <tr>
   <td>Velocity Engine</td>
-  <td>1.5</td>
-  <td>velocity-1.5.jar<span class="red">*</span></td>  
+  <td>1.6.2</td>
+  <td>velocity-1.6.2.jar<span class="red">*</span></td>
   <td><a target="_blank" href="http://velocity.apache.org/">Apache Velocity</a></td>
   <td>Velocity Templating Framework</td>
 </tr>
 <tr>
   <td>Velocity Tools</td>
   <td>1.1</td>
-  <td>WebappLoader source<span class="red">*</span></td>  
+  <td>WebappLoader source<span class="red">**</span></td>
   <td><a target="_blank" href="http://jakarta.apache.org/velocity/tools/">Jakarta Velocity Tools</a></td>
   <td>Velocity Tools Utility Library</td>
 </tr>
@@ -282,18 +282,22 @@
 <tr>
   <td>Concurrent</td>
   <td>1.3.4</td>
-  <td>ConcurrentReaderHashMap class<span class="red">*</span></td>
+  <td>ConcurrentReaderHashMap class<span class="red">**</span></td>
   <td><a target="_blank" href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">Doug Lea</a></td>
   <td>Concurrent utilities library</td>
 </tr>
 </table>
 
-<span class="red">*</span> : marked JAR libraries or Java source are included in the 
+<span class="red">*</span> : marked JAR libraries or Java source are included in the
 <tt>click.jar</tt> file.
 <p/>
+<span class="red">**</span> : marked JAR libraries or Java source are included in both
+the <tt>click.jar</tt> and <tt>click-nodeps.jar</tt> files.
+<p/>
 The standard <tt>click-xx.jar</tt> includes all of the listed dependencies.<br/> 
 Alternatively use the <tt>click-nodeps-xx.jar</tt> which includes none of these
-dependencies.
+dependencies (except dependencies marked with <span class="red">**</span>, which
+are included in both jars).
 <p/>
 
 <a name="extras-dependencies"></a><h2>4.&nbsp; Extras Dependencies</h2>
@@ -349,7 +353,7 @@
 </tr>
 <tr>
   <td>Prototype</td>
-  <td>1.6.0.1</td>
+  <td>1.6.1.-RC3</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>