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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 5006450  feat: remove deprecated platform wp (#315)
5006450 is described below

commit 5006450487935071ad1ec9538ac43743a25776fd
Author: エリス <[email protected]>
AuthorDate: Mon May 15 08:22:35 2023 +0900

    feat: remove deprecated platform wp (#315)
---
 docs/release-voting.md               | 1 -
 docs/storing-repo-versions-design.md | 2 --
 src/repoutil.js                      | 9 ---------
 3 files changed, 12 deletions(-)

diff --git a/docs/release-voting.md b/docs/release-voting.md
index 5e7bfda..8954046 100644
--- a/docs/release-voting.md
+++ b/docs/release-voting.md
@@ -62,7 +62,6 @@ For example, the Release Manager would say:
 Note: here are the repos with continuous builds:
 
   * https://github.com/apache/cordova-lib
-  * https://github.com/apache/cordova-wp8
   * https://github.com/apache/cordova-windows
 
 For example, someone else might say:
diff --git a/docs/storing-repo-versions-design.md 
b/docs/storing-repo-versions-design.md
index 767b07b..02a0bc7 100644
--- a/docs/storing-repo-versions-design.md
+++ b/docs/storing-repo-versions-design.md
@@ -93,8 +93,6 @@ Current support:
     ||Tizen         || {o}         ||
     ||WebOS         || {o}         ||
     ||Win           || {o}         ||
-    ||WP7           || {o}         ||
-    ||WP8           || {o}         ||
     ||www           || {o}         ||
 
 ## Cordova JS
diff --git a/src/repoutil.js b/src/repoutil.js
index a43dd97..73edc22 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -57,15 +57,6 @@ const platformRepos = [
         cordovaJsPaths: ['template/www/cordova.js'],
         versionFilePaths: ['VERSION'],
         packageFilePaths: ['package.json']
-    }, {
-        title: 'Windows Phone 8.0',
-        id: 'wp8',
-        repoName: 'cordova-wp8',
-        jiraComponentName: 'cordova-wp8',
-        cordovaJsSrcName: 'cordova.wp8.js',
-        cordovaJsPaths: ['template/www/cordova.js'],
-        packageFilePaths: ['package.json'],
-        inactive: true
     }, {
         title: 'Firefox OS',
         id: 'firefoxos',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to