You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2008/08/17 13:39:11 UTC

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

Author: metskem
Date: Sun Aug 17 04:39:10 2008
New Revision: 686600

URL: http://svn.apache.org/viewvc?rev=686600&view=rev
Log:
Servlet API 2.4 is a requirement 

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=686600&r1=686599&r2=686600&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Compiling.txt (original)
+++ incubator/jspwiki/trunk/doc/Compiling.txt Sun Aug 17 04:39:10 2008
@@ -12,7 +12,7 @@
 
 - J2SDK 5.0 (I use the one from Sun Microsystems; I haven't tested any others.)
 - Jakarta Ant 1.5 (available from http://jakarta.apache.org/ant)
-- Servlet API 2.2 (servlet.jar, available from Sun Microsystems.)
+- Servlet API 2.4 (servlet.jar, available from Sun Microsystems.)
 - JUnit 3.7 (from www.junit.org, required for running tests)