You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/27 12:43:29 UTC

[cordova-windows] 11/26: remove CordovaApp.Phone.jsproj and CordovaApp.Windows.jsproj

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-win10only
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 8ee432de810e132aa622f90f6dd4085fc0d5a2b0
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 23:24:16 2018 +0100

    remove CordovaApp.Phone.jsproj and CordovaApp.Windows.jsproj
---
 spec/unit/pluginHandler/windows.spec.js | 3 ---
 template/cordova/lib/MSBuildTools.js    | 2 --
 template/cordova/lib/build.js           | 2 --
 3 files changed, 7 deletions(-)

diff --git a/spec/unit/pluginHandler/windows.spec.js b/spec/unit/pluginHandler/windows.spec.js
index 9364d14..a8c6994 100644
--- a/spec/unit/pluginHandler/windows.spec.js
+++ b/spec/unit/pluginHandler/windows.spec.js
@@ -92,9 +92,6 @@ var computeResourcePath = function (resourceFile) {
 
 var PLATFORM_PROJECTS = {
     all: 'CordovaApp.projitems',
-    phone: 'CordovaApp.Phone.jsproj',
-    windows: 'CordovaApp.Windows.jsproj',
-    windows8: 'CordovaApp.Windows80.jsproj',
     windows10: 'CordovaApp.Windows10.jsproj'
 };
 
diff --git a/template/cordova/lib/MSBuildTools.js b/template/cordova/lib/MSBuildTools.js
index 7399e32..8fd0c74 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -249,8 +249,6 @@ module.exports.getLatestMSBuild = function () {
 };
 
 var projFiles = {
-    phone: 'CordovaApp.Phone.jsproj',
-    win: 'CordovaApp.Windows.jsproj',
     win10: 'CordovaApp.Windows10.jsproj'
 };
 
diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js
index 9da94fe..52c0c28 100644
--- a/template/cordova/lib/build.js
+++ b/template/cordova/lib/build.js
@@ -33,8 +33,6 @@ var events = require('cordova-common').events;
 var CordovaError = require('cordova-common').CordovaError;
 
 var projFiles = {
-    phone: 'CordovaApp.Phone.jsproj',
-    win: 'CordovaApp.Windows.jsproj',
     win10: 'CordovaApp.Windows10.jsproj'
 };
 var projFilesToManifests = {

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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