Author: buildbot
Date: Mon Jul 16 13:47:49 2012
New Revision: 825997
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/fediz.html
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/fediz.html
==============================================================================
--- websites/production/cxf/content/fediz.html (original)
+++ websites/production/cxf/content/fediz.html Mon Jul 16 13:47:49 2012
@@ -193,7 +193,7 @@ The RP is a web application that needs t
<p>The examples directory contains two sample relying party applications.
They are independent of each other, so it is not necessary to deploy both at
once.</p>
-<p>Each sample is described in the <tt>README.txt</tt></p>
+<p>Each sample is described in a <tt>README.txt</tt> file located in the base
directory of each sample.</p>
<div class="table-wrap">
<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Sample </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>simpleWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a simple web application which is protected by the Fediz
IDP. The FederationServlet illustrates how to get security information using
the standard APIs. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>wsclientWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a protected web application that calls a web service that
uses the Fediz STS to validate credentials. Here, the same STS is used for
token issuance (indirectly, by the web application through use of the Fediz
IDP) and validation. The FederationServlet illustrates how to securely call a
web service. </td></tr></tbody></table>
@@ -204,21 +204,11 @@ The RP is a web application that needs t
<p>Check out the code from here:</p>
<ul><li>svn<br clear="none" class="atl-forced-newline">
-svn co <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/fediz/trunk">http://svn.apache.org/repos/asf/cxf/fediz/trunk</a></li><li>git<br
clear="none">
+svn co <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/cxf/fediz/trunk">https://svn.apache.org/repos/asf/cxf/fediz/trunk</a></li><li>git<br
clear="none">
git clone -v git://git.apache.org/cxf-fediz.git</li></ul>
-
-<h5><a shape="rect" name="Fediz-BuildingwithMaven"></a>Building with Maven</h5>
-
-<p>To build and run the tests use the following command:</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java">
-mvn clean install
-</pre>
-</div></div>
-
-<p>Note: you need to use Maven 2.0.9 or newer and have the following
environment variable set: <tt>MAVEN_OPTS=-Xmx512m</tt></p>
+<p>Then follow the <a shape="rect" class="external-link"
href="http://svn.apache.org/viewvc/cxf/fediz/trunk/BUILDING.txt?view=markup">BUILDING.txt</a>
file in the Fediz download for full build instructions.</p>
<h5><a shape="rect" name="Fediz-SettingupEclipse%3A"></a>Setting up
Eclipse:</h5>