You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2016/04/27 19:57:44 UTC

svn commit: r1741302 - in /openwebbeans/cms-site/trunk/content: download.mdtext owbsetup_tomcat.mdtext

Author: struberg
Date: Wed Apr 27 17:57:44 2016
New Revision: 1741302

URL: http://svn.apache.org/viewvc?rev=1741302&view=rev
Log:
add owb-tomcat integration documentation (together with kgrosse)

Modified:
    openwebbeans/cms-site/trunk/content/download.mdtext
    openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext

Modified: openwebbeans/cms-site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/download.mdtext?rev=1741302&r1=1741301&r2=1741302&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/download.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/download.mdtext Wed Apr 27 17:57:44 2016
@@ -16,9 +16,9 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# Apache Openwebbeans Releases
+# Apache OpenWebBeans Releases
 
-This page contains download links to the latest Apache Openwebbeans releases.
+This page contains download links to the latest Apache OpenWebBeans releases.
 
 All maven artifacts are available in the Maven.Central repository with the groupId ``org.apache.openwebbeans``. The dependencies you can use are listed at the bottom of this page: [Maven Dependencies][1].
 
@@ -36,7 +36,7 @@ OWB-1.6.x implements the full CDI-1.2 sp
 It uses a shaded version of ASM-5 for building our proxies and needs JavaSE 6 as minimum version.
 
 #### Binaries
-The binary distribution contains all Openwebbeans modules.
+The binary distribution contains all OpenWebBeans modules.
 
 * [openwebbeans-distribution-1.6.3-binary.zip](http://www.apache.org/dyn/closer.lua/openwebbeans/1.6.3/openwebbeans-distribution-1.6.3-binary.zip)
 * [openwebbeans-distribution-1.6.3-binary.zip.sha1](http://www.apache.org/dist/openwebbeans/1.6.3/openwebbeans-distribution-1.6.3-binary.zip.sha1)
@@ -62,7 +62,7 @@ It uses a shaded version of ASM-5 for bu
 
 
 #### Binaries
-The binary distribution contains all Openwebbeans modules.
+The binary distribution contains all OpenWebBeans modules.
 
 * [openwebbeans-distribution-1.2.8-binary.zip](http://www.apache.org/dyn/closer.lua/openwebbeans/1.2.8/openwebbeans-distribution-1.2.8-binary.zip)
 * [openwebbeans-distribution-1.2.8-binary.zip.sha1](http://www.apache.org/dist/openwebbeans/1.2.8/openwebbeans-distribution-1.2.8-binary.zip.sha1)

Modified: openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext?rev=1741302&r1=1741301&r2=1741302&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext Wed Apr 27 17:57:44 2016
@@ -19,7 +19,8 @@ Notice:    Licensed to the Apache Softwa
 # Adding OpenWebBeans to an Apache Tomcat installation
 
 By integrating OpenWebBeans with an existing tomcat installation you don't need to add any CDI container jars to your WAR files.
-Instead OpenWebBeans will get copied to the tomcat lib directory and activated for all webapps.
+
+Instead, OpenWebBeans will get copied to the tomcat lib directory and activated for all webapps.
 
 ## Downloading the latest OpenWebBeans distribution