You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by ip...@apache.org on 2005/07/19 03:19:54 UTC

svn commit: r219589 - in /webservices/pubscribe/trunk: BUILD.txt src/site/content/xdocs/tutorial/test.xml src/site/content/xdocs/tutorial/webapp.xml

Author: ips
Date: Mon Jul 18 18:17:25 2005
New Revision: 219589

URL: http://svn.apache.org/viewcvs?rev=219589&view=rev
Log:
fixed typo

Modified:
    webservices/pubscribe/trunk/BUILD.txt
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml

Modified: webservices/pubscribe/trunk/BUILD.txt
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/BUILD.txt?rev=219589&r1=219588&r2=219589&view=diff
==============================================================================
--- webservices/pubscribe/trunk/BUILD.txt (original)
+++ webservices/pubscribe/trunk/BUILD.txt Mon Jul 18 18:17:25 2005
@@ -1,11 +1,11 @@
 Building the Pubscribe jar and running the unit tests
---------------------------------------------------
+-----------------------------------------------------
 1) Install Maven as desribed below.
 2) cd to the Pubscribe project directory (e.g. /projects/pubscribe/trunk).
 3) Run 'maven jar'.
 
 Building the Pubscribe distribution zipfiles
------------------------------------------
+--------------------------------------------
 1) Install Maven as described below.
 2) Install Forrest as described below.
 3) cd to the Pubscribe project directory (e.g. /projects/pubscribe/trunk).

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml?rev=219589&r1=219588&r2=219589&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml Mon Jul 18 18:17:25 2005
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
+
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
           "http://forrest.apache.org/dtd/document-v20.dtd">
+
 <document>
 	<header>
 		<title>Test the Service</title>
@@ -11,7 +13,7 @@
 			<p>In this final step of the tutorial, a SOAP client is used to send requests to the filesystem service deployed in Tomcat. The requests are located in 
 			<code>INSTALL_DIR/examples/filesystem/requests</code>. The client is used from an Ant script to send the requests. The scripts can be 
 			leveraged in order to test your own services as well. Detailed instructions for using the SOAP client is provided in the 
-			<a href="site:client">Developer Guide</a>.
+			<a href="site:developer">Developer Guide</a>.
 			</p>
 		</section>
 		<section id="testing">

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml?rev=219589&r1=219588&r2=219589&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml Mon Jul 18 18:17:25 2005
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
+
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
           "http://forrest.apache.org/dtd/document-v20.dtd">
+
 <document>
 	<header>
 		<title>Compile and Deploy the Service</title>
@@ -10,7 +12,7 @@
 			<title>Introduction</title>
 			<p>In this step of the tutorial, the filesystem example code and the generated classes are compiled and deployed
          		to the Pubscribe Web application. An Ant script is provided for compiling and deploying. Detailed instructions for 
-			using the Ant script are provided in the <a href="site:deploy">Developer Guide</a>.
+			using the Ant script are provided in the <a href="site:developer">Developer Guide</a>.
 			</p>
 		</section>
 		<section>