Repository: flex-utilities
Updated Branches:
  refs/heads/develop 6d79d5b00 -> 4efec79b0


Console out flexjs and falcon download locations; bump version for final release


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

Branch: refs/heads/develop
Commit: 4efec79b01efbcc082106120cf68874babaf49a8
Parents: 6d79d5b
Author: OmPrakash Muppirala <bigosma...@gmail.com>
Authored: Wed Sep 14 23:56:32 2016 -0700
Committer: OmPrakash Muppirala <bigosma...@gmail.com>
Committed: Wed Sep 14 23:56:32 2016 -0700

----------------------------------------------------------------------
 npm-flexjs/dependencies/ApacheFalcon.js | 2 +-
 npm-flexjs/dependencies/ApacheFlexJS.js | 2 +-
 npm-flexjs/package.json                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4efec79b/npm-flexjs/dependencies/ApacheFalcon.js
----------------------------------------------------------------------
diff --git a/npm-flexjs/dependencies/ApacheFalcon.js 
b/npm-flexjs/dependencies/ApacheFalcon.js
index bcdd8d8..4074fc6 100644
--- a/npm-flexjs/dependencies/ApacheFalcon.js
+++ b/npm-flexjs/dependencies/ApacheFalcon.js
@@ -170,7 +170,7 @@ ApacheFalcon.handleFalconMirrorsResponse = function (error, 
response, body)
     {
         var mirrors = JSON.parse(body);
         var falconPreferredDownloadURL = mirrors.preferred + 
pathToFalconBinary + fileNameFalconBinary;
-        console.log('Downloading Apache Flex Falcon Compiler');
+        console.log('Downloading Apache Flex Falcon Compiler from mirror: ' + 
falconPreferredDownloadURL);
         request
             .get(falconPreferredDownloadURL)
             .pipe(fs.createWriteStream(constants.DOWNLOADS_FOLDER + 
fileNameFalconBinary)

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4efec79b/npm-flexjs/dependencies/ApacheFlexJS.js
----------------------------------------------------------------------
diff --git a/npm-flexjs/dependencies/ApacheFlexJS.js 
b/npm-flexjs/dependencies/ApacheFlexJS.js
index 05796cb..2dc3c43 100644
--- a/npm-flexjs/dependencies/ApacheFlexJS.js
+++ b/npm-flexjs/dependencies/ApacheFlexJS.js
@@ -38,7 +38,7 @@ ApacheFlexJS.handleFlexJSMirrorsResponse = function (error, 
response, body)
     {
         var mirrors = JSON.parse(body);
         var flexJSPreferredDownloadURL = mirrors.preferred + 
pathToFlexJSBinary + fileNameFlexJSBinary;
-        console.log('Downloading Apache FlexJS');
+        console.log('Downloading Apache FlexJS from mirror: ' + 
flexJSPreferredDownloadURL);
         request
             .get(flexJSPreferredDownloadURL)
             .pipe(fs.createWriteStream(constants.DOWNLOADS_FOLDER + 
fileNameFlexJSBinary)

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4efec79b/npm-flexjs/package.json
----------------------------------------------------------------------
diff --git a/npm-flexjs/package.json b/npm-flexjs/package.json
index 32631b5..d8874b4 100644
--- a/npm-flexjs/package.json
+++ b/npm-flexjs/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flexjs",
-  "version": "0.7.0",
+  "version": "0.7.0-final",
   "description": "Apache FlexJS",
   "keywords": [
     "flex",

Reply via email to