Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 89022 invoked from network); 13 Jan 2010 14:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2010 14:17:13 -0000 Received: (qmail 17338 invoked by uid 500); 13 Jan 2010 14:17:12 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 17268 invoked by uid 500); 13 Jan 2010 14:17:12 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 17259 invoked by uid 99); 13 Jan 2010 14:17:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 14:17:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 14:17:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C29A82388980; Wed, 13 Jan 2010 14:16:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898759 - in /cxf/branches/2.2.x-fixes: ./ distribution/src/main/release/bin/ Date: Wed, 13 Jan 2010 14:16:48 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100113141648.C29A82388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Jan 13 14:16:47 2010 New Revision: 898759 URL: http://svn.apache.org/viewvc?rev=898759&view=rev Log: Merged revisions 898757 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r898757 | dkulp | 2010-01-13 09:15:50 -0500 (Wed, 13 Jan 2010) | 2 lines [CXF-2616] Put the bin/sh thing in the proper place for use on non-bash shells ........ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/idl2wsdl cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2js cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2ws cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/mc cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2corba cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2java cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2js cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2service cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2soap cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2xml cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdlvalidator cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/xsd2wsdl Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Jan 13 14:16:47 2010 @@ -1 +1 @@ -/cxf/trunk:898526 +/cxf/trunk:898526,898757 Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/idl2wsdl URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/idl2wsdl?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/idl2wsdl (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/idl2wsdl Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2corba tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2js URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2js?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2js (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2js Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the CXF java2js tool # Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2ws URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2ws?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2ws (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/java2ws Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the CXF java2js tool # Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/mc URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/mc?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/mc (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/mc Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF management console tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2corba URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2corba?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2corba (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2corba Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2corba tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2java?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2java (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2java Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2java tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2js URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2js?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2js (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2js Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2js tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2service URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2service?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2service (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2service Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2service tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2soap URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2soap?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2soap (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2soap Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2soap tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2xml?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2xml (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdl2xml Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -17,7 +18,6 @@ # specific language governing permissions and limitations # under the License. # -#!/bin/sh # run the Apache CXF wsdl2xml tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdlvalidator URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdlvalidator?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdlvalidator (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/wsdlvalidator Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF wsdl2java tool # # Check for irritating 'operating systems'. Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/xsd2wsdl URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/xsd2wsdl?rev=898759&r1=898758&r2=898759&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/xsd2wsdl (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/bin/xsd2wsdl Wed Jan 13 14:16:47 2010 @@ -1,3 +1,4 @@ +#!/bin/sh # # # Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,6 @@ # under the License. # # -#!/bin/sh # run the Apache CXF xsd2wsdl tool # # Check for irritating 'operating systems'.