You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by aa...@apache.org on 2013/11/16 21:28:17 UTC

svn commit: r1542563 - in /click/trunk/click: build/build.properties documentation/docs/developer-guide/building.html

Author: aadrian
Date: Sat Nov 16 20:28:16 2013
New Revision: 1542563

URL: http://svn.apache.org/r1542563
Log:
update to junit-4.11 dependency.

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

Modified: click/trunk/click/build/build.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.properties?rev=1542563&r1=1542562&r2=1542563&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Sat Nov 16 20:28:16 2013
@@ -49,7 +49,7 @@ commons-io.version=2.0.1
 commons-lang.version=2.5
 freemarker.version=2.3.16
 hibernate.version=3.2.6.ga
-junit.version=3.8.1
+junit.version=4.11
 log4j.version=1.2.17
 mvel2.version=2.0.19
 ognl.version=2.6.9

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=1542563&r1=1542562&r2=1542563&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/building.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/building.html Sat Nov 16 20:28:16 2013
@@ -89,11 +89,7 @@ Ensure the following requirements are me
   </li>
   
   <li>Ensure <tt>ANT_HOME</tt> environment variable is set and points to
-  an Ant installation (1.7.0 or later).<p/>
-  </li>
-  
-  <li>Ensure <tt>junit.jar</tt> is present in your <tt>ANT_HOME/lib</tt>
-  directory.<p/>
+  an Ant installation (1.9.0 or later).<p/>
   </li>
 </ol>