You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by al...@apache.org on 2011/08/27 18:06:21 UTC

svn commit: r1162388 - in /myfaces/html5/trunk/src/site/apt: building.apt gettingstarted.apt

Author: aliok
Date: Sat Aug 27 16:06:20 2011
New Revision: 1162388

URL: http://svn.apache.org/viewvc?rev=1162388&view=rev
Log:
MFHTML5-2

Modified:
    myfaces/html5/trunk/src/site/apt/building.apt
    myfaces/html5/trunk/src/site/apt/gettingstarted.apt

Modified: myfaces/html5/trunk/src/site/apt/building.apt
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/apt/building.apt?rev=1162388&r1=1162387&r2=1162388&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/apt/building.apt (original)
+++ myfaces/html5/trunk/src/site/apt/building.apt Sat Aug 27 16:06:20 2011
@@ -27,15 +27,12 @@ Checking out the source
  $ svn checkout http://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk html5-comp-lib-project
 +----------------------------------------------+
 
- The project consists of 3 submodules
+ The project consists of 2 submodules
  
  * html5-comp-lib-core : The component library
  
  * html5-comp-lib-examples : The example component showcase application
  
- * myfaces-shared-html5 : The shared code amongst MyFaces Core, MyFaces Tomahawk and this project.
-
-
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified: myfaces/html5/trunk/src/site/apt/gettingstarted.apt
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/apt/gettingstarted.apt?rev=1162388&r1=1162387&r2=1162388&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/apt/gettingstarted.apt (original)
+++ myfaces/html5/trunk/src/site/apt/gettingstarted.apt Sat Aug 27 16:06:20 2011
@@ -22,8 +22,7 @@
 Using in your project:
 
  No maven repo is available at the moment. So, you need to download the binaries and put them into your WEB-INF/lib folder.
- No extra dependencies than a JSF implementation is required. All you have to do is putting <html5-comp-lib-core-0.x.x-SNAPSHOT.jar> and
- <myfaces-shared-html5-0.x.x-SNAPSHOT.jar> into your WEB-INF/lib, just like any other web project artifact.
+ No extra dependencies than a JSF implementation is required. All you have to do is putting <html5-comp-lib-core-0.x.x-SNAPSHOT.jar> into your WEB-INF/lib, just like any other web project artifact.
 
  You can download the binaries from {{{http://people.apache.org/~aliok/GSoC/tagged/jars/binaries.zip}here}}. But these binaries may not be up-to-date.