You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2009/03/20 14:58:48 UTC

svn commit: r756468 - /myfaces/tomahawk/trunk/site/src/site/apt/index.apt

Author: skitching
Date: Fri Mar 20 13:58:48 2009
New Revision: 756468

URL: http://svn.apache.org/viewvc?rev=756468&view=rev
Log:
Add info re special dependencies for some compnents, and about the "project dependencies" menu.
Thanks to Edward Eaglehouse for the suggestion (TOMAHAWK-1404).

Modified:
    myfaces/tomahawk/trunk/site/src/site/apt/index.apt

Modified: myfaces/tomahawk/trunk/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/site/src/site/apt/index.apt?rev=756468&r1=756467&r2=756468&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/site/src/site/apt/index.apt (original)
+++ myfaces/tomahawk/trunk/site/src/site/apt/index.apt Fri Mar 20 13:58:48 2009
@@ -49,3 +49,14 @@
   
   []
   
+  Note that some specific Tomahawk components need additional libraries. For example, if you use the
+  t:fileUpload component, then you will need to also add the commons-fileupload jarfile to your
+  application classpath (eg in WEB-INF/lib). Components which need additional jars should describe
+  that requirement in their documentation.
+
+  Note also that this webpage is part of the special <site> project for all the tomahawk modules (core,
+  sandbox, examples, etc). Therefore the pages under the <<project documentation>> menu on the left refer
+  just to this <site>, and not to the tomahawk library. For information about a specific tomahawk
+  <library> (dependencies, unit test reports, etc.) select that library from the left menu bar then
+  select the <<project documentation>> menu.
+