Author: indika
Date: Wed May 7 05:49:22 2008
New Revision: 654084
URL: http://svn.apache.org/viewvc?rev=654084&view=rev
Log:
add docs when creating bin distribution ....seems we cannot use the files
genarated by site:site as those contain left navigation bar,etc... So just
rename required files as html...
Modified:
synapse/trunk/java/src/main/assembly/bin.xml
synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
Modified: synapse/trunk/java/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/src/main/assembly/bin.xml?rev=654084&r1=654083&r2=654084&view=diff
==============================================================================
--- synapse/trunk/java/src/main/assembly/bin.xml (original)
+++ synapse/trunk/java/src/main/assembly/bin.xml Wed May 7 05:49:22 2008
@@ -127,23 +127,16 @@
<directory>src/main/bin/native</directory>
<outputDirectory>synapse-${synapse.version}/bin/native</outputDirectory>
<fileMode>755</fileMode>
- </fileSet>
- <fileSet>
- <directory>src/site/resources</directory>
- <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
- <includes>
- <include>Synapse_Configuration_Language.html</include>
- <include>Synapse_Samples.html</include>
- <include>Synapse_Samples_Setup.html</include>
- <include>Synapse_QuickStart.html</include>
- <include>Synapse_Extending.html</include>
- </includes>
- </fileSet>
+ </fileSet>
<fileSet>
<directory>src/site/resources/images</directory>
<outputDirectory>synapse-${synapse.version}/docs/images</outputDirectory>
</fileSet>
<fileSet>
+ <directory>src/site/resources/logos</directory>
+
<outputDirectory>synapse-${synapse.version}/docs/logos</outputDirectory>
+ </fileSet>
+ <fileSet>
<directory>modules/samples/services</directory>
<outputDirectory>synapse-${synapse.version}/samples/axis2Server/src</outputDirectory>
</fileSet>
@@ -240,6 +233,33 @@
</includes>
</fileSet>
</fileSets>
+ <files>
+ <file>
+ <source>src/site/xdoc/Synapse_Configuration_Language.xml</source>
+ <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
+ <destName>Synapse_Configuration_Language.html</destName>
+ </file>
+ <file>
+ <source>src/site/xdoc/Synapse_Samples.xml</source>
+ <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
+ <destName>Synapse_Samples.html</destName>
+ </file>
+ <file>
+ <source>src/site/xdoc/Synapse_Samples_Setup.xml</source>
+ <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
+ <destName>Synapse_Samples_Setup.html</destName>
+ </file>
+ <file>
+ <source>src/site/xdoc/Synapse_QuickStart.xml</source>
+ <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
+ <destName>Synapse_QuickStart.html</destName>
+ </file>
+ <file>
+ <source>src/site/xdoc/Synapse_Extending.xml</source>
+ <outputDirectory>synapse-${synapse.version}/docs</outputDirectory>
+ <destName>Synapse_Extending.html</destName>
+ </file>
+ </files>
<dependencySets>
<dependencySet>
<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
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=654084&r1=654083&r2=654084&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Wed May 7 05:49:22
2008
@@ -4044,7 +4044,7 @@
<p/>
<p/>
<p>
- <strong>Objective:</strong> I<strong>ntroduction to the
+ <strong>Objective:Introduction to the
dblookup mediator</strong>
</p>
<p>
@@ -4149,7 +4149,7 @@
</definitions></pre>
<div>
<p>
- <strong>Objective: I<strong>ntroduction to the dbreport
mediator</strong></strong>
+ <strong>Objective:Introduction to the dbreport mediator</strong>
</p>
<p>
<strong>Prerequisites:</strong> Setting up Derby database as
@@ -4524,8 +4524,8 @@
</sequence>
</definitions></pre>
<p>
- <b>Objective: Demonstrate the use of throttle mediator for concurrency
- throttling </b>
+ <strong>Objective: </strong>Demonstrate the use of throttle mediator for
concurrency
+ throttling
</p>
<p>
<strong>Prerequisites:</strong>
@@ -5024,10 +5024,10 @@
</definitions> </pre>
<p>
- <b>Objective: Introduction transformation using XQuery mediator</b>
+ <strong>Objective: </strong>Introduction transformation using XQuery
mediator
</p>
<p>
- <b>Prerequisites</b>:Start the Synapse configuration numbered
+ <strong>Prerequisites</strong>:Start the Synapse configuration numbered
390: i.e. synapse -sample 390
</p>
<p>
@@ -5086,8 +5086,8 @@
<b/>
</p>
<p>
- <b><strong>Objective: Demonstrate the use of XQuery mediator to
- import external XML documents to the XQuery engine</strong></b>
+ <strong>Objective: Demonstrate the use of XQuery mediator to
+ import external XML documents to the XQuery engine</strong>
</p>
<p>
<strong>Prerequisites:</strong>Deploy the SimpleStockQuoteService
@@ -5146,9 +5146,9 @@
</proxy>
</definitions></pre>
<p>
- <b><strong>Objective: Demonstrate the use of Iterate mediator to
+ <strong>Objective: Demonstrate the use of Iterate mediator to
split the messages in to parts and process them asynchronously and then
- aggregate the responses coming in to synapse</strong></b>
+ aggregate the responses coming in to synapse</strong>
</p>
<p>
<strong>Prerequisites:</strong>Deploy the SimpleStockQuoteService
@@ -5208,9 +5208,9 @@
</out>
</definitions></pre>
<p>
- <b><strong>Objective: Demonstrate the use of Cache mediator in order
+ <strong>Objective: Demonstrate the use of Cache mediator in order
to cache the response and use that cached response as the response for an
- identical xml request</strong></b>
+ identical xml request</strong>
</p>
<p>
<strong>Prerequisites:</strong>Deploy the SimpleStockQuoteService