You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2015/07/12 14:05:14 UTC

svn commit: r1690451 - /commons/proper/jcs/trunk/xdocs/faq.fml

Author: tv
Date: Sun Jul 12 12:05:13 2015
New Revision: 1690451

URL: http://svn.apache.org/r1690451
Log:
Fix links and update FAQ

Modified:
    commons/proper/jcs/trunk/xdocs/faq.fml

Modified: commons/proper/jcs/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/faq.fml?rev=1690451&r1=1690450&r2=1690451&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/faq.fml (original)
+++ commons/proper/jcs/trunk/xdocs/faq.fml Sun Jul 12 12:05:13 2015
@@ -25,8 +25,14 @@
 		<faq id="required-jars">
 			<question>What jars are required by JCS?</question>
 			<answer>
+                <p>
+                    As of version 2.0, the core of JCS (the LRU
+                    memory cache, the indexed disk cache, the TCP
+                    lateral, and the RMI remote server) only
+                    requires commons-logging.
+                </p>
 				<p>
-					As of verison 1.2.7.0, the core of JCS (the LRU
+					As of version 1.2.7.0, the core of JCS (the LRU
 					memory cache, the indexed disk cache, the TCP
 					lateral, and the RMI remote server) requires only
 					two other jars.
@@ -130,7 +136,7 @@
 				<p>
 					You can download the admin jsp
 					<a
-						href="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/src/java/org/apache/jcs/admin/JCSAdmin.jsp">
+						href="http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/admin/JCSAdmin.jsp?view=log">
 						here
 					</a>
 					.
@@ -163,7 +169,7 @@
 					The download is available at
 					http://maven.apache.org/download.html.
 					After installing run
-					"mvn" which compiles and tests the entire package.
+					"mvn test" which compiles and tests the entire package.
 					To build a jar run "mvn install".
 				</p>
 			</answer>