You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bd...@apache.org on 2005/09/23 14:47:21 UTC

svn commit: r291113 - /myfaces/forrest/trunk/content/xdocs/gettingstarted.xml

Author: bdudney
Date: Fri Sep 23 05:47:17 2005
New Revision: 291113

URL: http://svn.apache.org/viewcvs?rev=291113&view=rev
Log:
added commons-lang.jar to the list of dependencies

Modified:
    myfaces/forrest/trunk/content/xdocs/gettingstarted.xml

Modified: myfaces/forrest/trunk/content/xdocs/gettingstarted.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/gettingstarted.xml?rev=291113&r1=291112&r2=291113&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/gettingstarted.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/gettingstarted.xml Fri Sep 23 05:47:17 2005
@@ -78,10 +78,10 @@
 		      <td>commons-fileupload-1.0.jar</td><td>Required only if you are uploading files</td>
 		    </tr>
 		    <tr>
-		      <td>commons-logging.jar</td><td></td>
+		      <td>commons-validator.jar</td><td></td>
 		    </tr>
 		    <tr>
-		      <td>commons-validator.jar</td><td></td>
+		      <td>commons-lang.jar</td><td></td>
 		    </tr>
 		    <tr>
 		      <td>jakarta-oro.jar</td><td></td>
@@ -93,7 +93,10 @@
 		      <td>log4j-1.2.8.jar</td><td>Required only if you have commons-logging configured to use log4j</td>
 		    </tr>
 		    <tr>
-		      <td>myfaces.jar</td><td></td>
+		      <td>myfaces-api.jar</td><td></td>
+		    </tr>
+		    <tr>
+  		      <td>myfaces-impl.jar</td><td></td>
 		    </tr>
 		    <tr>
 		      <td>portlet-api-1.0.jar</td><td>Required only if you are doing portlets</td>
@@ -103,6 +106,9 @@
 		    </tr>
 		    <tr>
 		      <td>tomahawk.jar</td><td>If you like to use our extensions.</td>
+		    </tr>
+		    <tr>
+		      <td>myfaces-all.jar</td><td>Contains the content of myfaces-api, myfaces-impl and tomahawk if you want to use everything this might be a more convienent option for you</td>
 		    </tr>
 		  </table>
 		</li>