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

brodybits pushed a commit to branch brodybits-uwp-only-test-wip0211
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 87632a28a2c7ad3ec280be9e2414d2394919db02
Author: Christopher J. Brody <[email protected]>
AuthorDate: Sun Dec 22 15:33:24 2019 -0500

    remove CordovaApp.Phone.jsproj and CordovaApp.Windows.jsproj
    
    Co-authored-by: Jan Piotrowski <[email protected]>
---
 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 a22c9ab..1cbfc0b 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 4c09563..2ca06ab 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -255,8 +255,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 eccb5c8..cb00a8a 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 unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to