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 wh...@apache.org on 2004/11/03 16:10:59 UTC

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

whitlock    2004/11/03 07:10:59

  Modified:    c/build  buildTransport.xml
  Log:
  Build SecureChannel
  
  Revision  Changes    Path
  1.2       +0 -4      ws-axis/c/build/buildTransport.xml
  
  Index: buildTransport.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildTransport.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildTransport.xml	2 Nov 2004 15:19:44 -0000	1.1
  +++ buildTransport.xml	3 Nov 2004 15:10:59 -0000	1.2
  @@ -32,8 +32,6 @@
   					<!-- Files to compile -->
   					<fileset dir="${dir.src}">
   						<include name="transport/${transport}/*.cpp"/>
  -						<!-- The following files need to be excluded -->
  -						<exclude name="transport/${transport}/SecureChannel.cpp"/>
   					</fileset>
   				</cc>
   			</then>
  @@ -47,8 +45,6 @@
   					<!-- Files to compile -->
   					<fileset dir="${dir.src}">
   						<include name="transport/${transport}/*.cpp"/>
  -						<!-- The following files need to be excluded -->
  -						<exclude name="transport/${transport}/SecureChannel.cpp"/>
   					</fileset>
   				</cc>
   			</else>