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 2007/02/22 05:14:25 UTC

svn commit: r510381 - in /webservices/axis2/trunk/c/ides/vc/axis2c: axis2_engine/axis2_engine.vcproj axis2_http_common/ axis2_http_receiver/axis2_http_receiver.vcproj axis2_http_sender/axis2_http_sender.vcproj axis2c.sln

Author: nandika
Date: Wed Feb 21 20:14:24 2007
New Revision: 510381

URL: http://svn.apache.org/viewvc?view=rev&rev=510381
Log:
savan vc project added , axis2_http_common project removed

Removed:
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_common/
Modified:
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2_engine/axis2_engine.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_receiver/axis2_http_receiver.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_sender/axis2_http_sender.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2c.sln

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axis2_engine/axis2_engine.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axis2_engine/axis2_engine.vcproj?view=diff&rev=510381&r1=510380&r2=510381
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axis2_engine/axis2_engine.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axis2_engine/axis2_engine.vcproj Wed Feb 21 20:14:24 2007
@@ -529,6 +529,50 @@
 				<Filter
 					Name="http"
 					>
+					<Filter
+						Name="common"
+						>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_header.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_out_transport_info.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_request_line.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_simple_request.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_simple_response.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_status_line.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\common\http_worker.c"
+							>
+						</File>
+					</Filter>
+					<Filter
+						Name="util"
+						>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\util\http_chunked_stream.c"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\..\modules\core\transport\http\util\http_transport_utils.c"
+							>
+						</File>
+					</Filter>
 				</Filter>
 			</Filter>
 			<Filter

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_receiver/axis2_http_receiver.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_receiver/axis2_http_receiver.vcproj?view=diff&rev=510381&r1=510380&r2=510381
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_receiver/axis2_http_receiver.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_receiver/axis2_http_receiver.vcproj Wed Feb 21 20:14:24 2007
@@ -181,11 +181,11 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
-				RelativePath="..\..\..\..\modules\core\transport\http\receiver\http_response_writer.c"
+				RelativePath="..\..\..\..\modules\core\transport\http\receiver\http_receiver.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\..\modules\core\transport\http\receiver\http_server.c"
+				RelativePath="..\..\..\..\modules\core\transport\http\receiver\http_response_writer.c"
 				>
 			</File>
 			<File

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_sender/axis2_http_sender.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_sender/axis2_http_sender.vcproj?view=diff&rev=510381&r1=510380&r2=510381
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_sender/axis2_http_sender.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_sender/axis2_http_sender.vcproj Wed Feb 21 20:14:24 2007
@@ -61,7 +61,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="axis2_util.lib axis2_parser.lib axis2_engine.lib axis2_http_util.lib axis2_http_common.lib"
+				AdditionalDependencies="axis2_util.lib axis2_parser.lib axis2_engine.lib axis2_http_util.lib ssleay32MTd.lib  libeay32MTd.lib"
 				LinkIncremental="2"
 				AdditionalLibraryDirectories="&quot;$(SolutionDir)\deploy\lib&quot;"
 				GenerateDebugInformation="true"
@@ -194,6 +194,26 @@
 				RelativePath="..\..\..\..\modules\core\transport\http\sender\soap_over_http_sender.c"
 				>
 			</File>
+			<Filter
+				Name="ssl"
+				>
+				<File
+					RelativePath="..\..\..\..\modules\core\transport\http\sender\ssl\ssl_stream.c"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\..\modules\core\transport\http\sender\ssl\ssl_stream.h"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\..\modules\core\transport\http\sender\ssl\ssl_utils.c"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\..\modules\core\transport\http\sender\ssl\ssl_utils.h"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="Header Files"

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axis2c.sln
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axis2c.sln?view=diff&rev=510381&r1=510380&r2=510381
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axis2c.sln (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axis2c.sln Wed Feb 21 20:14:24 2007
@@ -41,7 +41,6 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "axis2_http_receiver", "axis2_http_receiver\axis2_http_receiver.vcproj", "{9441F689-6ED3-4FF8-9B13-2E80E391DF39}"
 	ProjectSection(ProjectDependencies) = postProject
 		{7C816A64-FA96-4C6C-8DB0-5256441F54BC} = {7C816A64-FA96-4C6C-8DB0-5256441F54BC}
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F} = {3D25ED71-1590-4009-856D-1DEAC76E4A1F}
 		{7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD} = {7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD}
 		{D7D7FBA1-5E43-4586-8F69-D4ED2628D2D8} = {D7D7FBA1-5E43-4586-8F69-D4ED2628D2D8}
 		{9524B8C5-79D9-4470-9A47-8BD163ABBB15} = {9524B8C5-79D9-4470-9A47-8BD163ABBB15}
@@ -75,7 +74,6 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "axis2_http_sender", "axis2_http_sender\axis2_http_sender.vcproj", "{7332F525-8C77-4FB3-A0C0-FCEB2382F03C}"
 	ProjectSection(ProjectDependencies) = postProject
 		{7C816A64-FA96-4C6C-8DB0-5256441F54BC} = {7C816A64-FA96-4C6C-8DB0-5256441F54BC}
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F} = {3D25ED71-1590-4009-856D-1DEAC76E4A1F}
 		{7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD} = {7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD}
 		{D7D7FBA1-5E43-4586-8F69-D4ED2628D2D8} = {D7D7FBA1-5E43-4586-8F69-D4ED2628D2D8}
 		{9524B8C5-79D9-4470-9A47-8BD163ABBB15} = {9524B8C5-79D9-4470-9A47-8BD163ABBB15}
@@ -92,7 +90,7 @@
 		{3887B3E3-1A45-40E5-BC95-9C51000C86DB} = {3887B3E3-1A45-40E5-BC95-9C51000C86DB}
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "axis2_http_common", "axis2_http_common\axis2_http_commons.vcproj", "{3D25ED71-1590-4009-856D-1DEAC76E4A1F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_savan", "mod_savan\mod_savan.vcproj", "{C781F3DE-8F38-4778-A50F-003D04336A10}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -152,10 +150,10 @@
 		{7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD}.Debug|Win32.Build.0 = Debug|Win32
 		{7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD}.Release|Win32.ActiveCfg = Release|Win32
 		{7B4EF49A-B4B7-428E-A70B-D78E6CBD32DD}.Release|Win32.Build.0 = Release|Win32
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F}.Debug|Win32.ActiveCfg = Debug|Win32
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F}.Debug|Win32.Build.0 = Debug|Win32
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F}.Release|Win32.ActiveCfg = Release|Win32
-		{3D25ED71-1590-4009-856D-1DEAC76E4A1F}.Release|Win32.Build.0 = Release|Win32
+		{C781F3DE-8F38-4778-A50F-003D04336A10}.Debug|Win32.ActiveCfg = Debug|Win32
+		{C781F3DE-8F38-4778-A50F-003D04336A10}.Debug|Win32.Build.0 = Debug|Win32
+		{C781F3DE-8F38-4778-A50F-003D04336A10}.Release|Win32.ActiveCfg = Release|Win32
+		{C781F3DE-8F38-4778-A50F-003D04336A10}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org