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 di...@apache.org on 2005/01/26 16:33:58 UTC

cvs commit: ws-axis/c/build buildInitialize.xml

dicka       2005/01/26 07:33:58

  Modified:    c/build  buildInitialize.xml
  Log:
  Append _D to DLLs on windows for new transport libraries, when producing Debug versions.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.6       +6 -0      ws-axis/c/build/buildInitialize.xml
  
  Index: buildInitialize.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildInitialize.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- buildInitialize.xml	10 Jan 2005 21:00:31 -0000	1.5
  +++ buildInitialize.xml	26 Jan 2005 15:33:58 -0000	1.6
  @@ -238,6 +238,9 @@
   				<property name="xerces.xmlParserLibraryName_D" value="${xerces.xmlParserLibraryName}_D"/>
   				<property name="axis2.transportLibraryName_D" value="${axis2.transportLibraryName}_D"/>
   				<property name="axis2.ipv6.transportLibraryName_D" value="${axis2.ipv6.transportLibraryName}_D"/>
  +				<property name="HTTP.SecureChannelLibraryName_D" value="${HTTP.SecureChannelLibraryName}_D"/>
  +				<property name="HTTP.transportLibraryName_D" value="${HTTP.transportLibraryName}_D"/>
  +				<property name="HTTP.ChannelLibraryName_D" value="${HTTP.ChannelLibraryName}_D"/>
   
   				<propertycopy property="clientLibraryName" from="clientLibraryName_D" override="true"/>
   				<propertycopy property="transportLibraryName" from="transportLibraryName_D" override="true"/>
  @@ -246,6 +249,9 @@
   				<propertycopy property="xerces.xmlParserLibraryName" from="xerces.xmlParserLibraryName_D" override="true"/>
   				<propertycopy property="axis2.transportLibraryName" from="axis2.transportLibraryName_D" override="true"/>
   				<propertycopy property="axis2.ipv6.transportLibraryName" from="axis2.ipv6.transportLibraryName_D" override="true"/>
  +				<propertycopy property="HTTP.SecureChannelLibraryName" from="HTTP.SecureChannelLibraryName_D" override="true"/>
  +				<propertycopy property="HTTP.transportLibraryName" from="HTTP.transportLibraryName_D" override="true"/>
  +				<propertycopy property="HTTP.ChannelLibraryName" from="HTTP.ChannelLibraryName_D" override="true"/>
   			</then>
   		</if>
   	</target>