Author: dkulp
Date: Wed Jan 13 14:17:55 2010
New Revision: 898762

URL: http://svn.apache.org/viewvc?rev=898762&view=rev
Log:
Merged revisions 898759 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes

................
  r898759 | dkulp | 2010-01-13 09:16:47 -0500 (Wed, 13 Jan 2010) | 10 lines
  
  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.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/idl2wsdl
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2js
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2ws
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/mc
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2corba
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2java
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2js
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2service
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2soap
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2xml
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdlvalidator
    cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/xsd2wsdl

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jan 13 14:17:55 2010
@@ -1,2 +1,2 @@
-/cxf/branches/2.2.x-fixes:898528
-/cxf/trunk:898526
+/cxf/branches/2.2.x-fixes:898528,898759
+/cxf/trunk:898526,898757

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/idl2wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/idl2wsdl?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/idl2wsdl 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/idl2wsdl Wed Jan 
13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/java2js
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2js?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2js 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2js Wed Jan 
13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/java2ws
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2ws?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2ws 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/java2ws Wed Jan 
13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/mc
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/mc?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/mc (original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/mc Wed Jan 13 
14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2corba
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2corba?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2corba 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2corba Wed 
Jan 13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2java?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2java 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2java Wed 
Jan 13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2js
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2js?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2js 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2js Wed Jan 
13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2service
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2service?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2service 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2service Wed 
Jan 13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2soap
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2soap?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2soap 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2soap Wed 
Jan 13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdl2xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2xml?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2xml 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdl2xml Wed Jan 
13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/wsdlvalidator
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdlvalidator?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdlvalidator 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/wsdlvalidator 
Wed Jan 13 14:17:55 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.1.x-fixes/distribution/src/main/release/bin/xsd2wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/xsd2wsdl?rev=898762&r1=898761&r2=898762&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/xsd2wsdl 
(original)
+++ cxf/branches/2.1.x-fixes/distribution/src/main/release/bin/xsd2wsdl Wed Jan 
13 14:17:55 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'.


Reply via email to