You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2012/12/11 15:18:25 UTC

svn commit: r1420189 - in /openwebbeans/cms-site/trunk/content: documentation.mdtext source.mdtext

Author: jlmonteiro
Date: Tue Dec 11 14:18:24 2012
New Revision: 1420189

URL: http://svn.apache.org/viewvc?rev=1420189&view=rev
Log:
Doc updates

Modified:
    openwebbeans/cms-site/trunk/content/documentation.mdtext
    openwebbeans/cms-site/trunk/content/source.mdtext

Modified: openwebbeans/cms-site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/documentation.mdtext?rev=1420189&r1=1420188&r2=1420189&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/documentation.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/documentation.mdtext Tue Dec 11 14:18:24 2012
@@ -1,3 +1,4 @@
+<a name="module-overview"></a>
 #  Modules
 - [SPI definition](openwebbeans-spi/index.html)
 - [OpenWebBeans Core](openwebbeans-impl/index.html)

Modified: openwebbeans/cms-site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/source.mdtext?rev=1420189&r1=1420188&r2=1420189&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/source.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/source.mdtext Tue Dec 11 14:18:24 2012
@@ -7,9 +7,11 @@ We are always looking for new contributo
 Please join our discussions about the project in our mailing lists by sending an informal email to
 
 > user-subscribe@openwebbeans.apache.org
+
 for any usage specific questions, and
 
 > dev-subscribe@openwebbeans.apache.org
+
 for bugs and feature discussions.
 
 # Issue Tracking
@@ -25,6 +27,7 @@ The sources of Apache OpenWebBeans are m
 The sources can be checked out read only with the following command:
 
 > svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+
 If you have commit rights, then you should use
 
 > svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
@@ -34,6 +37,7 @@ If you have commit rights, then you shou
 Apache OpenWebBeans can be built by using Apache Maven. Just go into the source directory and execute
 
 > mvn clean install
+
 The following maven profiles exist in our build to trigger additional build steps and configuration:
 
 * tck - for executing the JSR-299 standalone TCK