You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/05/10 01:00:28 UTC

[26/43] git commit: [src] Remove unused platform parsers from compile command.

[src] Remove unused platform parsers from compile command.


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

Branch: refs/heads/master
Commit: 56e4563705e01b90c7f7364c5ed5cb761e1488e9
Parents: 56b4247
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Apr 17 13:58:54 2013 -0600
Committer: Anis Kadri <an...@gmail.com>
Committed: Thu May 9 14:26:06 2013 -0700

----------------------------------------------------------------------
 src/compile.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/56e45637/src/compile.js
----------------------------------------------------------------------
diff --git a/src/compile.js b/src/compile.js
index 0e8951a..cc8dd5c 100644
--- a/src/compile.js
+++ b/src/compile.js
@@ -23,9 +23,6 @@ var cordova_util      = require('./util'),
     fs                = require('fs'),
     shell             = require('shelljs'),
     et                = require('elementtree'),
-    android_parser    = require('./metadata/android_parser'),
-    blackberry_parser = require('./metadata/blackberry_parser'),
-    ios_parser        = require('./metadata/ios_parser'),
     hooker            = require('./hooker'),
     n                 = require('ncallbacks'),
     prompt            = require('prompt'),