You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/28 06:09:08 UTC

git commit: [flex-utilities] [refs/heads/develop] - swap points 3 and 4

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 924b42723 -> 6e0d435b2


swap points 3 and 4


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

Branch: refs/heads/develop
Commit: 6e0d435b29cd293f2d718f7f08b1b53b4ec93824
Parents: 924b427
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Aug 28 14:08:42 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Aug 28 14:08:42 2014 +1000

----------------------------------------------------------------------
 Squiggly/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6e0d435b/Squiggly/README
----------------------------------------------------------------------
diff --git a/Squiggly/README b/Squiggly/README
index ad06111..deabcf9 100644
--- a/Squiggly/README
+++ b/Squiggly/README
@@ -22,12 +22,12 @@ How to build the installer using ant (no IDE is required)
 
 2.  In the base directory, run:
         ant compile
+
+3. The compiled swcs can be found in the main/libs directory 
         
-3. To optionally create a release source package, run:
+4. To optionally create a release source package, run:
  		ant package
 
-4. The compiled swcs can be found in the main/libs directory 
-
 5. To remove all of the compiled swcs:
  		ant clean