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 2014/09/10 11:41:14 UTC

git commit: CB-7509 Revert back subdirectory for wp8

Repository: cordova-lib
Updated Branches:
  refs/heads/master 5dd6874c3 -> 3a71397d8


CB-7509 Revert back subdirectory for wp8

This is necessary since 'cordova platform add wp8' with --usegit option fails due to invalid path to create script.


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

Branch: refs/heads/master
Commit: 3a71397d82f6d50893edc9ab427a27995174be3d
Parents: 5dd6874
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Wed Sep 10 13:36:59 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Sep 10 13:36:59 2014 +0400

----------------------------------------------------------------------
 cordova-lib/src/cordova/platforms.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3a71397d/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js
index a22d62f..b3f1364 100644
--- a/cordova-lib/src/cordova/platforms.js
+++ b/cordova-lib/src/cordova/platforms.js
@@ -49,7 +49,8 @@ module.exports = {
         parser : './metadata/wp8_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git',
         version: '3.6.1',
-        altplatform: 'wp'
+        altplatform: 'wp',
+        subdirectory: 'wp8'
     },
     'blackberry10' : {
         parser : './metadata/blackberry10_parser',