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

[23/37] js commit: [all] modulemapper refactor for logger.

[all] modulemapper refactor for logger.

https://issues.apache.org/jira/browse/CB-2227


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

Branch: refs/heads/symbolmapping
Commit: ae645d18ca65c038acc7c1f808e826f30c11fb17
Parents: 0d31cd4
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 25 14:05:34 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 28 19:56:47 2013 -0500

----------------------------------------------------------------------
 lib/common/common.js                |    3 ---
 lib/common/plugin/logger/symbols.js |   24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/ae645d18/lib/common/common.js
----------------------------------------------------------------------
diff --git a/lib/common/common.js b/lib/common/common.js
index a47c5f3..729811f 100644
--- a/lib/common/common.js
+++ b/lib/common/common.js
@@ -26,9 +26,6 @@ module.exports = {
             children: {
                 exec: {
                     path: 'cordova/exec'
-                },
-                logger: {
-                    path: 'cordova/plugin/logger'
                 }
             }
         },

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/ae645d18/lib/common/plugin/logger/symbols.js
----------------------------------------------------------------------
diff --git a/lib/common/plugin/logger/symbols.js b/lib/common/plugin/logger/symbols.js
new file mode 100644
index 0000000..336b6a1
--- /dev/null
+++ b/lib/common/plugin/logger/symbols.js
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+
+var modulemapper = require('cordova/modulemapper');
+
+modulemapper.clobbers('cordova/plugin/logger', 'cordova.logger');