You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/21 14:14:50 UTC

svn commit: r779448 - in /websites/production/river: ./ content/

Author: sijskes
Date: Sun Nov 21 13:14:49 2010
New Revision: 779448

URL: http://svn.apache.org/viewvc?rev=779448&view=rev
Log:
deploment on i.a.o

Modified:
    websites/production/river/   (props changed)
    websites/production/river/content/building-river.html
    websites/production/river/content/committers.html
    websites/production/river/content/development-process.html
    websites/production/river/content/documentation.html
    websites/production/river/content/downloads.html
    websites/production/river/content/found-a-bug.html
    websites/production/river/content/get-involved.html
    websites/production/river/content/index.html
    websites/production/river/content/javadoc.html
    websites/production/river/content/mailing-lists.html
    websites/production/river/content/news.html
    websites/production/river/content/sitemap.html
    websites/production/river/content/source-code.html
    websites/production/river/content/success-stories.html
    websites/production/river/content/user-guide-basic-river-services.html
    websites/production/river/content/user-guide-glossary.html
    websites/production/river/content/user-guide-river-jar-artifacts.html
    websites/production/river/content/user-guide-socketfactories.html

Propchange: websites/production/river/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Nov 21 13:14:49 2010
@@ -1 +1 @@
-/websites/staging/river/trunk:778669-779324
+/websites/staging/river/trunk:778669-779447

Modified: websites/production/river/content/building-river.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/building-river.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/building-river.html (original)
+++ websites/production/river/content/building-river.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Building River</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>
@@ -113,7 +102,10 @@
 </pre></div>
 
 
-<p>Running the entire QA suite tasks a significant portion of time; currently around the 17 hour mark.  It is therefore useful to be able to specify a subset of categories or even specific tests to run.  When running the QA tests with Ant, this is done by including the following in the Ant build.properties file.</p>
+<h4 id="running_just_a_few_tests">Running just a few tests</h4>
+<p>Running the entire QA suite tasks a significant portion of time; currently around the 17 hour mark.  It is therefore useful to be able to specify a subset of categories or even specific tests to run. </p>
+<h5 id="by_settings_in_the_properties_file">By settings in the properties file</h5>
+<p>When running the QA tests with Ant, this is done by including the following in the Ant build.properties file.</p>
 <div class="codehilite"><pre><span class="c1"># runs a specified category</span>
 <span class="c1"># e.g. run.categories=lookupservice</span>
 <span class="n">run</span><span class="o">.</span><span class="n">categories</span><span class="o">=</span><span class="n">name_of_category</span>
@@ -124,11 +116,19 @@
 </pre></div>
 
 
+<h5 id="by_specifying_on_the_commandline">By specifying on the commandline</h5>
+<p>From the qa directory:</p>
+<div class="codehilite"><pre><span class="n">ant</span> <span class="o">-</span><span class="n">Drun</span><span class="o">.</span><span class="n">tests</span><span class="o">=</span><span class="n">com</span><span class="sr">/sun/</span><span class="n">jini</span><span class="sr">/test/s</span><span class="n">pec</span><span class="sr">/constraint/co</span><span class="n">reconstraint</span><span class="o">/</span><span class="n">PrincipalElementsTest</span><span class="o">.</span><span class="n">td</span> <span class="n">run</span><span class="o">-</span><span class="n">tests</span>
+</pre></div>
+
+
+<h5 id="single_test_files">Single test files</h5>
 <p>The td files can be found in;</p>
 <div class="codehilite"><pre><span class="nv">$RIVER_HOME</span><span class="sr">/qa/s</span><span class="n">rc</span><span class="o">/**</span>
 </pre></div>
 
 
+<h4 id="categories">Categories</h4>
 <p>The test categories are;</p>
 <ol>
 <li>activation</li>

Modified: websites/production/river/content/committers.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/committers.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/committers.html (original)
+++ websites/production/river/content/committers.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Committers</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/development-process.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/development-process.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/development-process.html (original)
+++ websites/production/river/content/development-process.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Development Process</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/documentation.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/documentation.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/documentation.html (original)
+++ websites/production/river/content/documentation.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Documentation</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/downloads.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/downloads.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/downloads.html (original)
+++ websites/production/river/content/downloads.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Downloads</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/found-a-bug.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/found-a-bug.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/found-a-bug.html (original)
+++ websites/production/river/content/found-a-bug.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Found a Bug</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/get-involved.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/get-involved.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/get-involved.html (original)
+++ websites/production/river/content/get-involved.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Get Involved</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/index.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/index.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/index.html (original)
+++ websites/production/river/content/index.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Index</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/javadoc.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/javadoc.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/javadoc.html (original)
+++ websites/production/river/content/javadoc.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Javadoc</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/mailing-lists.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/mailing-lists.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/mailing-lists.html (original)
+++ websites/production/river/content/mailing-lists.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Mailing Lists</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/news.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/news.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/news.html (original)
+++ websites/production/river/content/news.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - News</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/sitemap.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/sitemap.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/sitemap.html (original)
+++ websites/production/river/content/sitemap.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - River Sitemap</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/source-code.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/source-code.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/source-code.html (original)
+++ websites/production/river/content/source-code.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Source Code</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/success-stories.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/success-stories.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/success-stories.html (original)
+++ websites/production/river/content/success-stories.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - Success Stories</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/user-guide-basic-river-services.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/user-guide-basic-river-services.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/user-guide-basic-river-services.html (original)
+++ websites/production/river/content/user-guide-basic-river-services.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - User Guide - Basic River Services</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/user-guide-glossary.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/user-guide-glossary.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/user-guide-glossary.html (original)
+++ websites/production/river/content/user-guide-glossary.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - User Guide - Glossary</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/user-guide-river-jar-artifacts.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/user-guide-river-jar-artifacts.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/user-guide-river-jar-artifacts.html (original)
+++ websites/production/river/content/user-guide-river-jar-artifacts.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - User Guide - River JAR Artifacts</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>

Modified: websites/production/river/content/user-guide-socketfactories.html
URL: http://svn.apache.org/viewvc/websites/production/river/content/user-guide-socketfactories.html?rev=779448&r1=779447&r2=779448&view=diff
==============================================================================
--- websites/production/river/content/user-guide-socketfactories.html (original)
+++ websites/production/river/content/user-guide-socketfactories.html Sun Nov 21 13:14:49 2010
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/site.css" rel="stylesheet" type="text/css">
+	<link href="/river/css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache River - User Guide - SocketFactories</title>
 
@@ -44,23 +44,12 @@
                                                                         
             <div id="header_background">
 	<div id="river_logo">
-		<a href="/"><img src="/images/apache_river_v2b_small.png"/></a>
+		<a href="/river"><img src="/river/images/apache_river_v2b_small.png"/></a>
 <img src="/images/apache-incubator-logo.png"/>
-<!--
-            <a style="float: left; width: 280px; display: block; text-indent: -5000px; text-decoration: none; line-height: 60px; margin-top: 10px; margin-left: 100px;" href="/">Apache River</a>
--->
+
 	</div>
 	</div>
                                     
-<!--
-        <div class="top_red_bar">
-          <div id="site-breadcrumbs">
-<a href="http://incubator.apache.org/river/RIVER/index.html" title="Apache River">Apache River</a>&nbsp;&gt;&nbsp;<a href="" title="Banner">Banner</a>
-          </div>
-          <div id="site-quicklinks">
-        </div>
--->
-
     <table border="0">
     <tbody>
         <tr>