You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/01/26 10:38:38 UTC

svn commit: r1780360 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Thu Jan 26 10:38:38 2017
New Revision: 1780360

URL: http://svn.apache.org/viewvc?rev=1780360&view=rev
Log:
minor layout

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1780360&r1=1780359&r2=1780360&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Thu Jan 26 10:38:38 2017
@@ -427,11 +427,10 @@ java -jar ~/Downloads/wlp-developers-run
           <source>test/resources/server.xml</source>
           will be read. It contains the features, the WLP server will be support, and other configurations.
           In our case we have the following features:
-          <source>
-            &lt;feature>cdi-1.0&lt;/feature>
-            &lt;feature>jsp-2.2&lt;/feature>
-            &lt;feature>servlet-3.0&lt;/feature>
-            &lt;feature>jsf-2.0&lt;/feature></source>
+          <source>&lt;feature>cdi-1.0&lt;/feature>
+&lt;feature>jsp-2.2&lt;/feature>
+&lt;feature>servlet-3.0&lt;/feature>
+&lt;feature>jsf-2.0&lt;/feature></source>
         </p>
         <ul>
           <li>