You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/04/10 19:07:14 UTC

git commit: [flex-utilities] [refs/heads/develop] - minor fixup

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 1c9c95def -> 618ae2c7c


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/develop
Commit: 618ae2c7c1a5ddb742d160ad80dbfe3eb3fb6b81
Parents: 1c9c95d
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 10 10:07:07 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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"