Repository: cxf Updated Branches: refs/heads/2.7.x-fixes d0c1bcf2f -> d18f6f41d
Update building instructions to mention java6, not 5 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e07c8f09 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e07c8f09 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e07c8f09 Branch: refs/heads/2.7.x-fixes Commit: e07c8f09342d584068c5239a8cf174064ef2c151 Parents: d0c1bcf Author: Daniel Kulp <[email protected]> Authored: Wed May 14 11:47:31 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jun 4 10:46:47 2014 -0400 ---------------------------------------------------------------------- BUILDING.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e07c8f09/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 24daab4..a036001 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -6,8 +6,7 @@ Initial Setup 1) Install J2SE SDK, which can be downloaded from http://www.oracle.com/technetwork/java/archive-139210.html#javase - CXF supports most versions newer than 1.5.0_13 with the exception - of Java 6 updates 1-3. + CXF supports most versions newer than 1.6.0_04 2) Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or @@ -33,7 +32,7 @@ Building This will compile Apache CXF without running the tests and takes less time to build. Depending on the load of remote Maven repositories, you may have - to run "mvn" several times utill the required dependencies are + to run "mvn" several times until the required dependencies are all located in your local maven repository. It usually takes some time for maven to download required dependencies in the first build.
