Author: heshan
Date: Wed May 25 13:40:43 2011
New Revision: 1127525

URL: http://svn.apache.org/viewvc?rev=1127525&view=rev
Log:
Updating the title of the sample configuration 16. 

Modified:
    synapse/trunk/java/repository/conf/sample/synapse_sample_16.xml
    synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_16.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_16.xml?rev=1127525&r1=1127524&r2=1127525&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_16.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_16.xml Wed May 25 
13:40:43 2011
@@ -18,7 +18,7 @@
 ~  under the License.
 -->
 
-<!-- Introduction to dynamic and static registry keys  -->
+<!-- Introduction to dynamic and static keys  -->
 <definitions xmlns="http://ws.apache.org/ns/synapse";>
 
     <!-- the SimpleURLRegistry allows access to a URL based registry (e.g. 
file:/// or http://) -->

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=1127525&r1=1127524&r2=1127525&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Wed May 25 13:40:43 
2011
@@ -143,7 +143,7 @@
 <li>
 <a href="#Sample13">Sample 15: Message Enrichment through Synapse</a></li>
 <li>
-<a href="#Sample16">Sample 16: Introduction to dynamic and static registry 
keys</a></li>
+<a href="#Sample16">Sample 16: Introduction to dynamic and static keys</a></li>
 </ul></li>
 
 <li>
@@ -969,7 +969,7 @@ Standard dual channel :: Stock price = $
 <p>You can try with different local entries as the source with the correct 
target xpath values. </p>
 
 <h2>
-<a name="Sample16" id="Sample16">Sample 16: Introduction to dynamic and static 
registry keys</a></h2>
+<a name="Sample16" id="Sample16">Sample 16: Introduction to dynamic and static 
keys</a></h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns=&quot;http://ws.apache.org/ns/synapse&quot;&gt;
     &lt;!-- the SimpleURLRegistry allows access to a URL based registry (e.g. 
file:/// or http://) --&gt;
     &lt;registry 
provider=&quot;org.apache.synapse.registry.url.SimpleURLRegistry&quot;&gt;


Reply via email to