Author: dkulp
Date: Wed Jan 13 14:15:50 2010
New Revision: 898757
URL: http://svn.apache.org/viewvc?rev=898757&view=rev
Log:
[CXF-2616] Put the bin/sh thing in the proper place for use on non-bash
shells
Modified:
cxf/trunk/distribution/src/main/release/bin/idl2wsdl
cxf/trunk/distribution/src/main/release/bin/java2js
cxf/trunk/distribution/src/main/release/bin/java2ws
cxf/trunk/distribution/src/main/release/bin/mc
cxf/trunk/distribution/src/main/release/bin/wsdl2corba
cxf/trunk/distribution/src/main/release/bin/wsdl2java
cxf/trunk/distribution/src/main/release/bin/wsdl2js
cxf/trunk/distribution/src/main/release/bin/wsdl2service
cxf/trunk/distribution/src/main/release/bin/wsdl2soap
cxf/trunk/distribution/src/main/release/bin/wsdl2xml
cxf/trunk/distribution/src/main/release/bin/wsdlvalidator
cxf/trunk/distribution/src/main/release/bin/xsd2wsdl
Modified: cxf/trunk/distribution/src/main/release/bin/idl2wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/idl2wsdl?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/idl2wsdl (original)
+++ cxf/trunk/distribution/src/main/release/bin/idl2wsdl Wed Jan 13 14:15:50
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/trunk/distribution/src/main/release/bin/java2js
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/java2js?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/java2js (original)
+++ cxf/trunk/distribution/src/main/release/bin/java2js Wed Jan 13 14:15:50 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/trunk/distribution/src/main/release/bin/java2ws
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/java2ws?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/java2ws (original)
+++ cxf/trunk/distribution/src/main/release/bin/java2ws Wed Jan 13 14:15:50 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/trunk/distribution/src/main/release/bin/mc
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/mc?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/mc (original)
+++ cxf/trunk/distribution/src/main/release/bin/mc Wed Jan 13 14:15:50 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/trunk/distribution/src/main/release/bin/wsdl2corba
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2corba?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2corba (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2corba Wed Jan 13 14:15:50
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/trunk/distribution/src/main/release/bin/wsdl2java
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2java?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2java (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2java Wed Jan 13 14:15:50
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/trunk/distribution/src/main/release/bin/wsdl2js
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2js?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2js (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2js Wed Jan 13 14:15:50 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/trunk/distribution/src/main/release/bin/wsdl2service
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2service?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2service (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2service Wed Jan 13
14:15:50 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/trunk/distribution/src/main/release/bin/wsdl2soap
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2soap?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2soap (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2soap Wed Jan 13 14:15:50
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/trunk/distribution/src/main/release/bin/wsdl2xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdl2xml?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdl2xml (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdl2xml Wed Jan 13 14:15:50
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/trunk/distribution/src/main/release/bin/wsdlvalidator
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/wsdlvalidator?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/wsdlvalidator (original)
+++ cxf/trunk/distribution/src/main/release/bin/wsdlvalidator Wed Jan 13
14:15:50 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/trunk/distribution/src/main/release/bin/xsd2wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/bin/xsd2wsdl?rev=898757&r1=898756&r2=898757&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/bin/xsd2wsdl (original)
+++ cxf/trunk/distribution/src/main/release/bin/xsd2wsdl Wed Jan 13 14:15:50
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'.