You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/18 05:57:47 UTC

[cxf] branch master updated: replaced JDK 6.0 with a more generic term

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f7bcc7  replaced JDK 6.0 with a more generic term
1f7bcc7 is described below

commit 1f7bcc7e12c6cc5ec8f40d4b2102317c6ea5c1a6
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Apr 18 07:55:41 2018 +0200

    replaced JDK 6.0 with a more generic term
---
 distribution/src/main/release/bin/java2js       | 2 +-
 distribution/src/main/release/bin/java2ws       | 2 +-
 distribution/src/main/release/bin/mc            | 2 +-
 distribution/src/main/release/bin/mc.bat        | 2 +-
 distribution/src/main/release/bin/wsdl2js.bat   | 2 +-
 distribution/src/main/release/bin/wsdl2service  | 2 +-
 distribution/src/main/release/bin/wsdl2soap     | 2 +-
 distribution/src/main/release/bin/wsdl2xml      | 2 +-
 distribution/src/main/release/bin/wsdlvalidator | 2 +-
 distribution/src/main/release/bin/xsd2wsdl      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/distribution/src/main/release/bin/java2js b/distribution/src/main/release/bin/java2js
index 4778cb0..55c881d 100755
--- a/distribution/src/main/release/bin/java2js
+++ b/distribution/src/main/release/bin/java2js
@@ -62,7 +62,7 @@ sun_tool_path=""
 if [ $darwin = false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/java2ws b/distribution/src/main/release/bin/java2ws
index 991f180..3bca053 100755
--- a/distribution/src/main/release/bin/java2ws
+++ b/distribution/src/main/release/bin/java2ws
@@ -62,7 +62,7 @@ sun_tool_path=""
 if [ $darwin = false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/mc b/distribution/src/main/release/bin/mc
index 137c1f9..b258585 100755
--- a/distribution/src/main/release/bin/mc
+++ b/distribution/src/main/release/bin/mc
@@ -60,7 +60,7 @@ sun_tool_path=""
 if [ $darwin == false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/mc.bat b/distribution/src/main/release/bin/mc.bat
index 0ee9dcf..feb13ff 100644
--- a/distribution/src/main/release/bin/mc.bat
+++ b/distribution/src/main/release/bin/mc.bat
@@ -46,7 +46,7 @@ rem @endlocal
 goto end
 
 :no_java_home
-echo ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed
+echo ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed
 goto end 
 
 :no_cxf_jar
diff --git a/distribution/src/main/release/bin/wsdl2js.bat b/distribution/src/main/release/bin/wsdl2js.bat
index 85c0642..64644dd 100644
--- a/distribution/src/main/release/bin/wsdl2js.bat
+++ b/distribution/src/main/release/bin/wsdl2js.bat
@@ -49,7 +49,7 @@ echo ERROR: Unable to find cxf-manifest.jar in %cxf_home/lib
 goto end
 
 :no_java_home
-echo ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed
+echo ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed
 goto end 
 
 :set_cxf_home
diff --git a/distribution/src/main/release/bin/wsdl2service b/distribution/src/main/release/bin/wsdl2service
index 0ad02c8..3d1bdcc 100755
--- a/distribution/src/main/release/bin/wsdl2service
+++ b/distribution/src/main/release/bin/wsdl2service
@@ -60,7 +60,7 @@ sun_tool_path=""
 if [ $darwin == false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/wsdl2soap b/distribution/src/main/release/bin/wsdl2soap
index d806839..5b0a74e 100755
--- a/distribution/src/main/release/bin/wsdl2soap
+++ b/distribution/src/main/release/bin/wsdl2soap
@@ -58,7 +58,7 @@ sun_tool_path=""
 if [ $darwin = false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/wsdl2xml b/distribution/src/main/release/bin/wsdl2xml
index dde6042..20bb640 100755
--- a/distribution/src/main/release/bin/wsdl2xml
+++ b/distribution/src/main/release/bin/wsdl2xml
@@ -58,7 +58,7 @@ sun_tool_path=""
 if [ $darwin == false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/wsdlvalidator b/distribution/src/main/release/bin/wsdlvalidator
index 16ee645..a83090e 100755
--- a/distribution/src/main/release/bin/wsdlvalidator
+++ b/distribution/src/main/release/bin/wsdlvalidator
@@ -58,7 +58,7 @@ sun_tool_path=""
 if [ $darwin = false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 
diff --git a/distribution/src/main/release/bin/xsd2wsdl b/distribution/src/main/release/bin/xsd2wsdl
index 6423a8f..d1af9b6 100755
--- a/distribution/src/main/release/bin/xsd2wsdl
+++ b/distribution/src/main/release/bin/xsd2wsdl
@@ -59,7 +59,7 @@ sun_tool_path=""
 if [ $darwin = false ]; then
     sun_tool_path=${JAVA_HOME}/lib/tools.jar
     if [ ! -f $sun_tool_path ]; then
-	echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed"
+	echo "ERROR: Set JAVA_HOME to the path where the Java Development Kit (JDK) is installed"
 	exit 1
     fi
 fi 

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.