minor fixup
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/618ae2c7 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/618ae2c7 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/618ae2c7 Branch: refs/heads/as3httpclient-work Commit: 618ae2c7c1a5ddb742d160ad80dbfe3eb3fb6b81 Parents: 1c9c95d Author: Alex Harui <[email protected]> Authored: Fri Apr 10 10:07:07 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 10 10:07:07 2015 -0700 ---------------------------------------------------------------------- mavenizer/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/618ae2c7/mavenizer/README.txt ---------------------------------------------------------------------- diff --git a/mavenizer/README.txt b/mavenizer/README.txt index d76b980..9707141 100644 --- a/mavenizer/README.txt +++ b/mavenizer/README.txt @@ -152,12 +152,12 @@ Some typical usage scenarios - Download and create an FDK (Flex 4.14.1 with playerglobal 17.0 and 16.0 AIR SDK 17.0 for Windows and Mac and the fontkit libs): - "... -fdkDir <FDK target dir> -flexVersion 4.14.1 -flashVersion 17.0,16.0 \ + "... -fdkDir <FDK target dir> -flexVersion 4.14.1 -flashVersions 17.0,16.0 \ -airVersion 17.0 -platform WINDOWS,MAC -fontkit download" - Download and convert an FDK (FDK assembled in temp directory using Air for current systems platform only): - "... -flexVersion 4.14.1 -flashVersion 17.0 -airVersion 17.0 -fontkit \ + "... -flexVersion 4.14.1 -flashVersions 17.0 -airVersion 17.0 -fontkit \ -mavenDir <maven local repo> download convert" - Deploy a bunch of maven artifacts to a remote maven repository: @@ -165,7 +165,7 @@ Some typical usage scenarios -repoUsername <username> -repoPassword <pasword> deploy" - "The works" (TM): Download, Convert and Deploy using only temp directories: - "... -flexVersion 4.14.1 -flashVersion 17.0 -airVersion 17.0 -fontkit \ + "... -flexVersion 4.14.1 -flashVersions 17.0 -airVersion 17.0 -fontkit \ -repoUrl <url> -repoUsername <username> -repoPassword <pasword> \ download convert deploy"
