Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 81917 invoked by uid 500); 18 Aug 2003 12:53:51 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 81874 invoked from network); 18 Aug 2003 12:53:51 -0000 From: "Ias" To: Subject: [PATCH] typo fix for integration-guide.html Date: Mon, 18 Aug 2003 21:54:45 +0900 Message-ID: <000801c36587$eaaafa90$dc0c6c0a@u4c0r> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0009_01C365D3.5A92A290" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C365D3.5A92A290 Content-Type: multipart/alternative; boundary="----=_NextPart_001_000A_01C365D3.5A942930" ------=_NextPart_001_000A_01C365D3.5A942930 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In "WSDL Parser and Code Generator Framework" section, --server-side is right against -serverSide. Thanks, Ias. ------=_NextPart_001_000A_01C365D3.5A942930 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

In WSDL Parser and Code Generator = Framework = section,

--server-side is right = against serverSide.

 

Thanks,

 

Ias.

------=_NextPart_001_000A_01C365D3.5A942930-- ------=_NextPart_000_0009_01C365D3.5A92A290 Content-Type: text/plain; name="2003-08-18-01.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="2003-08-18-01.txt" Index: integration-guide.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/xml-axis/java/docs/integration-guide.html,v retrieving revision 1.22 diff -u -r1.22 integration-guide.html --- integration-guide.html 9 Aug 2003 12:54:39 -0000 1.22 +++ integration-guide.html 18 Aug 2003 12:50:33 -0000 @@ -1155,7 +1155,7 @@ always calls generate, but since this is a server-side artifact, we = don't want to generate it unless we are generating server-side artifacts (in other words, in terms of the command line options, we've specified the ---serverSide option). +--server-side option).

public class MyDeployWriter extends JavaWriter {
    public MyDeployWriter(Emitter emitter, = Definition definition, ------=_NextPart_000_0009_01C365D3.5A92A290--