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:32:36 UTC

svn commit: r1396340 - in /incubator/jspwiki/site/trunk: content/jspwiki/development/building.mdtext templates/skeleton.html

Author: juanpablo
Date: Tue Oct  9 21:32:35 2012
New Revision: 1396340

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

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
    incubator/jspwiki/site/trunk/templates/skeleton.html

Modified: incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext?rev=1396340&r1=1396339&r2=1396340&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext Tue Oct  9 21:32:35 2012
@@ -11,7 +11,7 @@ files, which you'll want to compile.
 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-api.jar, available from Sun Microsystems.)
   * JUnit 3.8.2 (from www.junit.org, required for running tests)
 

Modified: incubator/jspwiki/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/templates/skeleton.html?rev=1396340&r1=1396339&r2=1396340&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/templates/skeleton.html (original)
+++ incubator/jspwiki/site/trunk/templates/skeleton.html Tue Oct  9 21:32:35 2012
@@ -99,7 +99,7 @@
       <div class="leftmenufooter">
         <br /><hr>
       </div>
-      <div class="wikiversion">JSPWiki v2.9.0-incubating-10</div>  
+      <div class="wikiversion">JSPWiki v2.9.0-incubating-12</div>  
     </div>
 
 	<div class="clearbox"></div>