You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2012/07/02 22:09:32 UTC

svn commit: r824116 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/resources/

Author: buildbot
Date: Mon Jul  2 20:09:30 2012
New Revision: 824116

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/deltaspike/I18.html
    websites/staging/deltaspike/trunk/content/deltaspike/build.html
    websites/staging/deltaspike/trunk/content/deltaspike/examples.html
    websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html
    websites/staging/deltaspike/trunk/content/deltaspike/features.html
    websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html
    websites/staging/deltaspike/trunk/content/deltaspike/index.html
    websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html
    websites/staging/deltaspike/trunk/content/deltaspike/irc.html
    websites/staging/deltaspike/trunk/content/deltaspike/jpa.html
    websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css
    websites/staging/deltaspike/trunk/content/deltaspike/security.html
    websites/staging/deltaspike/trunk/content/deltaspike/source.html
    websites/staging/deltaspike/trunk/content/deltaspike/spi.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul  2 20:09:30 2012
@@ -1 +1 @@
-1356170
+1356447

Modified: websites/staging/deltaspike/trunk/content/deltaspike/I18.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/I18.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/I18.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="i18n">I18n</h1>
 <h2 id="type-safe-messages">Type-safe messages</h2>
 <h3 id="simple-use-case">Simple use-case</h3>
@@ -183,6 +196,10 @@ In case of a message-key, the message-re
 <span class="n">Instead</span> <span class="n">of</span> <span class="n">changing</span> <span class="n">the</span> <span class="n">current</span> <span class="n">context</span><span class="p">,</span> <span class="n">the</span> <span class="n">current</span> <span class="n">context</span> <span class="n">gets</span> <span class="n">cloned</span> <span class="ow">and</span> <span class="n">the</span> <span class="k">new</span> <span class="n">context</span> <span class="n">uses</span> <span class="n">e</span><span class="o">.</span><span class="n">g</span><span class="o">.</span> <span class="n">a</span> <span class="k">new</span> <span class="n">resolver</span> <span class="n">which</span> <span class="n">is</span> <span class="n">configured</span> <span class="n">via</span> <span class="n">the</span> <span class="n">fluent</span> <span class="n">api</span><span class="o">.</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/build.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/build.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/build.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="building-deltaspike-from-source">Building DeltaSpike from source</h1>
 <p>Deltaspike uses <a href="">maven</a> build tool to automate the compilation, testing and packaging of the project</p>
 <h2 id="full-build">Full build</h2>
@@ -79,6 +92,10 @@ under the License.
 <h2 id="sonar">Sonar</h2>
 <p>https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/examples.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/examples.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/examples.html Mon Jul  2 20:09:30 2012
@@ -31,33 +31,50 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="examples">Examples</h1>
 <h2 id="1">#1</h2>
 <p>artifact-id: deltaspike-jse-owb-example
 (the shown use-cases also work with <em>Weld</em> - only the bootstrapping of the container is different, because this example is based on Java-SE and therefore outside of an Java-EE(6+) application server.</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="exception-handling">Exception Handling</h1>
 <p>Exception handling in DeltaSpike is based around the CDI eventing model. While
 the implementation of exception handlers may not be the same as a CDI event, and
@@ -296,6 +309,10 @@ Five methods exist on the {{ExceptionEve
 unless it's explicitly marked as unmuted via the {{unmute()}} method on
 {{ExceptionEvent}}.</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/features.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/features.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/features.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="feature-overview">Feature Overview</h1>
 <h2 id="projectstage">ProjectStage</h2>
 <p>Project stages allow to use implementations depending on the current environment. E.g. you can implement a bean which creates sample-data for system tests which gets activated only in case of project-stage {{SystemTest}}.</p>
@@ -459,6 +472,10 @@ The following example also shows how to 
 <span class="p">}</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="deltaspike-module-overview">DeltaSpike Module Overview</h1>
 <p>DeltaSpike consists of the following modules:</p>
 <p>Required modules:</p>
@@ -100,6 +113,10 @@ under the License.
 <span class="p">}</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/index.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/index.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="welcome">Welcome</h1>
 <p>Welcome to Apache DeltaSpike!</p>
 <h1 id="introduction">Introduction</h1>
@@ -65,6 +78,10 @@ Oracle GlassFish 3.1+, IBM Websphere 8.x
 <p>Features of existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
 many others are the basis for the features of DeltaSpike.</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h2 id="integration-tests">Integration Tests</h2>
 <p>With the unpack Maven-Plugin all Arquillian-Tests get copied to the integration-test module. Together with the special integration-tests they get executed via a remote container. Currently we have configurations for the following containers.</p>
 <h3 id="tomee">TomEE</h3>
@@ -90,6 +103,10 @@ Start the domain.</p>
 <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span> <span class="o">-</span><span class="n">Pwls</span><span class="o">-</span><span class="n">remote</span><span class="o">-</span><span class="mi">12</span><span class="n">c</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/irc.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/irc.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/irc.html Mon Jul  2 20:09:30 2012
@@ -31,31 +31,48 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="irc">IRC</h1>
 <p>You can join us on irc.freenode.net, channel #deltaspike</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/jpa.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/jpa.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/jpa.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="jpa-module">JPA Module</h1>
 <h2 id="transactional">@Transactional</h2>
 <p>This annotation is an alternative to transactional EJBs which allows to execute a method within a transaction.
@@ -311,6 +324,10 @@ So it's possible to catch an exception i
 <span class="p">}</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css Mon Jul  2 20:09:30 2012
@@ -3,21 +3,17 @@
 @import url("http://www.apache.org/css/960.css") screen;
 @import url("http://www.apache.org/css/grid.css") screen;
 
-body {
-    background: #ffffff;
-}
+body {background: #bcccad;}
 
-#page {
-    background: #e6E5Ff;
-}
-
-#header h1 {margin-bottom: 30px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
+#page {background: #F6FFF2; margin-top: 25px;}
+#heading {}
+#header h1 {margin-bottom: 25px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
 #header h2 {margin-top: 20px; font-weight: normal; font-style: italic; font-size: 18px; margin-left: 10px;}
 #header img {float: left; margin: 5px 20px 10px 5px;}
 #nav ul {float: right; margin-top: 3px;}
 #nav ul li {display:inline; float:left; margin: 5px 0px; font-size: 12px;}
-#nav ul li a {padding: 10px; background: #303284; color: #fff;}
-#nav p {float: left; width: 100%; margin-left: 100px; }
+#nav ul li a {padding: 10px; background: #bcccad; color: #ffffff;}
+#nav p {float: left; width: 100%; margin-left: 50px; }
 #search {float:right;}
 #search input[type=text] { font-size: 13px; width: 300px; color: #aaa;}
 #breadcrumb {font-size: 12px; font-weight: bold; text-decoration: none;}

Modified: websites/staging/deltaspike/trunk/content/deltaspike/security.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/security.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/security.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="security-module">Security Module</h1>
 <h2 id="securitybinding-for-class-and-method-invocations">SecurityBinding for class and method invocations</h2>
 <p>This feature of the security module functions by intercepting method calls, and performing a security check before invocation is allowed to proceed.</p>
@@ -243,6 +256,10 @@ It's a basic hook to integrate a custom 
 <h2 id="securitystrategy-spi">SecurityStrategy SPI</h2>
 <p>[TODO]</p>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/source.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/source.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/source.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="checking-out-from-github-repo-anonymous">Checking out from GitHub repo (anonymous)</h1>
 <div class="codehilite"><pre><span class="n">gir</span> <span class="n">clone</span> <span class="n">git:</span><span class="sr">//gi</span><span class="n">thub</span><span class="o">.</span><span class="n">com</span><span class="sr">/apache/i</span><span class="n">ncubator</span><span class="o">-</span><span class="n">deltaspike</span><span class="o">.</span><span class="n">git</span> <span class="o">./</span>
 </pre></div>
@@ -62,6 +75,10 @@ under the License.
 <div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">https:</span><span class="sr">//gi</span><span class="n">thub</span><span class="o">.</span><span class="n">com</span><span class="sr">/apache/i</span><span class="n">ncubator</span><span class="o">-</span><span class="n">deltaspike</span> <span class="o">./</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/spi.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/spi.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/spi.html Mon Jul  2 20:09:30 2012
@@ -31,28 +31,41 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1></h1>
     </div>
 
+    <div class="grid_16">
     <h1 id="deltaspike-spi">DeltaSpike-SPI</h1>
 <h2 id="deactivatable">Deactivatable</h2>
 <p>This interface is just a marker interface which is implemented by all pre-configured DeltaSpike artifacts which can be deactivated manually (e.g. to improve the performance if a part isn't needed, to provide a custom implementation if the default implementation isn't pluggable by default or to bypass an implementation which causes an issue (in this case please also <em>contact us</em> and we will fix it). This mechanism is only used for artifacts <em>like</em> implementations of ({{javax.enterprise.inject.spi.Extension}}) which <em>can't</em> be deactivated with std. CDI mechanisms.</p>
@@ -98,6 +111,10 @@ The method {{isActivated}} needs to be c
 <div class="codehilite"><pre><span class="n">custom</span><span class="o">.</span><span class="n">CustomBean</span><span class="o">=</span><span class="n">custom</span><span class="o">.</span><span class="n">AlternativeCustomBean</span>
 </pre></div>
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>