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/07/12 19:27:32 UTC

android commit: [CB-3605] removing unused package.json

Updated Branches:
  refs/heads/master 546948cb8 -> 01ad3f447


[CB-3605] removing unused package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/01ad3f44
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/01ad3f44
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/01ad3f44

Branch: refs/heads/master
Commit: 01ad3f447ac3fee0a37634b9139dcd11b08cd7cd
Parents: 546948c
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jul 12 10:27:27 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jul 12 10:27:27 2013 -0700

----------------------------------------------------------------------
 bin/package.json | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/01ad3f44/bin/package.json
----------------------------------------------------------------------
diff --git a/bin/package.json b/bin/package.json
deleted file mode 100644
index 27cb0eb..0000000
--- a/bin/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "name":         "cordova-android-cli",
-  "description":  "CLI tooling for the cordova-android project",
-  "version":      "0.0.1",
-  "licenses":     [{
-    "type":       "APL 2.0",
-    "url":        "http://www.apache.org/licenses/LICENSE-2.0"
-  }],
-  "main" : "./create",
-  "bin":          {
-    "create":   "./create",
-    "bench":    "./bench",
-    "autotest": "./autotest",
-    "BOOM":     "./BOOM",
-    "test":     "./test"
-  },
-  "homepage":     "http://incubator.apache.org/cordova",
-  "repository":   {
-    "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/incubator-cordova-android.git"
-  }
-}