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/14 09:01:09 UTC

svn commit: r1421711 - /openwebbeans/cms-site/trunk/content/source.mdtext

Author: jlmonteiro
Date: Fri Dec 14 08:01:08 2012
New Revision: 1421711

URL: http://svn.apache.org/viewvc?rev=1421711&view=rev
Log:
trying other code rendering

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

Modified: openwebbeans/cms-site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/source.mdtext?rev=1421711&r1=1421710&r2=1421711&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/source.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/source.mdtext Fri Dec 14 08:01:08 2012
@@ -29,7 +29,9 @@ This is the repository where all committ
 
 The sources can be checked out read only with the following command:
 
-> svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+</pre>
 
 If you have commit rights, then you should use
 
@@ -66,4 +68,6 @@ The following maven profiles exist in ou
 
 To activate all of them use
 
-> mvn clean install -Ptck -Pjsr330-tck -Pdoc
+<code>
+mvn clean install -Ptck -Pjsr330-tck -Pdoc
+</code>
\ No newline at end of file