You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/12/15 14:33:07 UTC

[18/37] cordova-ubuntu git commit: Removed old msg.js file as we now use constants instead.

Removed old msg.js file as we now use constants instead.


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

Branch: refs/heads/master
Commit: ba8276bae1982e60967a0482669ce7c4bce4ac42
Parents: c008b16
Author: Jean-Francois Moy <je...@gmail.com>
Authored: Thu Nov 6 12:53:46 2014 +0000
Committer: Jean-Francois Moy <je...@gmail.com>
Committed: Thu Nov 6 12:53:46 2014 +0000

----------------------------------------------------------------------
 bin/templates/project/cordova/lib/msg.js | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/ba8276ba/bin/templates/project/cordova/lib/msg.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/lib/msg.js b/bin/templates/project/cordova/lib/msg.js
deleted file mode 100644
index 6125aa5..0000000
--- a/bin/templates/project/cordova/lib/msg.js
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/env node
-
-/*
- *
- * Copyright 2013 Canonical Ltd.
- *
- * Licensed 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.
- *
-*/
-
-module.exports = {
-    UBUNTU_TOUCH_DEVICE_NOT_AVALIABLE: 'UbuntuTouch device is not attached',
-    EMULATOR_IS_NOT_RUNNING: 'UbuntuTouch emulator is not running'
-};


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org