Skip to content

Commit

Permalink
WBRI-125
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 31, 2009
1 parent 2cae022 commit a2f8e7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reference/en-US/ri-spi.xml
Expand Up @@ -77,7 +77,8 @@
fully qualified class name as the value. For example:
</para>

<programlisting>org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery=org.jboss.webbeans.integration.jbossas.WebBeanDiscoveryImpl</programlisting>
<programlisting>org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery= \
org.jboss.webbeans.integration.jbossas.WebBeanDiscoveryImpl</programlisting>

<para>
If the Web Beans RI is being used in a servlet container, it
Expand Down Expand Up @@ -200,7 +201,8 @@
fully qualified class name as the value. For example:
</para>

<programlisting>org.jboss.webbeans.bootstrap.spi.EjbDiscovery=org.jboss.webbeans.integration.jbossas.EjbDiscoveryImpl</programlisting>
<programlisting>org.jboss.webbeans.bootstrap.spi.EjbDiscovery= \
org.jboss.webbeans.integration.jbossas.EjbDiscoveryImpl</programlisting>

<para>
If the Web Beans RI is being used in a servlet container, it
Expand Down

0 comments on commit a2f8e7d

Please sign in to comment.