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/09 23:55:42 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - fix a few things

fix a few things


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/29e04b0b
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/29e04b0b
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/29e04b0b

Branch: refs/heads/develop
Commit: 29e04b0bcbdfccba9927bdfc1e6dbd5e91da06d2
Parents: f7c0188
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 9 14:55:28 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 9 14:55:28 2015 -0700

----------------------------------------------------------------------
 mavenizer/README.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/29e04b0b/mavenizer/README.txt
----------------------------------------------------------------------
diff --git a/mavenizer/README.txt b/mavenizer/README.txt
index 25042cd..d76b980 100644
--- a/mavenizer/README.txt
+++ b/mavenizer/README.txt
@@ -10,10 +10,10 @@ Apache Flex SDK Converter
 	The Apache Flex SDK Converter comes with all the means to download, convert
 	and deploy a mavenized form of an Apache Flex SDK.
 
-    The Converter doesn't stupidly copy all java libraries to the destination, but checks
+    The Converter does not simply copy all java libraries to the destination; it checks
     if the given artifact has already been deployed to maven central or by deploying an
     other FDK previously. For this check you do need an internet connection to do the
-    conversion, otherwise I think this will probably take forever.
+    conversion, otherwise it will probably take forever.
 
     Internally it consists of 3 components:
     - One Retriever
@@ -113,7 +113,7 @@ Building the Source in the Source Distribution
     To clean the build, of everything other than the downloaded third-party
     dependencies use
 
-        mcn clean
+        mvn clean
 
     The packages can be found in the "target" subdirectories.
 
@@ -126,8 +126,8 @@ Using the Apache Flex SDK Converter
 ===================================
 
 	The CLI (Command Line Interface) allows the Apache Flex SDK Converter
-	to be executed from the commandline. Assuming the Java executable is
-	availalbe on the current systems path, it can be called using:
+	to be executed from the command-line. Assuming the Java executable is
+	available on the current systems path, it can be called using:
 
  	cd <mavenizer.dir>/cli/target
 	java -jar apache-flex-sdk-converter-1.0.0-SNAPSHOT.jar
@@ -135,7 +135,7 @@ Using the Apache Flex SDK Converter
 	If executed without any command, it will output a list of commands and
 	available properties.
 
-	In gerneral it is able to perform 4 different commands:
+	In general it is able to perform 4 different commands:
 
 	- help		Prints a list of all commands and options available.
 	- list     	Lists all versions and platforms available for download