Author: rineholt
Date: Wed Mar 29 07:19:03 2006
New Revision: 389810

URL: http://svn.apache.org/viewcvs?rev=389810&view=rev
Log:
fix broken link
have sample readme's point to more up todate information.
add some suggestions requested for the  site 
other minor nits.

Modified:
    incubator/tuscany/java/samples/JavaScript/sample1/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworld/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldaxissvc/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldmc/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldweb/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldws/readme.htm
    incubator/tuscany/java/samples/helloworld/helloworldwsclient/readme.htm
    incubator/tuscany/java/samples/readme.htm
    incubator/tuscany/site/src/site/site.xml
    incubator/tuscany/site/src/site/xdoc/documentationdasjava.xml
    incubator/tuscany/site/src/site/xdoc/getinvolved.xml
    incubator/tuscany/site/src/site/xdoc/index.xml

Modified: incubator/tuscany/java/samples/JavaScript/sample1/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/JavaScript/sample1/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/JavaScript/sample1/readme.htm (original)
+++ incubator/tuscany/java/samples/JavaScript/sample1/readme.htm Wed Mar 29 
07:19:03 2006
@@ -29,7 +29,7 @@
 
 <p>The Tuscany JavaScript Sample 1 shows using the Tuscany SCA runtime in a 
J2SE environment loading a JavaScript component that implements the classic 
introductory hello world example.</p>
 
-<h3>Setup</h3>The jars for a <a 
href="http://wiki.apache.org/ws/Tuscany/J2SESetup"; target="_blank">J2SE 
setup</a> &nbsp;not requiring web
+<h3>Setup</h3>The jars for a <a href="../../readme.htm" target="_blank">J2SE 
setup</a> &nbsp;not requiring web
 services are required, allong with the JavaScript component container jar, 
<span style="font-weight: bold;">tuscany-container-js-SNAPSHOT.jar</span>
 , and the sample's own jar, <span style="font-weight: 
bold;">javascript-sample1-SNAPSHOT.jar</span>.
 

Modified: incubator/tuscany/java/samples/helloworld/helloworld/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworld/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworld/readme.htm (original)
+++ incubator/tuscany/java/samples/helloworld/helloworld/readme.htm Wed Mar 29 
07:19:03 2006
@@ -40,7 +40,7 @@
     implements the classic introductory hello world example. </p>
 
 
-<h3>Setup</h3>The jars for a <a 
href="http://wiki.apache.org/ws/Tuscany/J2SESetup"; target="_blank">J2SE 
setup</a> &nbsp;not requiring web
+<h3>Setup</h3>The jars for a <a href="../../readme.htm" target="_blank">J2SE 
setup</a> &nbsp;not requiring web
 services are required including the sample's own jar <span style="font-weight: 
bold;">helloworld-SNAPSHOT.jar</span>.
 
 

Modified: incubator/tuscany/java/samples/helloworld/helloworldaxissvc/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldaxissvc/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldaxissvc/readme.htm 
(original)
+++ incubator/tuscany/java/samples/helloworld/helloworldaxissvc/readme.htm Wed 
Mar 29 07:19:03 2006
@@ -36,7 +36,7 @@
 this web application. </p>
 
 
-<h3>Setup</h3>Set up your server as described in the <a 
href="http://wiki.apache.org/ws/Tuscany/TomcatIntegration"; 
target="_blank">Tomcat Setup</a>. &nbsp;If you are not configuring with the 
acceptance test the server, you will need to add <span style="font-weight: 
bold;">helloworldws-SNAPSHOT.war</span> to your tomcat's webapp 
directory.<br><br>Review Axis documentation on configuring and deploying web 
services.
+<h3>Setup</h3>Set up your server as described in the <a 
href="../../readme.htm" target="_blank">Tomcat Setup</a>. &nbsp;If you are not 
configuring with the acceptance test the server, you will need to add <span 
style="font-weight: bold;">helloworldws-SNAPSHOT.war</span> to your tomcat's 
webapp directory.<br><br>Review Axis documentation on configuring and deploying 
web services.
 <ol>
 
 </ol>

Modified: incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm 
(original)
+++ incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm Wed 
Mar 29 07:19:03 2006
@@ -32,7 +32,7 @@
     implements the classic introductory hello world example. </p>
 
 
-<h3>Setup</h3>Set up your server as described in the <a 
href="http://wiki.apache.org/ws/Tuscany/TomcatIntegration"; 
target="_blank">Tomcat
+<h3>Setup</h3>Set up your server as described in the <a 
href="../../readme.htm" target="_blank">Tomcat
     Setup</a>. &nbsp;If you are not configuring with the acceptance test the 
server, you will need to add <span
         style="font-weight: bold;">helloworldjsonrpc-SNAPSHOT.war</span> to 
your tomcat's webapp directory.<br>
 

Modified: incubator/tuscany/java/samples/helloworld/helloworldmc/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldmc/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldmc/readme.htm (original)
+++ incubator/tuscany/java/samples/helloworld/helloworldmc/readme.htm Wed Mar 
29 07:19:03 2006
@@ -43,7 +43,7 @@
     shows the wiring of &nbsp;multiple components in a single SCA module. </p>
 
 
-<h3>Setup</h3>The jars for a <a 
href="http://wiki.apache.org/ws/Tuscany/J2SESetup"; target="_blank">J2SE 
setup</a> &nbsp;not requiring web
+<h3>Setup</h3>The jars for a <a href="../../readme.htm" target="_blank">J2SE 
setup</a> &nbsp;not requiring web
 services are required including the sample's own jar <span style="font-weight: 
bold;">helloworldmc-SNAPSHOT.jar</span>.
 
 <h3>Running</h3>

Modified: incubator/tuscany/java/samples/helloworld/helloworldweb/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldweb/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldweb/readme.htm 
(original)
+++ incubator/tuscany/java/samples/helloworld/helloworldweb/readme.htm Wed Mar 
29 07:19:03 2006
@@ -41,7 +41,7 @@
     implements the classic introductory hello world example. </p>
 
 
-<h3>Setup</h3>Set up your server as described in the <a 
href="http://wiki.apache.org/ws/Tuscany/TomcatIntegration"; 
target="_blank">Tomcat
+<h3>Setup</h3>Set up your server as described in the <a 
href="../../readme.htm" target="_blank">Tomcat
     Setup</a>. &nbsp;If you are not configuring with the acceptance test the 
server, you will need to add <span
         style="font-weight: bold;">helloworldWeb-SNAPSHOT.war</span> to your 
tomcat's webapp directory.<br>
 

Modified: incubator/tuscany/java/samples/helloworld/helloworldws/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldws/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldws/readme.htm (original)
+++ incubator/tuscany/java/samples/helloworld/helloworldws/readme.htm Wed Mar 
29 07:19:03 2006
@@ -50,7 +50,7 @@
 <h3>Setup</h3>
 
 
-Set up your server as described in the <a 
href="http://wiki.apache.org/ws/Tuscany/TomcatIntegration"; 
target="_blank">Tomcat Setup</a>. &nbsp;If
+Set up your server as described in the <a href="../../readme.htm" 
target="_blank">Tomcat Setup</a>. &nbsp;If
 you are not configuring with the acceptance test the server, you will need to 
add <span style="font-weight: bold;">helloworldws-SNAPSHOT.war</span>
 to your Tomcat's webapp directory.
 

Modified: 
incubator/tuscany/java/samples/helloworld/helloworldwsclient/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldwsclient/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldwsclient/readme.htm 
(original)
+++ incubator/tuscany/java/samples/helloworld/helloworldwsclient/readme.htm Wed 
Mar 29 07:19:03 2006
@@ -41,7 +41,7 @@
 
 <h3>Setup</h3>
 
-The jars for a <a href="http://wiki.apache.org/ws/Tuscany/J2SESetup"; 
target="_blank">J2SE setup</a> &nbsp;including those necessary&nbsp;
+The jars for a <a href="../../readme.htm" target="_blank">J2SE setup</a> 
&nbsp;including those necessary&nbsp;
 for web services are required including the sample's own jar <span 
style="font-weight: bold;">helloworldwsclient-SNAPSHOT.jar</span>.
 
 <h3>Running</h3>

Modified: incubator/tuscany/java/samples/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/readme.htm?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/java/samples/readme.htm (original)
+++ incubator/tuscany/java/samples/readme.htm Wed Mar 29 07:19:03 2006
@@ -23,12 +23,12 @@
 JAR files and the JAR files they depend on must be added to your J2SE
 classpath.<br>Samples&nbsp;not requiring invoking web
 services
-need at least the following jars in their classpath<br><a 
name="#J2SEJARSNWS"></a><br><table style="text-align: left; width: 100%;" 
border="1" cellpadding="2" cellspacing="2"><tbody><tr><td><pre 
style="margin-left: 
40px;">axis-wsdl4j-1.2.jar<br>common-2.2.0-I200602160000.jar<br>ecore-2.2.0-I200602160000.jar<br>ecore-change-2.2.0-I200602160000.jar<br>ecore-xmi-2.2.0-I200602160000.jar<br>sca-api-SNAPSHOT.jar<br>sdo-api-SNAPSHOT.jar<br>stax-api-1.0.jar<br>tuscany-common-SNAPSHOT.jar<br>tuscany-container-java-SNAPSHOT.jar<br>tuscany-core-SNAPSHOT.jar<br>tuscany-model-SNAPSHOT.jar<br>tuscany-sdo-impl-SNAPSHOT.jar<br>xsd-2.2.0-I200602160000.jar</pre></td></tr></tbody></table><span
 style="font-style: italic;">There is an <a 
href="http://ant.apache.org/bindownload.cgi"; target="_blank">ant</a>
+need at least the following jars in their classpath<br><a 
name="#J2SEJARSNWS"></a><br><table style="text-align: left; width: 100%;" 
border="1" cellpadding="2" cellspacing="2"><tbody><tr><td><pre 
style="margin-left: 
40px;">axis-wsdl4j-1.2.jar<br>common-2.2.0-SNAPSHOT.jar<br>ecore-2.2.0-SNAPSHOT.jar<br>ecore-change-2.2.0-SNAPSHOT.jar<br>ecore-xmi-2.2.0-SNAPSHOT.jar<br>sca-api-SNAPSHOT.jar<br>sdo-api-SNAPSHOT.jar<br>stax-api-1.0.jar<br>tuscany-common-SNAPSHOT.jar<br>tuscany-container-java-SNAPSHOT.jar<br>tuscany-core-SNAPSHOT.jar<br>tuscany-model-SNAPSHOT.jar<br>tuscany-sdo-impl-SNAPSHOT.jar<br>xsd-2.2.0-SNAPSHOT.jar</pre></td></tr></tbody></table><span
 style="font-style: italic;">There is an <a 
href="http://ant.apache.org/bindownload.cgi"; target="_blank">ant</a>
 script in java\testing\tomcat\build.xml that will produce in
 tuscany\java\testing\tomcat\target\j2se all the jars above once you
 have completed the full maven build at the root. Run "<span 
style="font-weight: bold;">ant j2se</span>" &nbsp;Use in java -Djava.ext.dirs 
to point to this directory to include all these jars.</span><br><br>If
 you're planning to use SCA Web Service bindings from your Tuscany
-application, add the following JAR files to your classpath:<br><table 
style="text-align: left; width: 100%;" border="1" cellpadding="2" 
cellspacing="2"><tbody><tr><td><pre style="margin-left: 
40px;">asm-2.2.jar<br>axiom-api-0.95.jar<br>axiom-impl-0.95.jar<br>axis-wsdl4j-1.2.jar<br>axis2-kernel-0.95.jar<br>common-2.2.0-I200602160000.jar<br>commons-codec-1.3.jar<br>commons-httpclient-3.0.jar<br>commons-logging-1.0.4.jar<br>ecore-2.2.0-I200602160000.jar<br>ecore-change-2.2.0-I200602160000.jar<br>ecore-xmi-2.2.0-I200602160000.jar<br>log4j-1.2.12.jar<br>policy-1.0.jar<br>sca-api-SNAPSHOT.jar<br>sdo-api-SNAPSHOT.jar<br>stax-api-1.0.jar<br>tuscany-binding-axis2-SNAPSHOT.jar<br>tuscany-common-SNAPSHOT.jar<br>tuscany-container-java-SNAPSHOT.jar<br>tuscany-core-SNAPSHOT.jar<br>tuscany-model-SNAPSHOT.jar<br>tuscany-sdo-impl-SNAPSHOT.jar<br>wstx-asl-2.8.2.jar<br>XmlSchema-1.0.jar<br>xsd-2.2.0-I200602160000.jar</pre></td></tr></tbody></table><span
 style="font-style: italic;">There is an 
 <a href="http://ant.apache.org/bindownload.cgi"; target="_blank">ant</a>
+application, add the following JAR files to your classpath:<br><table 
style="text-align: left; width: 100%;" border="1" cellpadding="2" 
cellspacing="2"><tbody><tr><td><pre style="margin-left: 
40px;">asm-2.2.jar<br>axiom-api-0.95.jar<br>axiom-impl-0.95.jar<br>axis-wsdl4j-1.2.jar<br>axis2-kernel-0.95.jar<br>common-2.2.0-SNAPSHOT.jar<br>commons-codec-1.3.jar<br>commons-httpclient-3.0.jar<br>commons-logging-1.0.4.jar<br>ecore-2.2.0-SNAPSHOT.jar<br>ecore-change-2.2.0-SNAPSHOT.jar<br>ecore-xmi-2.2.0-SNAPSHOT.jar<br>log4j-1.2.12.jar<br>policy-1.0.jar<br>sca-api-SNAPSHOT.jar<br>sdo-api-SNAPSHOT.jar<br>stax-api-1.0.jar<br>tuscany-binding-axis2-SNAPSHOT.jar<br>tuscany-common-SNAPSHOT.jar<br>tuscany-container-java-SNAPSHOT.jar<br>tuscany-core-SNAPSHOT.jar<br>tuscany-model-SNAPSHOT.jar<br>tuscany-sdo-impl-SNAPSHOT.jar<br>wstx-asl-2.8.2.jar<br>XmlSchema-1.0.jar<br>xsd-2.2.0-SNAPSHOT.jar</pre></td></tr></tbody></table><span
 style="font-style: italic;">There is an <a href="http://ant.apach
 e.org/bindownload.cgi" target="_blank">ant</a>
 script in java\testing\tomcat\build.xml that will produce in
 tuscany\java\testing\tomcat\target\j2sews all the jars above once you
 have completed the full maven build at the root. Run "<span 
style="font-weight: bold;">ant j2sews</span> &nbsp;Use in java -Djava.ext.dirs 
to point to this directory to include all these jars.</span><h4><a 
name="Tomcat_Setup"></a>Tomcat
@@ -56,7 +56,7 @@
 autoDeploy="true" xmlValidation="false"
 xmlNamespaceAware="false"&gt;<br><br></code></td></tr></tbody>
 </table><p>The following jars need to be placed in tomcats
-common/lib directory</p><table style="text-align: left; width: 100%;" 
border="1" cellpadding="2" 
cellspacing="2"><tbody><tr><td><pre>common-2.2.0-i200602160000.jar<br>ecore-2.2.0-i200602160000.jar<br>ecore-change-2.2.0-i200602160000.jar<br>ecore-xmi-2.2.0-i200602160000.jar<br>sca-api-snapshot.jar<br>sdo-api-snapshot.jar<br>tuscany-das-rdb-snapshot.jar<br>tuscany-sdo-impl-snapshot.jar<br>xsd-2.2.0-i200602160000.jar<br>jsonrpc-snapshot.jar
 <span style="font-style: italic;"><span style="font-weight: bold;">Optional if 
you want javascript components</span></span><br>derby-10.1.2.1.jar  <span 
style="font-style: italic;"><span style="font-weight: bold;">Optional if you 
want database support</span></span></pre></td></tr></tbody></table>
+common/lib directory</p><table style="text-align: left; width: 100%;" 
border="1" cellpadding="2" 
cellspacing="2"><tbody><tr><td><pre>common-2.2.0-snapshot.jar<br>ecore-2.2.0-snapshot.jar<br>ecore-change-2.2.0-snapshot.jar<br>ecore-xmi-2.2.0-snapshot.jar<br>sca-api-snapshot.jar<br>sdo-api-snapshot.jar<br>tuscany-das-rdb-snapshot.jar<br>tuscany-sdo-impl-snapshot.jar<br>xsd-2.2.0-snapshot.jar<br>jsonrpc-snapshot.jar
 <span style="font-style: italic;"><span style="font-weight: bold;">Optional if 
you want javascript components</span></span><br>derby-10.1.2.1.jar  <span 
style="font-style: italic;"><span style="font-weight: bold;">Optional if you 
want database support</span></span></pre></td></tr></tbody></table>
 </li><li><p>The
 following jars need to go into the server/lib</p><table style="text-align: 
left; width: 100%;" border="1" cellpadding="2" 
cellspacing="2"><tbody><tr><td><pre>asm-2.2.jar<br>axiom-api-0.95.jar<br>axiom-impl-0.95.jar<br>axis-wsdl4j-1.2.jar<br>axis2-kernel-0.95.jar<br>commons-codec-1.3.jar<br>commons-httpclient-3.0.jar<br>log4j-1.2.12.jar<br>policy-1.0.jar<br>stax-api-1.0.jar<br>tuscany-binding-axis2-snapshot.jar<br>tuscany-binding-jsonrpc-snapshot.jar<br>tuscany-common-snapshot.jar<br>tuscany-container-java-snapshot.jar<br>tuscany-core-snapshot.jar<br>tuscany-model-snapshot.jar<br>tuscany-tomcat-snapshot.jar<br>wstx-asl-2.8.2.jar<br>xmlschema-1.0.jar</pre></td></tr></tbody></table><br></li><li>For
 the samples copy their war files to Tomcat's webapps

Modified: incubator/tuscany/site/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/site.xml?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/site.xml (original)
+++ incubator/tuscany/site/src/site/site.xml Wed Mar 29 07:19:03 2006
@@ -78,7 +78,7 @@
                </menu>         
                <menu name="Community">
                        <item name="Get Involved" href="/getinvolved.html" />
-                       <item name="Committers" href="/team-list.html" />
+                       <!-- item name="Committers" href="/team-list.html" / -->
                        <item name="SVN Code Repository" href="/svn.html" />
                        <item name="Mailing Lists" href="/mail-lists.html" />
                        <item name="Bugs" href="/bugs.html" />

Modified: incubator/tuscany/site/src/site/xdoc/documentationdasjava.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/documentationdasjava.xml?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/documentationdasjava.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/documentationdasjava.xml Wed Mar 29 
07:19:03 2006
@@ -47,9 +47,7 @@
                                        </tr>
                                        <tr>
                                                <td>
-                                                       <a 
href="RDB_DAS_white_paper_v-0.1.2.pdf">
-                                                               DAS White 
Paper: The Data Access Service
-                                                       </a>
+                                                       <script 
type="text/javascript">linkNewWindow('RDB_DAS_white_paper_v-0.1.3.pdf','DAS 
White Paper: The Data Access Service');</script>
                                                </td>
                                                <td>
                                                        How to access 
relational data in terms of Service Data Objects
@@ -120,4 +118,4 @@
 
                </section>
        </body>
-</document>
\ No newline at end of file
+</document>

Modified: incubator/tuscany/site/src/site/xdoc/getinvolved.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/getinvolved.xml?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/getinvolved.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/getinvolved.xml Wed Mar 29 07:19:03 
2006
@@ -88,13 +88,16 @@
                        <span style="font-size: 14pt;">
                                        Common Commands for Subversion
                        </span>
-                       <p>
+                       <p>Start by making a directory tuscany and in that 
directory:
                                <b style="">
                                        <i style="">To check out the Java 
project:</i>
                                </b>
                        </p>
                        <pre>
+Committers:                        
 svn co https://svn.apache.org/repos/asf/incubator/tuscany/java
+Non-Commiters:
+svn co http://svn.apache.org/repos/asf/incubator/tuscany/java
                        </pre>
                        <p>
                                <b style="">
@@ -102,7 +105,10 @@
                                </b>
                        </p>
                        <pre>
+Committers:                        
 svn co https://svn.apache.org/repos/asf/incubator/tuscany/cpp
+Non-Commiters:
+svn co http://svn.apache.org/repos/asf/incubator/tuscany/cpp
                        </pre>
                        <p>
                                If it worked, you will see all the files as they

Modified: incubator/tuscany/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/index.xml?rev=389810&r1=389809&r2=389810&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/index.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/index.xml Wed Mar 29 07:19:03 2006
@@ -56,6 +56,10 @@
                                You can also get a feel for what it's like to 
create a program using Tuscany by trying out the 
                                Sample Programs that are supplied with the 
Tuscany project.
                        </p>
+                        <p>     Tuscany is very interested in getting your 
comments or any feedback you may have.  Please feel free
+                                to post these on the mailing lists.  Mailing 
list information is available in the <a href="mail-lists.html">Project Mailing 
Lists</a> section.
+ 
+                       </p>
                </section>
                <section name="Tuscany Subprojects">
                        <p>
@@ -94,4 +98,4 @@
                        </p>
                </section>
        </body>
-</document>
\ No newline at end of file
+</document>


Reply via email to