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 2016/03/14 15:59:34 UTC

svn commit: r982750 - in /websites/staging/openwebbeans/trunk/content: ./ download.html openwebbeans-spi.html

Author: buildbot
Date: Mon Mar 14 14:59:34 2016
New Revision: 982750

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/download.html
    websites/staging/openwebbeans/trunk/content/openwebbeans-spi.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 14 14:59:34 2016
@@ -1 +1 @@
-1734851
+1734943

Modified: websites/staging/openwebbeans/trunk/content/download.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/download.html (original)
+++ websites/staging/openwebbeans/trunk/content/download.html Mon Mar 14 14:59:34 2016
@@ -132,26 +132,8 @@ We will try to add complete lists of thi
 <li><a href="http://www.apache.org/dist/openwebbeans/1.2.8/openwebbeans-1.2.8-source-release.zip.asc">openwebbeans-1.2.8-source-release.zip.asc</a></li>
 </ul>
 <hr />
-<h2 id="owb-11x">OWB-1.1.x<a class="headerlink" href="#owb-11x" title="Permanent link">&para;</a></h2>
-<p>OWB-1.1.x implements the CDI-1.0 specification and  uses javassist for building our proxies.</p>
-<h4 id="binaries_2">Binaries<a class="headerlink" href="#binaries_2" title="Permanent link">&para;</a></h4>
-<p>The binary distribution contains all Openwebbeans modules.</p>
-<ul>
-<li><a href="http://www.apache.org/dyn/closer.lua/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.zip">openwebbeans-distribution-1.1.8-binary.zip</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.zip.sha1">openwebbeans-distribution-1.1.8-binary.zip.sha1</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.zip.asc">openwebbeans-distribution-1.1.8-binary.zip.asc</a></li>
-<li><a href="http://www.apache.org/dyn/closer.lua/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.tar.gz">openwebbeans-distribution-1.1.8-binary.tar.gz</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.tar.gz.sha1">openwebbeans-distribution-1.1.8-binary.tar.gz.sha1</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-distribution-1.1.8-binary.tar.gz.asc">openwebbeans-distribution-1.1.8-binary.tar.gz.asc</a></li>
-</ul>
-<h4 id="source_2">Source<a class="headerlink" href="#source_2" title="Permanent link">&para;</a></h4>
-<p>Should you 
-want to build any of the above binaries, this source bundle is the right one covers them all.</p>
-<ul>
-<li><a href="http://www.apache.org/dyn/closer.lua/openwebbeans/1.1.8/openwebbeans-1.1.8-source-release.zip">openwebbeans-1.1.8-source-release.zip</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-1.1.8-source-release.zip.sha1">openwebbeans-1.1.8-source-release.zip.sha1</a></li>
-<li><a href="http://www.apache.org/dist/openwebbeans/1.1.8/openwebbeans-1.1.8-source-release.zip.asc">openwebbeans-1.1.8-source-release.zip.asc</a></li>
-</ul>
+<h2 id="openwebbeans-archives">OpenWebBeans Archives<a class="headerlink" href="#openwebbeans-archives" title="Permanent link">&para;</a></h2>
+<p>Older versions of Apache OpenWebBeans can be found in our <a href="http://archive.apache.org/dist/openwebbeans/">archives</a></p>
 <hr />
 <h3 id="maven-dep">Maven Dependencies<a class="headerlink" href="#maven-dep" title="Permanent link">&para;</a></h3>
 <h4 id="apis-version">API:s<a class="headerlink" href="#apis-version" title="Permanent link">&para;</a></h4>

Modified: websites/staging/openwebbeans/trunk/content/openwebbeans-spi.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/openwebbeans-spi.html (original)
+++ websites/staging/openwebbeans/trunk/content/openwebbeans-spi.html Mon Mar 14 14:59:34 2016
@@ -88,7 +88,7 @@ extension and  replaceable components.
 - <a href="http://en.wikipedia.org/wiki/Service_provider_interface">wikipedia</a></p>
 </blockquote>
 <h2 id="why-using-a-spi-in-openwebbeans">Why using a SPI in OpenWebBeans?<a class="headerlink" href="#why-using-a-spi-in-openwebbeans" title="Permanent link">&para;</a></h2>
-<p>First off reading about <a href="openwebbeans-impl.html">OpenWebBeans Core</a> will give you
+<p>First off, reading about <a href="openwebbeans-impl.html">OpenWebBeans Core</a> will give you
 the overall idea about the usage of SPIs in our plugin system. </p>
 <p>Now as mentioned in that description the SPI is simply used to integrate other 
 frameworks with OpenWebBeans. The point of gravity for Java EE is definitely going