Repository: flex-blazeds Updated Branches: refs/heads/master 49f7e7ae8 -> 291b44c3b
Minor changes noticed during the RC1 phase. Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/291b44c3 Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/291b44c3 Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/291b44c3 Branch: refs/heads/master Commit: 291b44c3bf993d32265101a9badf093633279859 Parents: 49f7e7a Author: cdutz <[email protected]> Authored: Sun Mar 1 10:53:27 2015 +0100 Committer: cdutz <[email protected]> Committed: Sun Mar 1 10:53:27 2015 +0100 ---------------------------------------------------------------------- modules/NOTICE | 2 +- modules/README | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/291b44c3/modules/NOTICE ---------------------------------------------------------------------- diff --git a/modules/NOTICE b/modules/NOTICE index 9952b65..ecee85c 100644 --- a/modules/NOTICE +++ b/modules/NOTICE @@ -1,5 +1,5 @@ Apache Flex BlazeDS -Copyright 2015 The Apache Software Foundation +Copyright 2014-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/291b44c3/modules/README ---------------------------------------------------------------------- diff --git a/modules/README b/modules/README index 53b504b..29f3a5f 100644 --- a/modules/README +++ b/modules/README @@ -11,9 +11,8 @@ Apache Flex BlazeDS Apache Flex BlazeDS 4.7 is the initial release of BlazeDS from the Apache Software Foundation. Prior to this, releases were provided by Adobe - Systems Inc. This version adds new features and implements bug fixes - that were unavailable in previous versions. It is compatible with most code - written to target Adobe Flex 4.6. + Systems Inc. It is compatible with most code written to target Adobe Flex + 4.6. For detailed information about Apache Flex please visit http://flex.apache.org/ @@ -93,11 +92,11 @@ Software Dependencies Using the Binary Distribution ----------------------------- - Binary artifacts of the Flex Tool API are available on Apache's - public Maven repositories. + Binary artifacts of Apache BlazeDS are available on Apache's public Maven + repositories. - By adding a Dependency to the following Maven artifact the - binary version of the Flex Tool API will automatically be downloaded. + By adding a Dependency to the following Maven artifact the binary + version of Apache BlazeDS will automatically be downloaded. <dependency> <groupId>org.apache.flex.blazeds</groupId> @@ -132,7 +131,7 @@ Building the Source When you have all the prerequisites in place and the environment variables set (see Install Prerequisites above), use - cd <flex-blazeds.dir>/modules + cd <flex-blazeds.dir> mvn install Notice that you have to enter the modules directory in order to able to
