Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 9721 invoked from network); 31 Mar 2004 14:25:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Mar 2004 14:25:38 -0000 Received: (qmail 52333 invoked by uid 500); 31 Mar 2004 14:25:26 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 52255 invoked by uid 500); 31 Mar 2004 14:25:26 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 52190 invoked from network); 31 Mar 2004 14:25:25 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 31 Mar 2004 14:25:25 -0000 Received: (qmail 9493 invoked by uid 1682); 31 Mar 2004 14:25:28 -0000 Date: 31 Mar 2004 14:25:28 -0000 Message-ID: <20040331142528.9492.qmail@minotaur.apache.org> From: susantha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/vc/soap SoapLibrary.dsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N susantha 2004/03/31 06:25:28 Modified: c/vc AxisClientDLL.dsp AxisServerDLL.dsp c/vc/soap SoapLibrary.dsp Log: Added the new encoding files to vc projects Revision Changes Path 1.8 +8 -0 ws-axis/c/vc/AxisClientDLL.dsp Index: AxisClientDLL.dsp =================================================================== RCS file: /home/cvs/ws-axis/c/vc/AxisClientDLL.dsp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- AxisClientDLL.dsp 30 Mar 2004 10:47:49 -0000 1.7 +++ AxisClientDLL.dsp 31 Mar 2004 14:25:28 -0000 1.8 @@ -102,6 +102,10 @@ # End Source File # Begin Source File +SOURCE=..\src\soap\apr_base64.c +# End Source File +# Begin Source File + SOURCE=..\src\common\ArrayBean.cpp # End Source File # Begin Source File @@ -199,6 +203,10 @@ # Begin Source File SOURCE=..\src\soap\HeaderBlock.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\soap\HexCoder.cpp # End Source File # Begin Source File 1.8 +8 -0 ws-axis/c/vc/AxisServerDLL.dsp Index: AxisServerDLL.dsp =================================================================== RCS file: /home/cvs/ws-axis/c/vc/AxisServerDLL.dsp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- AxisServerDLL.dsp 30 Mar 2004 10:47:49 -0000 1.7 +++ AxisServerDLL.dsp 31 Mar 2004 14:25:28 -0000 1.8 @@ -110,6 +110,10 @@ # End Source File # Begin Source File +SOURCE=..\src\soap\apr_base64.c +# End Source File +# Begin Source File + SOURCE=..\src\common\ArrayBean.cpp # End Source File # Begin Source File @@ -191,6 +195,10 @@ # Begin Source File SOURCE=..\src\soap\HeaderBlock.cpp +# End Source File +# Begin Source File + +SOURCE=..\src\soap\HexCoder.cpp # End Source File # Begin Source File 1.4 +16 -0 ws-axis/c/vc/soap/SoapLibrary.dsp Index: SoapLibrary.dsp =================================================================== RCS file: /home/cvs/ws-axis/c/vc/soap/SoapLibrary.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SoapLibrary.dsp 29 Mar 2004 11:29:56 -0000 1.3 +++ SoapLibrary.dsp 31 Mar 2004 14:25:28 -0000 1.4 @@ -86,6 +86,10 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\src\soap\apr_base64.c +# End Source File +# Begin Source File + SOURCE=..\..\src\soap\Attribute.cpp # End Source File # Begin Source File @@ -106,6 +110,10 @@ # End Source File # Begin Source File +SOURCE=..\..\src\soap\HexCoder.cpp +# End Source File +# Begin Source File + SOURCE=..\..\src\soap\SoapBinInputStream.cpp # End Source File # Begin Source File @@ -166,6 +174,10 @@ # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=..\..\src\soap\apr_base64.h +# End Source File +# Begin Source File + SOURCE=..\..\include\axis\server\Attribute.h # End Source File # Begin Source File @@ -183,6 +195,10 @@ # Begin Source File SOURCE=..\..\include\axis\server\HeaderBlock.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\soap\HexCoder.h # End Source File # Begin Source File