You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/03/07 20:49:58 UTC

git commit: 2.5.4. removed an accidental checkin for local.properties

Updated Branches:
  refs/heads/master 29a3d2486 -> 3885b9b18


2.5.4. removed an accidental checkin for local.properties


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/3885b9b1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3885b9b1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3885b9b1

Branch: refs/heads/master
Commit: 3885b9b18f58e4dd9d9f1388a8e67d092275220d
Parents: 29a3d24
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Mar 7 11:49:53 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 7 11:49:53 2013 -0800

----------------------------------------------------------------------
 lib/cordova-android/framework/local.properties |   10 ----------
 package.json                                   |    2 +-
 2 files changed, 1 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3885b9b1/lib/cordova-android/framework/local.properties
----------------------------------------------------------------------
diff --git a/lib/cordova-android/framework/local.properties b/lib/cordova-android/framework/local.properties
deleted file mode 100644
index 793d18c..0000000
--- a/lib/cordova-android/framework/local.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must *NOT* be checked into Version Control Systems,
-# as it contains information specific to your local configuration.
-
-# location of the SDK. This is only used by Ant
-# For customization when using a Version Control System, please read the
-# header note.
-sdk.dir=/Users/fil/SDKs/android-sdk-macosx

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3885b9b1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 822af87..5f92f9a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.5.3",
+  "version": "2.5.4",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",