You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2015/04/20 15:45:47 UTC

svn commit: r948412 - in /websites/staging/openwebbeans/trunk/content: ./ owbsetup_ee.html

Author: buildbot
Date: Mon Apr 20 13:45:47 2015
New Revision: 948412

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/owbsetup_ee.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 13:45:47 2015
@@ -1 +1 @@
-1674847
+1674848

Modified: websites/staging/openwebbeans/trunk/content/owbsetup_ee.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbsetup_ee.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbsetup_ee.html Mon Apr 20 13:45:47 2015
@@ -86,7 +86,7 @@ To add OpenWebBeans to your Servlet Cont
 <p>You can add OpenWebBeans to your project manually by adding jars or with Apache Maven. How to download is explained here: <a href="/download.html">download page</a>. 
 The binary distributions include all the jars you need and the download page lists all the <a href="download.html#maven-dep">maven dependencies</a>. 
 But since OpenWebBeans is modular you should read below so you know what to add. </p>
-<h3 id="required-required-parts">Required (#required-parts)</h3>
+<h3 id="required-parts">Required</h3>
 <p>For Servlet Container projects such as Tomcat and Jetty you always start with:</p>
 <ul>
 <li><strong><a href="/download.html#required-version">openwebbeans-spi</a></strong></li>
@@ -117,7 +117,7 @@ For JSF support add JSF plugin according
 <ul>
 <li>tomcat6 or tomcat7</li>
 </ul>
-<h3 id="bootstrapping-openwebbeans-configuring-owb">Bootstrapping OpenWebBeans (#configuring-owb)</h3>
+<h3 id="configuring-owb">Bootstrapping OpenWebBeans</h3>
 <p>Simply put the following listener in web.xml: </p>
 <div class="codehilite"><pre>    <span class="nt">&lt;listener&gt;</span>
         <span class="nt">&lt;listener-class&gt;</span>org.apache.webbeans.servlet.WebBeansConfigurationListener<span class="nt">&lt;/listener-class&gt;</span>