Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 66502 invoked from network); 14 Jun 2005 04:02:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 04:02:34 -0000 Received: (qmail 60672 invoked by uid 500); 14 Jun 2005 04:02:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 60607 invoked by uid 500); 14 Jun 2005 04:02:32 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 60571 invoked by uid 99); 14 Jun 2005 04:02:32 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Jun 2005 21:02:31 -0700 Received: (qmail 66242 invoked by uid 2038); 14 Jun 2005 04:02:19 -0000 Date: 14 Jun 2005 04:02:19 -0000 Message-ID: <20050614040219.66239.qmail@minotaur.apache.org> From: dushshantha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/build build.Win32.properties buildTransportIPV6.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N dushshantha 2005/06/13 21:02:19 Modified: c/build build.Win32.properties Removed: c/build buildTransportIPV6.xml Log: removeing Axis2 transport from ant build system. Revision Changes Path 1.22 +1 -7 ws-axis/c/build/build.Win32.properties Index: build.Win32.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.Win32.properties,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- build.Win32.properties 10 Jun 2005 12:44:54 -0000 1.21 +++ build.Win32.properties 14 Jun 2005 04:02:19 -0000 1.22 @@ -68,18 +68,12 @@ ######################## # Transports to be used -transport.axis2 = false -transport.axis2.ipv6 = false + transport.HTTP = true transport.HTTP.ipv6 = true HTTP.transport.IPV6.dir = ${env.IPV6_HOME} -## Values used for axis2 -axis2.transportLibraryName = AxisTransport - -## Values used for axis2 -axis2.ipv6.transportLibraryName = axis2ipv6_transport ## Values used for HTTP HTTP.transportLibraryName = HTTPTransport