You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/28 17:45:36 UTC

svn commit: r844137 - in /websites/staging/ode/trunk/content: ./ endpoint-configuration.html instance-replayer.html war-deployment.html

Author: buildbot
Date: Fri Dec 28 16:45:35 2012
New Revision: 844137

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/endpoint-configuration.html
    websites/staging/ode/trunk/content/instance-replayer.html
    websites/staging/ode/trunk/content/war-deployment.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 16:45:35 2012
@@ -1 +1 @@
-1426570
+1426573

Modified: websites/staging/ode/trunk/content/endpoint-configuration.html
==============================================================================
--- websites/staging/ode/trunk/content/endpoint-configuration.html (original)
+++ websites/staging/ode/trunk/content/endpoint-configuration.html Fri Dec 28 16:45:35 2012
@@ -193,7 +193,7 @@ Such unmanaged properties will also be p
  | | ws-adddressing.headers | true(default)/false | Enable/disable the WS-Addressing headers for outgoing soap requests |</p>
 <p><a name="EndpointConfiguration-Samplefile"></a></p>
 <h4 id="sample-file">Sample file</h4>
-<p><a href="^sample.endpoint.txt.html">^sample.endpoint.txt</a></p>
+<p><a href="/resources/sample.endpoint.txt">sample.endpoint.txt</a></p>
 <p>Download, remove the '.txt' prefix, customize then enjoy...</p>
 <p><a name="EndpointConfiguration-ImplementationDetailsforOutboundservices"></a></p>
 <h4 id="implementation-details-for-outbound-services">Implementation Details for Outbound services</h4>

Modified: websites/staging/ode/trunk/content/instance-replayer.html
==============================================================================
--- websites/staging/ode/trunk/content/instance-replayer.html (original)
+++ websites/staging/ode/trunk/content/instance-replayer.html Fri Dec 28 16:45:35 2012
@@ -90,7 +90,7 @@
 <p><a href="https://issues.apache.org/jira/browse/ODE-483">https://issues.apache.org/jira/browse/ODE-483</a>.</p>
 <p><a name="InstanceReplayer-Example"></a></p>
 <h2 id="example">Example</h2>
-<p>Attached are example service assembly <a href="^replayer-example-sa.zip.html">^replayer-example-sa.zip</a> and SoapUI project [^replayer-example-soapui-project.xml].</p>
+<p>Attached are example service assembly <a href="/resources/replayer-example-sa.zip">replayer-example-sa.zip</a> and SoapUI project <a href="/resources/replayer-example-soapui-project.xml">replayer-example-soapui-project.xml</a>.</p>
 <p><a name="InstanceReplayer-Usage"></a></p>
 <h2 id="usage">Usage</h2>
 <p>The basic use cases for replayer are:</p>

Modified: websites/staging/ode/trunk/content/war-deployment.html
==============================================================================
--- websites/staging/ode/trunk/content/war-deployment.html (original)
+++ websites/staging/ode/trunk/content/war-deployment.html Fri Dec 28 16:45:35 2012
@@ -113,7 +113,7 @@
 
 </li>
 <li>
-<p>Make sure that MySQL is started and the <a href="^ode_openjpa_mysql-1.3.2.sql.html">ODE schema</a> has been loaded in a <em>ode</em> database.</p>
+<p>Make sure that MySQL is started and the <a href="/resources/ode_openjpa_mysql-1.3.2.sql">ODE schema</a> has been loaded in a <em>ode</em> database.</p>
 <div class="codehilite"><pre>$ mysql -u root
 mysql&gt; create database ode;
 mysql&gt; exit