Repository: cxf Updated Branches: refs/heads/master 27fa54fcf -> e4704fb09
[CXF-5282] Update all the scripts to say java 6 is required, not 5 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e4704fb0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e4704fb0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e4704fb0 Branch: refs/heads/master Commit: e4704fb09b2513eaefb06926f2108c62df7ec37d Parents: 27fa54f Author: Daniel Kulp <[email protected]> Authored: Tue Jun 17 12:37:39 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Jun 17 12:37:57 2014 -0400 ---------------------------------------------------------------------- distribution/src/main/release/bin/idl2wsdl.bat | 2 +- distribution/src/main/release/bin/java2js | 2 +- distribution/src/main/release/bin/java2js.bat | 2 +- distribution/src/main/release/bin/java2ws | 2 +- distribution/src/main/release/bin/java2ws.bat | 2 +- distribution/src/main/release/bin/mc | 2 +- distribution/src/main/release/bin/mc.bat | 2 +- distribution/src/main/release/bin/wadl2java.bat | 2 +- distribution/src/main/release/bin/wsdl2corba.bat | 2 +- distribution/src/main/release/bin/wsdl2java.bat | 2 +- distribution/src/main/release/bin/wsdl2js.bat | 2 +- distribution/src/main/release/bin/wsdl2service | 2 +- distribution/src/main/release/bin/wsdl2service.bat | 2 +- distribution/src/main/release/bin/wsdl2soap | 2 +- distribution/src/main/release/bin/wsdl2soap.bat | 2 +- distribution/src/main/release/bin/wsdl2xml | 2 +- distribution/src/main/release/bin/wsdl2xml.bat | 2 +- distribution/src/main/release/bin/wsdlvalidator | 2 +- distribution/src/main/release/bin/wsdlvalidator.bat | 2 +- distribution/src/main/release/bin/xsd2wsdl | 2 +- distribution/src/main/release/bin/xsd2wsdl.bat | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/idl2wsdl.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/idl2wsdl.bat b/distribution/src/main/release/bin/idl2wsdl.bat index 7d28aec..c3e8465 100644 --- a/distribution/src/main/release/bin/idl2wsdl.bat +++ b/distribution/src/main/release/bin/idl2wsdl.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/java2js ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/java2js b/distribution/src/main/release/bin/java2js index 87a88dc..493c471 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/java2js.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/java2js.bat b/distribution/src/main/release/bin/java2js.bat index 5ae9dcf..bf1b489 100644 --- a/distribution/src/main/release/bin/java2js.bat +++ b/distribution/src/main/release/bin/java2js.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/java2ws ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/java2ws b/distribution/src/main/release/bin/java2ws index 9f37b71..282ca37 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/java2ws.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/java2ws.bat b/distribution/src/main/release/bin/java2ws.bat index 3efc2e7..9f108ac 100644 --- a/distribution/src/main/release/bin/java2ws.bat +++ b/distribution/src/main/release/bin/java2ws.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/mc ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/mc b/distribution/src/main/release/bin/mc index 701430a..3e58acf 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/mc.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/mc.bat b/distribution/src/main/release/bin/mc.bat index 7ca573b..3488810 100644 --- a/distribution/src/main/release/bin/mc.bat +++ b/distribution/src/main/release/bin/mc.bat @@ -41,7 +41,7 @@ rem @endlocal goto end :no_java_home -echo ERROR: Set JAVA_HOME to the path where the J2SE 5.0 (JDK5.0) is installed +echo ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed goto end :no_cxf_jar http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wadl2java.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wadl2java.bat b/distribution/src/main/release/bin/wadl2java.bat index af1ced2..2f34884 100644 --- a/distribution/src/main/release/bin/wadl2java.bat +++ b/distribution/src/main/release/bin/wadl2java.bat @@ -48,7 +48,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2corba.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2corba.bat b/distribution/src/main/release/bin/wsdl2corba.bat index c444a7e..73a61a3 100644 --- a/distribution/src/main/release/bin/wsdl2corba.bat +++ b/distribution/src/main/release/bin/wsdl2corba.bat @@ -48,7 +48,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2java.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2java.bat b/distribution/src/main/release/bin/wsdl2java.bat index 3ee9912..0ead7d4 100644 --- a/distribution/src/main/release/bin/wsdl2java.bat +++ b/distribution/src/main/release/bin/wsdl2java.bat @@ -48,7 +48,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2js.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2js.bat b/distribution/src/main/release/bin/wsdl2js.bat index 540b0ad..96d74a5 100644 --- a/distribution/src/main/release/bin/wsdl2js.bat +++ b/distribution/src/main/release/bin/wsdl2js.bat @@ -46,7 +46,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 5.0 (JDK5.0) is installed +echo ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2service ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2service b/distribution/src/main/release/bin/wsdl2service index c69fb7e..ccb5b76 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2service.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2service.bat b/distribution/src/main/release/bin/wsdl2service.bat index 1d57630..45bd755 100644 --- a/distribution/src/main/release/bin/wsdl2service.bat +++ b/distribution/src/main/release/bin/wsdl2service.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2soap ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2soap b/distribution/src/main/release/bin/wsdl2soap index de7da32..bb12c65 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2soap.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2soap.bat b/distribution/src/main/release/bin/wsdl2soap.bat index 7ac586f..c2d34a2 100644 --- a/distribution/src/main/release/bin/wsdl2soap.bat +++ b/distribution/src/main/release/bin/wsdl2soap.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2xml b/distribution/src/main/release/bin/wsdl2xml index d8b6ccf..62821e4 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdl2xml.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdl2xml.bat b/distribution/src/main/release/bin/wsdl2xml.bat index 1ed7599..05919a7 100644 --- a/distribution/src/main/release/bin/wsdl2xml.bat +++ b/distribution/src/main/release/bin/wsdl2xml.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdlvalidator ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdlvalidator b/distribution/src/main/release/bin/wsdlvalidator index 853e3ea..81c7f6d 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/wsdlvalidator.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/wsdlvalidator.bat b/distribution/src/main/release/bin/wsdlvalidator.bat index 8cfe696..1229e97 100644 --- a/distribution/src/main/release/bin/wsdlvalidator.bat +++ b/distribution/src/main/release/bin/wsdlvalidator.bat @@ -46,7 +46,7 @@ echo ERROR: Unable to find cxf.jar in %cxf_home/lib goto end :no_java_home -echo ERROR: Set JAVA_HOME to the path where the JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/xsd2wsdl ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/xsd2wsdl b/distribution/src/main/release/bin/xsd2wsdl index d5ba33d..31ab0f4 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 5.0 (JDK5.0) is installed" + echo "ERROR: Set JAVA_HOME to the path where the J2SE 6.0 (JDK6.0) is installed" exit 1 fi fi http://git-wip-us.apache.org/repos/asf/cxf/blob/e4704fb0/distribution/src/main/release/bin/xsd2wsdl.bat ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/bin/xsd2wsdl.bat b/distribution/src/main/release/bin/xsd2wsdl.bat index 506a45f..1db894c 100644 --- a/distribution/src/main/release/bin/xsd2wsdl.bat +++ b/distribution/src/main/release/bin/xsd2wsdl.bat @@ -47,7 +47,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 JDK (5.0 or higher) is installed +echo ERROR: Set JAVA_HOME to the path where the JDK (6.0 or higher) is installed goto end :set_cxf_home
