You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2008/05/27 18:31:10 UTC

svn commit: r660590 - in /webservices/axis/trunk/c/vc: ./ transport/Axis3/ transport/Axis3/HTTPChannel/ transport/Axis3/HTTPSSLChannel/ xml/xerces/

Author: nadiramra
Date: Tue May 27 09:31:05 2008
New Revision: 660590

URL: http://svn.apache.org/viewvc?rev=660590&view=rev
Log:
AXISCPP-990 missing cpp files in Distribution.sln

Modified:
    webservices/axis/trunk/c/vc/AxisClientDLL.dsp
    webservices/axis/trunk/c/vc/AxisServerDLL.dsp
    webservices/axis/trunk/c/vc/Distribution.dsw
    webservices/axis/trunk/c/vc/transport/Axis3/Axis3.dsp
    webservices/axis/trunk/c/vc/transport/Axis3/HTTPChannel/HTTPChannel.dsp
    webservices/axis/trunk/c/vc/transport/Axis3/HTTPSSLChannel/HTTPSSLChannel.dsp
    webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXerces.dsp
    webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXml4c.dsp

Modified: webservices/axis/trunk/c/vc/AxisClientDLL.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/AxisClientDLL.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/AxisClientDLL.dsp (original)
+++ webservices/axis/trunk/c/vc/AxisClientDLL.dsp Tue May 27 09:31:05 2008
@@ -126,10 +126,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\common\AxisConfigException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\common\AxisCPPConfigDefaults.cpp
 # End Source File
 # Begin Source File
@@ -142,22 +138,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\engine\AxisEngineException.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\common\AxisGenException.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\xml\AxisParseException.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\soap\AxisSoapException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\common\AxisTrace.cpp
 # End Source File
 # Begin Source File
@@ -170,10 +150,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\wsdd\AxisWsddException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\soap\xsd\Base64Binary.cpp
 # End Source File
 # Begin Source File

Modified: webservices/axis/trunk/c/vc/AxisServerDLL.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/AxisServerDLL.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/AxisServerDLL.dsp (original)
+++ webservices/axis/trunk/c/vc/AxisServerDLL.dsp Tue May 27 09:31:05 2008
@@ -134,10 +134,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\common\AxisConfigException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\common\AxisCPPConfigDefaults.cpp
 # End Source File
 # Begin Source File
@@ -150,22 +146,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\engine\AxisEngineException.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\common\AxisGenException.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\common\AxisMessage.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\soap\AxisSoapException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\common\AxisTrace.cpp
 # End Source File
 # Begin Source File
@@ -178,10 +158,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\wsdd\AxisWsddException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\soap\xsd\Base64Binary.cpp
 # End Source File
 # Begin Source File

Modified: webservices/axis/trunk/c/vc/Distribution.dsw
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/Distribution.dsw?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/Distribution.dsw (original)
+++ webservices/axis/trunk/c/vc/Distribution.dsw Tue May 27 09:31:05 2008
@@ -69,19 +69,7 @@
 
 ###############################################################################
 
-Project: "Axis2Transport"=".\TRANSPORT\Axis2\Axis2Transport.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "Axis3"=".\transport\Axis3\Axis3.dsp" - Package Owner=<4>
+Project: "Axis3Transport"=".\TRANSPORT\Axis3\Axis3.dsp" - Package Owner=<4>
 
 Package=<5>
 {{{

Modified: webservices/axis/trunk/c/vc/transport/Axis3/Axis3.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/transport/Axis3/Axis3.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/transport/Axis3/Axis3.dsp (original)
+++ webservices/axis/trunk/c/vc/transport/Axis3/Axis3.dsp Tue May 27 09:31:05 2008
@@ -100,7 +100,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\..\src\transport\axis3\HTTPTransportException.cpp
+SOURCE=..\..\..\src\soap\apr_base64.cpp
 # End Source File
 # Begin Source File
 

Modified: webservices/axis/trunk/c/vc/transport/Axis3/HTTPChannel/HTTPChannel.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/transport/Axis3/HTTPChannel/HTTPChannel.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/transport/Axis3/HTTPChannel/HTTPChannel.dsp (original)
+++ webservices/axis/trunk/c/vc/transport/Axis3/HTTPChannel/HTTPChannel.dsp Tue May 27 09:31:05 2008
@@ -100,10 +100,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\..\..\src\transport\axis3\HTTPTransportException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\..\..\src\platforms\windows\PlatformSpecificWindows.cpp
 # End Source File
 # Begin Source File

Modified: webservices/axis/trunk/c/vc/transport/Axis3/HTTPSSLChannel/HTTPSSLChannel.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/transport/Axis3/HTTPSSLChannel/HTTPSSLChannel.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/transport/Axis3/HTTPSSLChannel/HTTPSSLChannel.dsp (original)
+++ webservices/axis/trunk/c/vc/transport/Axis3/HTTPSSLChannel/HTTPSSLChannel.dsp Tue May 27 09:31:05 2008
@@ -100,10 +100,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\..\..\src\transport\axis3\HTTPTransportException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\..\..\src\platforms\windows\PlatformSpecificWindows.cpp
 # End Source File
 # Begin Source File

Modified: webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXerces.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXerces.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXerces.dsp (original)
+++ webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXerces.dsp Tue May 27 09:31:05 2008
@@ -92,10 +92,6 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 # Begin Source File
 
-SOURCE=..\..\..\src\xml\AxisParseException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\..\src\xml\xerces\ParserLoader.cpp
 # End Source File
 # Begin Source File

Modified: webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXml4c.dsp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXml4c.dsp?rev=660590&r1=660589&r2=660590&view=diff
==============================================================================
--- webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXml4c.dsp (original)
+++ webservices/axis/trunk/c/vc/xml/xerces/AxisXMLParserXml4c.dsp Tue May 27 09:31:05 2008
@@ -92,10 +92,6 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 # Begin Source File
 
-SOURCE=..\..\..\src\xml\AxisParseException.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\..\src\xml\xerces\ParserLoader.cpp
 # End Source File
 # Begin Source File