You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/10/09 23:09:36 UTC

svn commit: r1396324 - /incubator/jspwiki/trunk/doc/Compiling.txt

Author: juanpablo
Date: Tue Oct  9 21:09:36 2012
New Revision: 1396324

URL: http://svn.apache.org/viewvc?rev=1396324&view=rev
Log:
updated doc: we require at least Apache Ant 1.7.1 for building.

Modified:
    incubator/jspwiki/trunk/doc/Compiling.txt

Modified: incubator/jspwiki/trunk/doc/Compiling.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/Compiling.txt?rev=1396324&r1=1396323&r2=1396324&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Compiling.txt (original)
+++ incubator/jspwiki/trunk/doc/Compiling.txt Tue Oct  9 21:09:36 2012
@@ -11,7 +11,7 @@ Requirements
 You'll need the following programs:
 
 - J2SDK 5.0 (I use the one from Sun Microsystems; I haven't tested any others.)
-- Apache Ant 1.6 (available from http://ant.apache.org)
+- Apache Ant 1.7.1 (available from http://ant.apache.org)
 - Servlet API 2.4 (servlet.jar, available from Sun Microsystems.)
 - JUnit 3.8.2 (from www.junit.org, required for running tests)