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 du...@apache.org on 2008/03/19 08:58:10 UTC

svn commit: r638737 - in /webservices/axis2/trunk/c/ides/vc/axis2c: axiom/axiom.vcproj axis2_http_server/axis2_http_server.vcproj

Author: dumindu
Date: Wed Mar 19 00:58:09 2008
New Revision: 638737

URL: http://svn.apache.org/viewvc?rev=638737&view=rev
Log:
removing the remaining relative deploy paths in debug build.

Modified:
    webservices/axis2/trunk/c/ides/vc/axis2c/axiom/axiom.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_server/axis2_http_server.vcproj

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axiom/axiom.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axiom/axiom.vcproj?rev=638737&r1=638736&r2=638737&view=diff
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axiom/axiom.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axiom/axiom.vcproj Wed Mar 19 00:58:09 2008
@@ -80,7 +80,7 @@
 			<Tool
 				Name="VCManifestTool"
 				EmbedManifest="true"
-				AdditionalOptions="/nologo /outputresource:&quot;..\deploy\lib\axiom.dll;#2&quot;"
+				AdditionalOptions="/nologo /outputresource:&quot;$(SolutionDir)\deploy\lib\axiom.dll;#2&quot;"
 			/>
 			<Tool
 				Name="VCXDCMakeTool"

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_server/axis2_http_server.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_server/axis2_http_server.vcproj?rev=638737&r1=638736&r2=638737&view=diff
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_server/axis2_http_server.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/axis2_http_server/axis2_http_server.vcproj Wed Mar 19 00:58:09 2008
@@ -98,7 +98,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="if not exist .\..\deploy\logs mkdir  $(SolutionDir)deploy\logs&#x0D;&#x0A;copy .\..\..\..\..\samples\server\axis2.xml $(SolutionDir)deploy\&#x0D;&#x0A;"
+				CommandLine="if not exist $(SolutionDir)deploy\logs mkdir  $(SolutionDir)deploy\logs&#x0D;&#x0A;copy .\..\..\..\..\samples\server\axis2.xml $(SolutionDir)deploy\&#x0D;&#x0A;"
 			/>
 		</Configuration>
 		<Configuration



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