You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/04/12 13:30:29 UTC

[cordova-lib] branch master updated: Remove unused fixtures (#762)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 07a0dd8  Remove unused fixtures (#762)
07a0dd8 is described below

commit 07a0dd8312e2ecae450dc2fdb1347012d28b5b4a
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Fri Apr 12 15:30:25 2019 +0200

    Remove unused fixtures (#762)
    
    These are only test fixtures, so this is a patch-level change.
    
    Related to #757
---
 spec/cordova/fixtures/basePkgJson13/config.xml     |  16 ---
 .../fixtures/basePkgJson13/www/css/index.css       | 115 ------------------
 spec/cordova/fixtures/basePkgJson13/www/index.html |  43 -------
 .../cordova/fixtures/basePkgJson13/www/js/index.js |  49 --------
 spec/cordova/fixtures/basePkgJson13/www/spec.html  |  68 -----------
 spec/cordova/fixtures/config.xml                   |  27 -----
 spec/cordova/fixtures/hooks_bat/fail/fail.bat      |   2 -
 spec/cordova/fixtures/hooks_bat/test/.dotted.bat   |   2 -
 spec/cordova/fixtures/hooks_bat/test/07.bat        |   3 -
 spec/cordova/fixtures/hooks_bat/test/1.bat         |   5 -
 spec/cordova/fixtures/hooks_sh/fail/fail.sh        |   1 -
 spec/cordova/fixtures/hooks_sh/test/.dotted.sh     |   1 -
 spec/cordova/fixtures/hooks_sh/test/07.sh          |   2 -
 spec/cordova/fixtures/hooks_sh/test/1.sh           |   4 -
 .../fixtures/plugins/ChildBrowser/plugin.xml       | 126 --------------------
 .../ChildBrowser/src/android/ChildBrowser.java     |  19 ---
 .../plugins/ChildBrowser/www/childbrowser.js       |  21 ----
 .../ChildBrowser/www/childbrowser/image.jpg        |   1 -
 .../ChildBrowser/www/childbrowser_file.html        |   1 -
 spec/cordova/fixtures/plugins/android/plugin.xml   |  14 ---
 .../plugins/android/src/android/Android.java       |   0
 .../android/src/android/SomethingWithR.java        |   6 -
 .../fixtures/plugins/android/www/android.js        |   0
 spec/cordova/fixtures/plugins/malformed/plugin.xml |  10 --
 spec/cordova/fixtures/test-config.xml              | 114 ------------------
 spec/plugman/plugins/com.cordova.echo/.gitignore   |   1 -
 spec/plugman/plugins/com.cordova.echo/plugin.xml   |  24 ----
 .../com.cordova.echo/src/blackberry10/index.js     |   1 -
 .../src/blackberry10/native/device/echoJnext.so    |   1 -
 .../src/blackberry10/native/simulator/echoJnext.so |   1 -
 .../plugman/plugins/com.cordova.echo/www/client.js |   1 -
 .../plugins/com.cordova.engine-ios/plugin.xml      |  32 ------
 .../org.apache.cordova.core.contacts/plugin.xml    | 128 ---------------------
 .../src/android/ContactAccessor.java               |   1 -
 .../src/android/ContactAccessorSdk5.java           |   1 -
 .../src/android/ContactManager.java                |   1 -
 .../src/blackberry10/ContactActivity.js            |   1 -
 .../src/blackberry10/ContactAddress.js             |   1 -
 .../src/blackberry10/ContactError.js               |   1 -
 .../src/blackberry10/ContactField.js               |   1 -
 .../src/blackberry10/ContactFindOptions.js         |   1 -
 .../src/blackberry10/ContactName.js                |   1 -
 .../src/blackberry10/ContactNews.js                |   1 -
 .../src/blackberry10/ContactOrganization.js        |   1 -
 .../src/blackberry10/ContactPhoto.js               |   1 -
 .../src/blackberry10/contactConsts.js              |   1 -
 .../src/blackberry10/contactUtils.js               |   1 -
 .../src/blackberry10/index.js                      |   1 -
 .../src/blackberry10/plugin.xml                    |  41 -------
 .../src/ios/CDVContact.h                           |   1 -
 .../src/ios/CDVContact.m                           |   1 -
 .../src/ios/CDVContacts.h                          |   1 -
 .../src/ios/CDVContacts.m                          |   1 -
 .../src/wp/Contacts.cs                             |   1 -
 .../www/Contact.js                                 |   1 -
 .../www/ContactAddress.js                          |   1 -
 .../www/ContactError.js                            |   1 -
 .../www/ContactField.js                            |   1 -
 .../www/ContactFindOptions.js                      |   1 -
 .../www/ContactName.js                             |   1 -
 .../www/ContactOrganization.js                     |   1 -
 .../www/contacts.js                                |   1 -
 .../www/ios/Contact.js                             |   1 -
 .../www/ios/contacts.js                            |   1 -
 spec/plugman/plugins/org.apache.plist/plugin.xml   |  58 ----------
 .../plugman/plugins/org.test.configtest/plugin.xml |  61 ----------
 .../plugins/org.test.multiple-children/plugin.xml  | 108 -----------------
 .../org.test.plugins.faultyplugin/plugin.xml       | 115 ------------------
 .../src/android/FaultyPlugin.java                  |   1 -
 .../src/blackberry10/client.js                     |   1 -
 .../src/ios/FaultyPlugin.h                         |   1 -
 .../src/ios/FaultyPlugin.m                         |   1 -
 .../src/windows/faultyPlugin.js                    |   1 -
 .../src/windows/text_sample1.txt                   |   0
 .../src/windows/text_sample2.txt                   |   0
 .../src/windows/text_sample3.txt                   |   0
 .../src/wp7/FaultyPlugin.cs                        |   1 -
 .../src/wp8/FaultyPlugin.cs                        |   1 -
 .../org.test.plugins.weblessplugin/plugin.xml      |  80 -------------
 .../src/android/WeblessPlugin.java                 |   1 -
 .../src/ios/WeblessPlugin.bundle/arrow_left.png    |   1 -
 .../src/ios/WeblessPlugin.bundle/arrow_left@2x.png |   1 -
 .../src/ios/WeblessPlugin.bundle/arrow_right.png   |   1 -
 .../ios/WeblessPlugin.bundle/arrow_right@2x.png    |   1 -
 .../src/ios/WeblessPlugin.bundle/but_refresh.png   |   1 -
 .../ios/WeblessPlugin.bundle/but_refresh@2x.png    |   1 -
 .../src/ios/WeblessPlugin.bundle/compass.png       |   1 -
 .../src/ios/WeblessPlugin.bundle/compass@2x.png    |   1 -
 .../src/ios/WeblessPluginCommand.h                 |   1 -
 .../src/ios/WeblessPluginCommand.m                 |   1 -
 .../src/ios/WeblessPluginViewController.h          |   1 -
 .../src/ios/WeblessPluginViewController.m          |   1 -
 .../src/ios/WeblessPluginViewController.xib        |   1 -
 .../org.test.plugins.webnotifications/plugin.xml   |  47 --------
 .../src/ios/AppDelegate.m.diff                     |   1 -
 .../src/ios/WebNotifications.h                     |   1 -
 .../src/ios/WebNotifications.m                     |   1 -
 .../www/webnotifications.js                        |   1 -
 .../plugman/plugins/org.test.shareddeps/plugin.xml |  34 ------
 99 files changed, 1438 deletions(-)

diff --git a/spec/cordova/fixtures/basePkgJson13/config.xml b/spec/cordova/fixtures/basePkgJson13/config.xml
deleted file mode 100644
index e8d7783..0000000
--- a/spec/cordova/fixtures/basePkgJson13/config.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<widget id="org.testing" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>TestBase</name>
-    <description>
-        A sample Apache Cordova application that responds to the deviceready event.
-    </description>
-    <author email="dev@cordova.apache.org" href="http://cordova.io">
-        Apache Cordova Team
-    </author>
-    <content src="index.html" />
-    <access origin="*" />
-    <preference name="fullscreen" value="true" />
-    <preference name="webviewbounce" value="true" />
-    <engine name="android"/>
-    <plugin name="cordova-plugin-device" />
-</widget>
diff --git a/spec/cordova/fixtures/basePkgJson13/www/css/index.css b/spec/cordova/fixtures/basePkgJson13/www/css/index.css
deleted file mode 100644
index 51daa79..0000000
--- a/spec/cordova/fixtures/basePkgJson13/www/css/index.css
+++ /dev/null
@@ -1,115 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-* {
-    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
-}
-
-body {
-    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
-    background-color:#E4E4E4;
-    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image:-webkit-gradient(
-        linear,
-        left top,
-        left bottom,
-        color-stop(0, #A7A7A7),
-        color-stop(0.51, #E4E4E4)
-    );
-    background-attachment:fixed;
-    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
-    font-size:12px;
-    height:100%;
-    margin:0px;
-    padding:0px;
-    text-transform:uppercase;
-    width:100%;
-}
-
-/* Portrait layout (default) */
-.app {
-    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
-    position:absolute;             /* position in the center of the screen */
-    left:50%;
-    top:50%;
-    height:50px;                   /* text area height */
-    width:225px;                   /* text area width */
-    text-align:center;
-    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
-    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
-                                   /* offset horizontal: half of text area width */
-}
-
-/* Landscape layout (with min-width) */
-@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
-    .app {
-        background-position:left center;
-        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
-        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
-                                      /* offset horizontal: half of image width and text area width */
-    }
-}
-
-h1 {
-    font-size:24px;
-    font-weight:normal;
-    margin:0px;
-    overflow:visible;
-    padding:0px;
-    text-align:center;
-}
-
-.event {
-    border-radius:4px;
-    -webkit-border-radius:4px;
-    color:#FFFFFF;
-    font-size:12px;
-    margin:0px 30px;
-    padding:2px 0px;
-}
-
-.event.listening {
-    background-color:#333333;
-    display:block;
-}
-
-.event.received {
-    background-color:#4B946A;
-    display:none;
-}
-
-@keyframes fade {
-    from { opacity: 1.0; }
-    50% { opacity: 0.4; }
-    to { opacity: 1.0; }
-}
- 
-@-webkit-keyframes fade {
-    from { opacity: 1.0; }
-    50% { opacity: 0.4; }
-    to { opacity: 1.0; }
-}
- 
-.blink {
-    animation:fade 3000ms infinite;
-    -webkit-animation:fade 3000ms infinite;
-}
diff --git a/spec/cordova/fixtures/basePkgJson13/www/index.html b/spec/cordova/fixtures/basePkgJson13/www/index.html
deleted file mode 100644
index bde5741..0000000
--- a/spec/cordova/fixtures/basePkgJson13/www/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-<html>
-    <head>
-        <meta charset="utf-8" />
-        <meta name="format-detection" content="telephone=no" />
-        <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
-        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
-        <link rel="stylesheet" type="text/css" href="css/index.css" />
-        <title>Hello World</title>
-    </head>
-    <body>
-        <div class="app">
-            <h1>Apache Cordova</h1>
-            <div id="deviceready" class="blink">
-                <p class="event listening">Connecting to Device</p>
-                <p class="event received">Device is Ready</p>
-            </div>
-        </div>
-        <script type="text/javascript" src="cordova.js"></script>
-        <script type="text/javascript" src="js/index.js"></script>
-        <script type="text/javascript">
-            app.initialize();
-        </script>
-    </body>
-</html>
diff --git a/spec/cordova/fixtures/basePkgJson13/www/js/index.js b/spec/cordova/fixtures/basePkgJson13/www/js/index.js
deleted file mode 100644
index 31d9064..0000000
--- a/spec/cordova/fixtures/basePkgJson13/www/js/index.js
+++ /dev/null
@@ -1,49 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-var app = {
-    // Application Constructor
-    initialize: function() {
-        this.bindEvents();
-    },
-    // Bind Event Listeners
-    //
-    // Bind any events that are required on startup. Common events are:
-    // 'load', 'deviceready', 'offline', and 'online'.
-    bindEvents: function() {
-        document.addEventListener('deviceready', this.onDeviceReady, false);
-    },
-    // deviceready Event Handler
-    //
-    // The scope of 'this' is the event. In order to call the 'receivedEvent'
-    // function, we must explicity call 'app.receivedEvent(...);'
-    onDeviceReady: function() {
-        app.receivedEvent('deviceready');
-    },
-    // Update DOM on a Received Event
-    receivedEvent: function(id) {
-        var parentElement = document.getElementById(id);
-        var listeningElement = parentElement.querySelector('.listening');
-        var receivedElement = parentElement.querySelector('.received');
-
-        listeningElement.setAttribute('style', 'display:none;');
-        receivedElement.setAttribute('style', 'display:block;');
-
-        console.log('Received Event: ' + id);
-    }
-};
diff --git a/spec/cordova/fixtures/basePkgJson13/www/spec.html b/spec/cordova/fixtures/basePkgJson13/www/spec.html
deleted file mode 100644
index 71f00de..0000000
--- a/spec/cordova/fixtures/basePkgJson13/www/spec.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<!DOCTYPE html>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-<html>
-    <head>
-        <title>Jasmine Spec Runner</title>
-
-        <!-- jasmine source -->
-        <link rel="shortcut icon" type="image/png" href="spec/lib/jasmine-1.2.0/jasmine_favicon.png">
-        <link rel="stylesheet" type="text/css" href="spec/lib/jasmine-1.2.0/jasmine.css">
-        <script type="text/javascript" src="spec/lib/jasmine-1.2.0/jasmine.js"></script>
-        <script type="text/javascript" src="spec/lib/jasmine-1.2.0/jasmine-html.js"></script>
-
-        <!-- include source files here... -->
-        <script type="text/javascript" src="js/index.js"></script>
-
-        <!-- include spec files here... -->
-        <script type="text/javascript" src="spec/helper.js"></script>
-        <script type="text/javascript" src="spec/index.js"></script>
-
-        <script type="text/javascript">
-            (function() {
-                var jasmineEnv = jasmine.getEnv();
-                jasmineEnv.updateInterval = 1000;
-
-                var htmlReporter = new jasmine.HtmlReporter();
-
-                jasmineEnv.addReporter(htmlReporter);
-
-                jasmineEnv.specFilter = function(spec) {
-                    return htmlReporter.specFilter(spec);
-                };
-
-                var currentWindowOnload = window.onload;
-
-                window.onload = function() {
-                    if (currentWindowOnload) {
-                        currentWindowOnload();
-                    }
-                    execJasmine();
-                };
-
-                function execJasmine() {
-                    jasmineEnv.execute();
-                }
-            })();
-        </script>
-    </head>
-    <body>
-        <div id="stage" style="display:none;"></div>
-    </body>
-</html>
diff --git a/spec/cordova/fixtures/config.xml b/spec/cordova/fixtures/config.xml
deleted file mode 100644
index b582623..0000000
--- a/spec/cordova/fixtures/config.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>HelloCordova</name>
-    <description>
-        A sample Apache Cordova application that responds to the deviceready event.
-    </description>
-    <author email="dev@cordova.apache.org" href="http://cordova.io">
-        Apache Cordova Team
-    </author>
-    <content src="index.html" />
-    <plugin name="cordova-plugin-whitelist" spec="1" />
-    <access origin="*" />
-    <allow-intent href="http://*/*" />
-    <allow-intent href="https://*/*" />
-    <allow-intent href="tel:*" />
-    <allow-intent href="sms:*" />
-    <allow-intent href="mailto:*" />
-    <allow-intent href="geo:*" />
-    <platform name="android">
-        <allow-intent href="market:*" />
-    </platform>
-    <platform name="ios">
-        <allow-intent href="itms:*" />
-        <allow-intent href="itms-apps:*" />
-    </platform>
-    <engine name="somePlat" spec="../some/path/cordova-windows" />
-</widget>
diff --git a/spec/cordova/fixtures/hooks_bat/fail/fail.bat b/spec/cordova/fixtures/hooks_bat/fail/fail.bat
deleted file mode 100644
index a89b4c8..0000000
--- a/spec/cordova/fixtures/hooks_bat/fail/fail.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@ECHO OFF
-EXIT /B 1
diff --git a/spec/cordova/fixtures/hooks_bat/test/.dotted.bat b/spec/cordova/fixtures/hooks_bat/test/.dotted.bat
deleted file mode 100644
index ada7136..0000000
--- a/spec/cordova/fixtures/hooks_bat/test/.dotted.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@ECHO OFF
-ECHO "Dotted files in hook dirs should not be called" > dotted_hook_should_not_fire.txt
\ No newline at end of file
diff --git a/spec/cordova/fixtures/hooks_bat/test/07.bat b/spec/cordova/fixtures/hooks_bat/test/07.bat
deleted file mode 100644
index a88c8c5..0000000
--- a/spec/cordova/fixtures/hooks_bat/test/07.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-@ECHO OFF
-rem ECHO this is script 0 in %~dp0
-ECHO b >> hooks_order.txt
diff --git a/spec/cordova/fixtures/hooks_bat/test/1.bat b/spec/cordova/fixtures/hooks_bat/test/1.bat
deleted file mode 100644
index be004c5..0000000
--- a/spec/cordova/fixtures/hooks_bat/test/1.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-@ECHO OFF
-rem ECHO this is script 1 in %~dp0
-ECHO a >> hooks_order.txt
-ECHO %1 > hooks_params.txt
-node -e "console.log(JSON.stringify(process.env, null, 2))" > hooks_env.json
diff --git a/spec/cordova/fixtures/hooks_sh/fail/fail.sh b/spec/cordova/fixtures/hooks_sh/fail/fail.sh
deleted file mode 100755
index 379a4c9..0000000
--- a/spec/cordova/fixtures/hooks_sh/fail/fail.sh
+++ /dev/null
@@ -1 +0,0 @@
-exit 1
diff --git a/spec/cordova/fixtures/hooks_sh/test/.dotted.sh b/spec/cordova/fixtures/hooks_sh/test/.dotted.sh
deleted file mode 100755
index e5fa07f..0000000
--- a/spec/cordova/fixtures/hooks_sh/test/.dotted.sh
+++ /dev/null
@@ -1 +0,0 @@
-echo "Dotted files in hook dirs should not be called" > dotted_hook_should_not_fire.txt
diff --git a/spec/cordova/fixtures/hooks_sh/test/07.sh b/spec/cordova/fixtures/hooks_sh/test/07.sh
deleted file mode 100755
index f410ee2..0000000
--- a/spec/cordova/fixtures/hooks_sh/test/07.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#echo "this is script 0 in `pwd`";
-echo b >> hooks_order.txt
diff --git a/spec/cordova/fixtures/hooks_sh/test/1.sh b/spec/cordova/fixtures/hooks_sh/test/1.sh
deleted file mode 100755
index 892869d..0000000
--- a/spec/cordova/fixtures/hooks_sh/test/1.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#echo "this is script 1 in `pwd`";
-echo a >> hooks_order.txt
-echo $1 > hooks_params.txt
-node -e "console.log(JSON.stringify(process.env, null, 2))" > hooks_env.json
diff --git a/spec/cordova/fixtures/plugins/ChildBrowser/plugin.xml b/spec/cordova/fixtures/plugins/ChildBrowser/plugin.xml
deleted file mode 100644
index 700ef7c..0000000
--- a/spec/cordova/fixtures/plugins/ChildBrowser/plugin.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="com.phonegap.plugins.childbrowser"
-    version="0.6.0">
-
-    <name>Child Browser</name>
-
-    <asset src="www/childbrowser" target="childbrowser" />
-    <asset src="www/childbrowser_file.html" target="childbrowser_file.html" />
-
-    <js-module src="www/childbrowser.js" name="ChildBrowser">
-        <clobbers target="childbrowser" />
-    </js-module>
-
-    <config-file target="config.xml" parent="/*">
-        <access origin="build.phonegap.com" />
-        <access origin="s3.amazonaws.com" />
-    </config-file>
-    
-    <info>No matter what platform you are installing to, this notice is very important.</info>
-
-    <!-- android -->
-    <platform name="android">
-        <config-file target="AndroidManifest.xml" parent="/manifest/application">
-            <activity android:name="com.phonegap.plugins.childBrowser.ChildBrowser"
-                      android:label="@string/app_name">
-                <intent-filter>
-                </intent-filter>
-            </activity>
-        </config-file>
-
-        <!-- CDV < 2.0 -->
-        <config-file target="res/xml/plugins.xml" parent="/plugins">
-            <plugin name="ChildBrowser"
-                value="com.phonegap.plugins.childBrowser.ChildBrowser"/>
-        </config-file>
-
-        <!-- CDV 2.0+ (for now) -->
-        <config-file target="res/xml/config.xml" parent="/cordova/plugins">
-            <plugin name="ChildBrowser"
-                value="com.phonegap.plugins.childBrowser.ChildBrowser"/>
-        </config-file>
-
-        <source-file src="src/android/ChildBrowser.java"
-                target-dir="src/com/phonegap/plugins/childBrowser" />
-        <info>Please make sure you read this because it is very important to complete the installation of your plugin.</info>
-    </platform>
-
-    <!-- ios -->
-    <platform name="ios">
-        <plugins-plist key="com.phonegap.plugins.childbrowser"
-            string="ChildBrowserCommand" />
-
-        <config-file target="config.xml" parent="/widget/plugins">
-            <plugin name="ChildBrowser"
-                value="ChildBrowserCommand" />
-        </config-file>
-
-        <resource-file src="src/ios/ChildBrowser.bundle" />
-        <resource-file src="src/ios/ChildBrowserViewController.xib" />
-
-        <config-file target="*-Info.plist" parent="AppId">
-            <string>$APP_ID</string>
-        </config-file>
-        
-        <config-file target="*-Info.plist" parent="CFBundleURLTypes">
-            <array>
-              <dict>
-                <key>PackageName</key>
-                <string>$PACKAGE_NAME</string>
-              </dict>
-            </array>
-        </config-file>
-
-        <header-file src="src/ios/ChildBrowserCommand.h" />
-        <header-file src="src/ios/ChildBrowserViewController.h" />
-        <header-file src="src/ios/TargetDirTest.h" target-dir="targetDir"/>
-
-        <source-file src="src/ios/ChildBrowserCommand.m" />
-        <source-file src="src/ios/ChildBrowserViewController.m" />
-        <source-file src="src/ios/preserveDirs/PreserveDirsTest.m" preserve-dirs="true" />
-        <header-file src="src/ios/TargetDirTest.m" target-dir="targetDir"/>
-
-        <!-- framework for testing (not actual dependency of ChildBrowser -->
-        <framework src="libsqlite3.dylib" />
-        <framework src="social.framework" weak="true" />
-        <framework src="music.framework" weak="rabbit" />
-    </platform>
-
-    <!-- wp8 -->
-    <platform name="wp8">
-        <resource-file src="src\wp7\Images\appbar.back.rest.png" />
-        <config-file target="config.xml" parent="/widget/plugins">
-            <plugin name="ChildBrowser"
-                value="ChildBrowser"/>
-        </config-file>
-
-        <source-file src="src\wp7\ChildBrowserCommand.cs"
-                     target-dir="Plugins\" />
-
-        <!-- modify the project file to include the added files -->
-        <config-file target=".csproj" parent=".">  
-        </config-file> 
-
-    </platform>
-</plugin>
diff --git a/spec/cordova/fixtures/plugins/ChildBrowser/src/android/ChildBrowser.java b/spec/cordova/fixtures/plugins/ChildBrowser/src/android/ChildBrowser.java
deleted file mode 100644
index 8b5fb29..0000000
--- a/spec/cordova/fixtures/plugins/ChildBrowser/src/android/ChildBrowser.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
-*/
-
diff --git a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser.js b/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser.js
deleted file mode 100644
index 08e02ee..0000000
--- a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
-*/
-
-
-
diff --git a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser/image.jpg b/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser/image.jpg
deleted file mode 100644
index 257cc56..0000000
--- a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser/image.jpg
+++ /dev/null
@@ -1 +0,0 @@
-foo
diff --git a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser_file.html b/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser_file.html
deleted file mode 100644
index 6de7b8c..0000000
--- a/spec/cordova/fixtures/plugins/ChildBrowser/www/childbrowser_file.html
+++ /dev/null
@@ -1 +0,0 @@
-This is a test file.
diff --git a/spec/cordova/fixtures/plugins/android/plugin.xml b/spec/cordova/fixtures/plugins/android/plugin.xml
deleted file mode 100644
index d8f5619..0000000
--- a/spec/cordova/fixtures/plugins/android/plugin.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="ca.filmaj.AndroidPlugin"
-    version="4.2.0">
-
-    <name>Android Plugin</name>
-
-    <asset src="www/android.js" target="android.js" />
-    <platform name="android">
-    </platform>
-</plugin>
-
-
diff --git a/spec/cordova/fixtures/plugins/android/src/android/Android.java b/spec/cordova/fixtures/plugins/android/src/android/Android.java
deleted file mode 100644
index e69de29..0000000
diff --git a/spec/cordova/fixtures/plugins/android/src/android/SomethingWithR.java b/spec/cordova/fixtures/plugins/android/src/android/SomethingWithR.java
deleted file mode 100644
index c3af060..0000000
--- a/spec/cordova/fixtures/plugins/android/src/android/SomethingWithR.java
+++ /dev/null
@@ -1,6 +0,0 @@
-import com.yourapp.R;
-
-import android.app.*;
-
-public class SomethingWithR {
-}
diff --git a/spec/cordova/fixtures/plugins/android/www/android.js b/spec/cordova/fixtures/plugins/android/www/android.js
deleted file mode 100644
index e69de29..0000000
diff --git a/spec/cordova/fixtures/plugins/malformed/plugin.xml b/spec/cordova/fixtures/plugins/malformed/plugin.xml
deleted file mode 100644
index d7c1884..0000000
--- a/spec/cordova/fixtures/plugins/malformed/plugin.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-< <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.fakeplugin1"
-      version="0.1.0-dev">
-    <name>malformed</name>
-    <description>Cordova malformed plugin for tests</description>
-    <license>Apache 2.0</license>
-    <keywords>cordova,cli,test</keywords>
-</plugin>
diff --git a/spec/cordova/fixtures/test-config.xml b/spec/cordova/fixtures/test-config.xml
deleted file mode 100644
index ffe8cf7..0000000
--- a/spec/cordova/fixtures/test-config.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<widget android-packageName="io.cordova.hellocordova.android" id="io.cordova.hellocordova" ios-CFBundleIdentifier="io.cordova.hellocordova.ios" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>Hello Cordova</name>
-    <description>
-        A sample Apache Cordova application that responds to the deviceready event.
-    </description>
-    <author email="dev@cordova.apache.org" href="http://cordova.io">
-        Apache Cordova Team
-    </author>
-    <content src="index.html" />
-    
-    <!-- 
-        <access> tests
-        
-        Test wildcard allow all. Note in ATS you can open up all, and have restrictions for certain domains.
-        This is to allow for example, an in-app-browser (*) but your own server communications must be https, for example.
-     -->
-    <access origin="*" />
-    <!-- https, with subdomain wildcard, with attribute differences -->
-    <access origin="https://*.server01.com" /> <!-- equivalent to the next line -->
-    <access origin="https://*.server01.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <access origin="https://*.server02.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <access origin="https://*.server03.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <access origin="https://*.server04.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- http, no subdomain wildcard, with attribute differences -->
-    <access origin="http://server05.com" /> <!-- equivalent to the next line -->
-    <access origin="http://server05.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <access origin="http://server06.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <access origin="http://server07.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <access origin="http://server08.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- https, no subdomain wildcard, with attribute differences -->
-    <access origin="https://server09.com" /> <!-- equivalent to the next line -->
-    <access origin="https://server09.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <access origin="https://server10.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <access origin="https://server11.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <access origin="https://server12.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-
-    <!-- 
-        <allow-navigation> tests
-        
-        Test wildcard allow all. Note in ATS you can open up all, and have restrictions for certain domains.
-        This is to allow for example, an in-app-browser (*) but your own server communications must be https, for example.
-     -->
-    <allow-navigation href="*" />
-    <!-- https, with subdomain wildcard, attribute differences -->
-    <allow-navigation href="https://*.server21.com" /> <!-- equivalent to the next line -->
-    <allow-navigation href="https://*.server21.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <allow-navigation href="https://*.server22.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <allow-navigation href="https://*.server23.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <allow-navigation href="https://*.server24.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- http, no subdomain, with attribute differences -->
-    <allow-navigation href="http://server25.com" /> <!-- equivalent to the next line -->
-    <allow-navigation href="http://server25.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <allow-navigation href="http://server26.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <allow-navigation href="http://server27.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <allow-navigation href="http://server28.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- https, no subdomain, with attribute differences -->
-    <allow-navigation href="https://server29.com" /> <!-- equivalent to the next line -->
-    <allow-navigation href="https://server29.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <allow-navigation href="https://server30.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <allow-navigation href="https://server31.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <allow-navigation href="https://server32.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- wildcard scheme, with subdomain wildcard, with attribute differences -->
-    <allow-navigation href="*://*.server33.com" /> <!-- equivalent to the next line -->
-    <allow-navigation href="*://*.server33.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <allow-navigation href="*://*.server34.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <allow-navigation href="*://*.server35.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <allow-navigation href="*://*.server36.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-    <!-- wildcard scheme, no subdomain, with attribute differences -->
-    <allow-navigation href="*://server37.com" /> <!-- equivalent to the next line -->
-    <allow-navigation href="*://server37.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="true" />
-    <allow-navigation href="*://server38.com" minimum-tls-version="TLSv1.2" requires-forward-secrecy="false" />
-    <allow-navigation href="*://server39.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="true" />
-    <allow-navigation href="*://server40.com" minimum-tls-version="TLSv1.1" requires-forward-secrecy="false" />
-
-    <!-- https://issues.apache.org/jira/browse/CB-9758 Mobilespec crashes adding plugins on OS X -->
-    <allow-navigation href="data:*" />
-    <allow-navigation href="http:*" />
-    <allow-navigation href="https:*" />
-    <allow-navigation href="http://*" />
-    <allow-navigation href="https://*" />
-
-    <preference name="fullscreen" value="true" />
-    <preference name="webviewbounce" value="true" />
-    <preference name="orientation" value="portrait" />
-    <icon id="icon" src="icon.png" />
-    <icon height="255" id="logo" src="logo.png" width="255" />
-    <platform name="android">
-        <icon density="mdpi" height="255" src="logo-android.png" width="255" />
-        <preference name="android-minSdkVersion" value="10" />
-        <preference name="orientation" value="landscape" />
-    </platform>
-    <plugin name="org.apache.cordova.pluginwithvars">
-        <variable name="var" value="varvalue" />
-    </plugin>
-    <plugin name="org.apache.cordova.pluginwithurl" src="http://cordova.apache.org/pluginwithurl" />
-    <plugin name="org.apache.cordova.pluginwithversion" version="1.1.1" />
-    <plugin name="org.apache.cordova.pluginwithurlandversion" src="http://cordova.apache.org/pluginwithurlandversion" version="1.1.1" />
-    <plugin name="org.apache.cordova.justaplugin" />
-    <feature name="Legacy plugin entry with version">
-        <param name="id" value="org.apache.cordova.legacyfeatureversion" />
-        <param name="version" value="1.2.3" />
-        <param name="aVar" value="aValue" />
-    </feature>
-    <feature name="Legacy plugin entry with url">
-        <param name="id" value="org.apache.cordova.legacyfeatureurl" />
-        <param name="url" value="http://cordova.apache.org/legacyfeatureurl" />
-    </feature>
-    <feature name="Legacy plugin entry with version and url">
-        <param name="id" value="org.apache.cordova.legacyfeatureversionandurl" />
-        <param name="version" value="1.2.3" />
-        <param name="url" value="http://cordova.apache.org/legacyfeatureversionandurl" />
-    </feature>
-</widget>
diff --git a/spec/plugman/plugins/com.cordova.echo/.gitignore b/spec/plugman/plugins/com.cordova.echo/.gitignore
deleted file mode 100644
index c97b828..0000000
--- a/spec/plugman/plugins/com.cordova.echo/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-./cordova.echo/.gitignore
diff --git a/spec/plugman/plugins/com.cordova.echo/plugin.xml b/spec/plugman/plugins/com.cordova.echo/plugin.xml
deleted file mode 100644
index 217b5d3..0000000
--- a/spec/plugman/plugins/com.cordova.echo/plugin.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    id="com.com.cordova.echo"
-    version="1.0.0">
-
-    <engines>
-        <engine name="cordova" version=">=2.3.0" />
-    </engines>
-
-    <name>com.cordova.echo</name>
-
-    <js-module src="www/client.js">
-        <clobbers target="com.cordova.echo"/>
-    </js-module>
-
-    <platform name="blackberry10">
-        <source-file src="src/blackberry10/index.js" target-dir="com.cordova.echo"/>
-        <lib-file src="src/blackberry10/native/device/echoJnext.so" arch="device"/>
-        <lib-file src="src/blackberry10/native/simulator/echoJnext.so" arch="simulator"/>
-        <config-file target="config.xml" parent="/widget">
-            <feature id="com.cordova.echo" required="true" version="1.0.0.0"/>
-        </config-file>
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/index.js b/spec/plugman/plugins/com.cordova.echo/src/blackberry10/index.js
deleted file mode 100644
index 9c333ac..0000000
--- a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/index.js
+++ /dev/null
@@ -1 +0,0 @@
-./com.cordova.echo/src/blackberry10/index.js
diff --git a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/device/echoJnext.so b/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/device/echoJnext.so
deleted file mode 100755
index 1c35468..0000000
--- a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/device/echoJnext.so
+++ /dev/null
@@ -1 +0,0 @@
-./com.cordova.echo/src/blackberry10/native/device/echoJnext.so
diff --git a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/simulator/echoJnext.so b/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/simulator/echoJnext.so
deleted file mode 100644
index 2c27285..0000000
--- a/spec/plugman/plugins/com.cordova.echo/src/blackberry10/native/simulator/echoJnext.so
+++ /dev/null
@@ -1 +0,0 @@
-./com.cordova.echo/src/blackberry10/native/simulator/echoJnext.so
diff --git a/spec/plugman/plugins/com.cordova.echo/www/client.js b/spec/plugman/plugins/com.cordova.echo/www/client.js
deleted file mode 100644
index e29a656..0000000
--- a/spec/plugman/plugins/com.cordova.echo/www/client.js
+++ /dev/null
@@ -1 +0,0 @@
-./com.cordova.echo/www/client.js
diff --git a/spec/plugman/plugins/com.cordova.engine-ios/plugin.xml b/spec/plugman/plugins/com.cordova.engine-ios/plugin.xml
deleted file mode 100644
index 194cf5c..0000000
--- a/spec/plugman/plugins/com.cordova.engine-ios/plugin.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- 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.
-
--->
-
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-    id="com.cordova.engine-ios"
-    version="1.0.0">
-
-    <name>Engine Choo Choo</name>
-
-    <engines>
-        <engine name="cordova" version=">=3.0.0"/>
-        <engine name="cordova-android" version=">=3.1.0"/>
-        <engine name="apple-ios" version="6.1"/>
-        <engine name="apple-osx" version=">10.0"/>
-        <engine name="apple-xcode" version=">=4.6.3"/>
-    </engines>
-</plugin>
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/plugin.xml b/spec/plugman/plugins/org.apache.cordova.core.contacts/plugin.xml
deleted file mode 100644
index bf8d5d9..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/plugin.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-           id="org.apache.cordova.core.contacts"
-      version="0.1.0">
-    <name>org.apache.cordova.core.contacts</name>
-
-
-    <js-module src="www/contacts.js" name="contacts">
-        <clobbers target="navigator.contacts" />
-    </js-module>
-
-    <js-module src="www/Contact.js" name="Contact">
-        <clobbers target="Contact" />
-    </js-module>
-
-    <js-module src="www/ContactAddress.js" name="ContactAddress">
-        <clobbers target="ContactAddress" />
-    </js-module>
-
-    <js-module src="www/ContactError.js" name="ContactError">
-        <clobbers target="ContactError" />
-    </js-module>
-
-    <js-module src="www/ContactField.js" name="ContactField">
-        <clobbers target="ContactField" />
-    </js-module>
-
-    <js-module src="www/ContactFindOptions.js" name="ContactFindOptions">
-        <clobbers target="ContactFindOptions" />
-    </js-module>
-
-    <js-module src="www/ContactName.js" name="ContactName">
-        <clobbers target="ContactName" />
-    </js-module>
-
-    <js-module src="www/ContactOrganization.js" name="ContactOrganization">
-        <clobbers target="ContactOrganization" />
-    </js-module>
-
-
-
-
-    <!-- android -->
-    <platform name="android">
-        <config-file target="res/xml/config.xml" parent="/*">
-            <feature name="org.apache.cordova.core.contacts">
-                <param name="android-package" value="org.apache.cordova.core.ContactManager"/>
-            </feature>
-        </config-file>
-
-        <config-file target="AndroidManifest.xml" parent="/*">
-            <uses-permission android:name="android.permission.READ_CONTACTS" />
-            <uses-permission android:name="android.permission.WRITE_CONTACTS" />
-            <uses-permission android:name="android.permission.GET_ACCOUNTS" />
-        </config-file>
-
-        <source-file src="src/android/ContactAccessor.java" target-dir="src/org/apache/cordova/core" />
-        <source-file src="src/android/ContactAccessorSdk5.java" target-dir="src/org/apache/cordova/core" />
-        <source-file src="src/android/ContactManager.java" target-dir="src/org/apache/cordova/core" />
-    </platform>
-
-    <!-- ios -->
-    <platform name="ios">
-        <config-file target="config.xml" parent="/*">
-            <feature name="org.apache.cordova.core.contacts">
-                <param name="ios-package" value="CDVContacts"/>
-            </feature>
-        </config-file>
-
-        <js-module src="www/ios/contacts.js" name="contacts">
-            <merges target="navigator.contacts" />
-        </js-module>
-
-        <js-module src="www/ios/Contact.js" name="Contact">
-            <merges target="Contact" />
-        </js-module>
-
-        <header-file src="src/ios/CDVContacts.h" />
-        <source-file src="src/ios/CDVContacts.m" />
-        <header-file src="src/ios/CDVContact.h" />
-        <source-file src="src/ios/CDVContact.m" />
-    </platform>
-
-    <!-- blackberry10 -->
-    <platform name="blackberry10">
-        <config-file target="www/config.xml" parent="/widget">
-            <feature name="org.apache.cordova.core.contacts" value="org.apache.cordova.core.contacts"/>
-        </config-file>
-        <config-file target="www/config.xml" parent="/widget">
-            <rim:permissions>
-            </rim:permissions>
-        </config-file>
-        <config-file target="www/config.xml" parent="/widget/rim:permissions">
-            <rim:permit>access_pimdomain_contacts</rim:permit>
-        </config-file>
-        <source-file src="src/blackberry10/index.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactActivity.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactAddress.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/contactConsts.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactError.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactField.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactFindOptions.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactName.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactNews.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactOrganization.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactPhoto.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/contactUtils.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <dependency id="com.blackberry.utils" url="https://github.com/blackberry/cordova-blackberry-plugins.git" commit="plugins" subdir="plugin/com.blackberry.utils"/>
-        <dependency id="org.apache.cordova.blackberry10.pimlib" url="https://github.com/blackberry/cordova-blackberry-plugins.git" commit="plugins" subdir="/plugin/org.apache.cordova.blackberry10.pimlib/"/>
-    </platform>
-
-    <!-- wp8 -->
-    <platform name="wp8">
-        <config-file target="config.xml" parent="/*">
-            <feature name="org.apache.cordova.core.contacts">
-                <param name="wp-package" value="org.apache.cordova.core.contacts"/>
-            </feature>
-        </config-file>
-
-        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
-            <Capability Name="ID_CAP_CONTACTS" />
-        </config-file>
-
-        <source-file src="src/wp/org.apache.cordova.core.contacts.cs" />
-    </platform>
-
-</plugin>
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessor.java b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessor.java
deleted file mode 100644
index 819c1be..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessor.java
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/android/ContactAccessor.java
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessorSdk5.java b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessorSdk5.java
deleted file mode 100644
index e8d6339..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactAccessorSdk5.java
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/android/ContactAccessorSdk5.java
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactManager.java b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactManager.java
deleted file mode 100755
index 40d2ddf..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/android/ContactManager.java
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/android/ContactManager.java
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactActivity.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactActivity.js
deleted file mode 100644
index de99b7f..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactActivity.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactActivity.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactAddress.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactAddress.js
deleted file mode 100644
index 00d6af6..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactAddress.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactAddress.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactError.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactError.js
deleted file mode 100644
index 1b99a7d..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactError.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactError.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactField.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactField.js
deleted file mode 100644
index 418a8a0..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactField.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactField.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactFindOptions.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactFindOptions.js
deleted file mode 100644
index 32d8e8f..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactFindOptions.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactFindOptions.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactName.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactName.js
deleted file mode 100644
index da26472..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactName.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactName.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactNews.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactNews.js
deleted file mode 100644
index f2f3ab0..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactNews.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactNews.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactOrganization.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactOrganization.js
deleted file mode 100644
index aa89c81..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactOrganization.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactOrganization.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactPhoto.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactPhoto.js
deleted file mode 100644
index f682c16..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/ContactPhoto.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/ContactPhoto.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactConsts.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactConsts.js
deleted file mode 100644
index 6dc3785..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactConsts.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/contactConsts.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactUtils.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactUtils.js
deleted file mode 100644
index b70f456..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/contactUtils.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/contactUtils.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/index.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/index.js
deleted file mode 100644
index 66f9272..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/index.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/blackberry10/index.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/plugin.xml b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/plugin.xml
deleted file mode 100644
index 529ff2f..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/blackberry10/plugin.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
-
--->
-
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-    id="org.apache.cordova.core.org.apache.cordova.core.contacts"
-    version="0.0.1">
-
-    <name>org.apache.cordova.core.contacts</name>
-
-    <platform name="blackberry10">
-        <config-file target="www/config.xml" parent="/widget">
-            <feature name="org.apache.cordova.core.contacts" value="org.apache.cordova.core.contacts"/>
-        </config-file>
-        <source-file src="src/blackberry10/index.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactActivity.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactAddress.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/contactConsts.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactError.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactField.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactFindOptions.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactName.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactNews.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactOrganization.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/ContactPhoto.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-        <source-file src="src/blackberry10/contactUtils.js" target-dir="org.apache.cordova.core.contacts"></source-file>
-      </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.h b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.h
deleted file mode 100644
index c54f68f..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/ios/CDVContact.h
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.m b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.m
deleted file mode 100644
index 21cc441..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContact.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/ios/CDVContact.m
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.h b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.h
deleted file mode 100644
index 72110dd..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/ios/CDVContacts.h
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.m b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.m
deleted file mode 100644
index 47ab38f..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/ios/CDVContacts.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/ios/CDVContacts.m
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/wp/Contacts.cs b/spec/plugman/plugins/org.apache.cordova.core.contacts/src/wp/Contacts.cs
deleted file mode 100644
index 58335e2..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/src/wp/Contacts.cs
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/src/wp/org.apache.cordova.core.contacts.cs
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/Contact.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/Contact.js
deleted file mode 100644
index 0092084..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/Contact.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/Contact.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactAddress.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactAddress.js
deleted file mode 100644
index db0d343..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactAddress.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactAddress.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactError.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactError.js
deleted file mode 100644
index 4e43817..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactError.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactError.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactField.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactField.js
deleted file mode 100644
index 95b24d1..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactField.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactField.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactFindOptions.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactFindOptions.js
deleted file mode 100644
index c977c9d..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactFindOptions.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactFindOptions.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactName.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactName.js
deleted file mode 100644
index d5ec108..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactName.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactName.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactOrganization.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactOrganization.js
deleted file mode 100644
index d31dfe7..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ContactOrganization.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ContactOrganization.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/contacts.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/contacts.js
deleted file mode 100644
index abba998..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/contacts.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/contacts.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/Contact.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/Contact.js
deleted file mode 100644
index 1a4a535..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/Contact.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ios/Contact.js
diff --git a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/contacts.js b/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/contacts.js
deleted file mode 100644
index 50ad4fc..0000000
--- a/spec/plugman/plugins/org.apache.cordova.core.contacts/www/ios/contacts.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.apache.cordova.core.contacts/www/ios/contacts.js
diff --git a/spec/plugman/plugins/org.apache.plist/plugin.xml b/spec/plugman/plugins/org.apache.plist/plugin.xml
deleted file mode 100644
index 8be41ef..0000000
--- a/spec/plugman/plugins/org.apache.plist/plugin.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.plist"
-    version="3.0.0">
-
-    <name>PList updates</name>
-
-    <!-- ios -->
-    <platform name="ios">
-        <config-file target="*-Info.plist" parent="CFBundleIcons">
-        <dict>
-        <key>UINewsstandIcon</key>
-        <dict>
-        <key>CFBundleIconFiles</key>
-        <array>
-            <string>Newsstand-Cover-Icon.png</string>
-            <string>Newsstand-Cover-Icon@2x.png</string>
-        </array>
-        <key>UINewsstandBindingType</key>
-        <string>UINewsstandBindingTypeMagazine</string>
-        <key>UINewsstandBindingEdge</key>
-        <string>UINewsstandBindingEdgeLeft</string>
-        </dict>
-        </dict>
-        </config-file>
-
-        <config-file target="*-Info.plist" parent="CFValidSchemas">
-        <array>
-            <string>schema-a</string>
-            <string>schema-b</string>
-            <dict>
-              <key>SchemaName</key>
-              <string>schema-c</string>
-            </dict>
-        </array>
-        </config-file>
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.configtest/plugin.xml b/spec/plugman/plugins/org.test.configtest/plugin.xml
deleted file mode 100644
index 7d32516..0000000
--- a/spec/plugman/plugins/org.test.configtest/plugin.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.configtest"
-    version="3.0.0">
-
-    <name>Does Code Fil Write Even Work? Hopefully the Tests Will Tell Us</name>
-
-    <!-- android -->
-    <platform name="android">
-        <config-file target="res/xml/config.xml" parent="/widget">
-            <poop/>
-        </config-file>
-        <config-file target="res/xml/config.xml" parent="/widget">
-            <poop/>
-        </config-file>
-    </platform>
-
-    <platform name="windows">
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities">
-            <Capability Note="should-exist-for-all-appxmanifest-target-files" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions="<=8.0.0">
-            <Capability Note="should-exist-for-win8-only" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions="=8.1.0">
-            <Capability Note="should-exist-for-win81-win-and-phone" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions="<=8.1.0" device-target="windows">
-            <Capability Note="should-exist-for-win8-and-win81-win-only" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions="<=8.1.0" device-target="phone">
-            <Capability Note="should-exist-for-win81-phone-only" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions="<=8.1.0" device-target="all">
-            <Capability Note="should-exist-for-win8-and-win81-both" />
-        </config-file>
-        <config-file target="package.appxmanifest" parent="/Parent/Capabilities" versions=">=10.0.0">
-            <Capability Note="should-exist-in-win10-only" />
-        </config-file>
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.multiple-children/plugin.xml b/spec/plugman/plugins/org.test.multiple-children/plugin.xml
deleted file mode 100644
index 1e30814..0000000
--- a/spec/plugman/plugins/org.test.multiple-children/plugin.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.org.test.multiple-children"
-    version="3.0.0">
-
-    <name>Pushwoosh</name>
-
-    <!-- android -->
-    <platform name="android">
-		<config-file target="AndroidManifest.xml" parent="/manifest">
-			<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
-			
-			<!--library-->
-			<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
-			
-			<!-- GCM connects to Google Services. -->
-			<uses-permission android:name="android.permission.INTERNET"/>
-			
-			<!-- GCM requires a Google account. -->
-			<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
-			
-			<!-- Keeps the processor from sleeping when a message is received. -->
-			<uses-permission android:name="android.permission.WAKE_LOCK"/>
-			
-			<!--
-			 Creates a custom permission so only this app can receive its messages.
-			 
-			 NOTE: the permission *must* be called PACKAGE.permission.C2D_MESSAGE,
-			 where PACKAGE is the application's package name.
-			 -->
-			<permission
-			android:name="$PACKAGE_NAME.permission.C2D_MESSAGE"
-			android:protectionLevel="signature"/>
-			<uses-permission
-			android:name="$PACKAGE_NAME.permission.C2D_MESSAGE"/>
-			
-			<!-- This app has permission to register and receive data message. -->
-			<uses-permission
-			android:name="com.google.android.c2dm.permission.RECEIVE"/>
-		</config-file>
-		
-		<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
-			<intent-filter>
-				<action android:name="$PACKAGE_NAME.MESSAGE"/>
-				<category android:name="android.intent.category.DEFAULT"/>
-			</intent-filter>
-		</config-file>
-
-		<config-file target="AndroidManifest.xml" parent="/manifest/application">
-			<activity android:name="com.arellomobile.android.push.PushWebview"/>
-			
-			<activity android:name="com.arellomobile.android.push.MessageActivity"/>
-			
-			<activity android:name="com.arellomobile.android.push.PushHandlerActivity"/>
-			
-			<!--
-			 BroadcastReceiver that will receive intents from GCM
-			 services and handle them to the custom IntentService.
-			 
-			 The com.google.android.c2dm.permission.SEND permission is necessary
-			 so only GCM services can send data messages for the app.
-			 -->
-			<receiver
-				android:name="com.google.android.gcm.GCMBroadcastReceiver"
-				android:permission="com.google.android.c2dm.permission.SEND">
-				<intent-filter>
-					<!-- Receives the actual messages. -->
-					<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
-					<!-- Receives the registration id. -->
-					<action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
-					<category android:name="$PACKAGE_NAME"/>
-				</intent-filter>
-			</receiver>
-			
-			<!--
-			 Application-specific subclass of PushGCMIntentService that will
-			 handle received messages.
-			 -->
-			<service android:name="com.arellomobile.android.push.PushGCMIntentService"/>        					
-			
-		</config-file>
-		
-		<config-file target="res/xml/plugins.xml" parent="/plugins">
-            <plugin name="PushNotification"
-			value="com.pushwoosh.test.plugin.pushnotifications.PushNotifications" onload="true"/>
-        </config-file>
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/plugin.xml b/spec/plugman/plugins/org.test.plugins.faultyplugin/plugin.xml
deleted file mode 100644
index 4e2128f..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/plugin.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.plugins.faultyplugin"
-    version="0.6.0">
-
-    <name>Faulty Plugin</name>
-
-    <access origin="build.phonegap.com" />
-    <access origin="s3.amazonaws.com" />
-    <!-- file doesn't exist -->
-
-    <config-file target="config.xml" parent="/widget">
-        <asset src="www/main.js" target="faultyplugin/main.js" />
-        <asset src="www/index.js" target="faultyplugin/index.js" />
-    </config-file>
-
-    <!-- android -->
-    <platform name="android">
-        <config-file target="AndroidManifest.xml" parent="/manifest/application">
-            <activity android:name="org.test.plugins.faultyplugin.org.test.plugins.faultyplugin"
-                      android:label="@string/app_name">
-                <intent-filter>
-                </intent-filter>
-            </activity>
-        </config-file>
-
-        <!-- CDV < 2.0 -->
-        <config-file target="res/xml/plugins.xml" parent="/plugins">
-            <plugin name="org.test.plugins.faultyplugin"
-                value="org.test.plugins.faultyplugin.org.test.plugins.faultyplugin"/>
-        </config-file>
-
-        <!-- CDV 2.0+ (for now) -->
-        <config-file target="res/xml/config.xml" parent="/cordova/plugins">
-            <plugin name="org.test.plugins.faultyplugin"
-                value="org.test.plugins.faultyplugin.org.test.plugins.faultyplugin"/>
-        </config-file>
-
-        <!-- this file doesn't exist -->
-        <source-file src="src/android/NotHere.java"
-                target-dir="src/com/phonegap/plugins/faultyplugin" />
-    </platform>
-    
-
-    <!-- ios -->
-    <platform name="ios">
-        <!-- /cordova/plugins no longer exists, it is now /widget/plugins -->
-        <!-- this should fail to install on ios -->
-        <config-file target="config.xml" parent="/cordova/plugins">
-            <plugin name="org.test.plugins.faultyplugin"
-                value="org.test.plugins.faultyplugin"/>
-        </config-file>
-
-        <header-file src="src/ios/org.test.plugins.faultyplugin.h" />
-        <source-file src="src/ios/org.test.plugins.faultyplugin.m" />
-        <!-- these files don't exist -->
-        <header-file src="src/ios/FaultyPluginCommand.h" />
-        <source-file src="src/ios/FaultyPluginCommand.m" />
-        <resource-file src="src/ios/IDontExist.bundle" />
-        <framework src="src/ios/Nopers.lib" />
-        <framework src="src/ios/NonExistantCustomFramework.framework" custom="true" />
-    </platform>
-    <platform name="blackberry10">
-        <config-file target="config.xml" parent="/widget">
-            <feature id="com.cordova.echo" required="true" version="1.0.0.0"/>
-        </config-file>
-
-        <source-file src="src/blackberry10/index.js" target-dir="ext-qnx/com.cordova.echo" />
-        <!-- these dont exist -->
-        <lib-file src="src/blackberry10/device/echoJnext.so" target-dir="ext-qnx/com.cordova.echo/device" />
-        <lib-file src="src/blackberry10/simulator/echoJnext.so" target-dir="ext-qnx/com.cordova.echo/simulator" />
-    </platform>
-
-    <!-- windows -->
-    <platform name="windows">
-        <config-file target="config.xml" parent="/*">
-            <feature name="org.test.plugins.faultyplugin">
-                <param name="windows-package" value="org.test.plugins.faultyplugin"/>
-            </feature>
-        </config-file>
-
-        <source-file src="src/windows/faultyPlugin.js" />
-
-        <resource-file src="src/windows/text_sample1.txt" target="text_samples/text_sample1.txt" arch="x85" />
-        <resource-file src="src/windows/text_sample2.txt" target="text_samples/text_sample2.txt" versions="8.0a" />
-        <resource-file src="src/windows/text_sample3.txt" target="text_samples/text_sample3.txt" device-target="daphne"/>
-
-        <lib-file src="TestSDK1, Version=1.0" arch="x85"/>
-        <lib-file src="TestSDK2, Version=1.0" versions="8.0a"/>
-        <lib-file src="TestSDK3, Version=1.0" device-target="daphne"/>
-
-        <!-- does not exist -->
-        <source-file src="src/windows/NotHere.js" />
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java
deleted file mode 100644
index dba5492..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/android/org.test.plugins.faultyplugin.java
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/blackberry10/client.js b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/blackberry10/client.js
deleted file mode 100644
index 46bbf0e..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/blackberry10/client.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/blackberry10/client.js
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.h b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.h
deleted file mode 100644
index bf9cf91..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/ios/org.test.plugins.faultyplugin.h
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.m b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.m
deleted file mode 100644
index a8971cd..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/ios/FaultyPlugin.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/ios/org.test.plugins.faultyplugin.m
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/faultyPlugin.js b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/faultyPlugin.js
deleted file mode 100644
index 784b850..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/faultyPlugin.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/windows8/faultyPlugin.js
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample1.txt b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample1.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample2.txt b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample2.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample3.txt b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/windows/text_sample3.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp7/FaultyPlugin.cs b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp7/FaultyPlugin.cs
deleted file mode 100644
index cee95b0..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp7/FaultyPlugin.cs
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/wp7/org.test.plugins.faultyplugin.cs
diff --git a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp8/FaultyPlugin.cs b/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp8/FaultyPlugin.cs
deleted file mode 100644
index aac2332..0000000
--- a/spec/plugman/plugins/org.test.plugins.faultyplugin/src/wp8/FaultyPlugin.cs
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.faultyplugin/src/wp8/org.test.plugins.faultyplugin.cs
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/plugin.xml b/spec/plugman/plugins/org.test.plugins.weblessplugin/plugin.xml
deleted file mode 100644
index 05deac4..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/plugin.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.plugins.weblessplugin"
-    version="0.6.0">
-
-    <name>Webless Plugin</name>
-
-    <config-file target="config.xml" parent="/*">
-        <access origin="build.phonegap.com" />
-        <access origin="s3.amazonaws.com" />
-    </config-file>
-
-    <!-- android -->
-    <platform name="android">
-        <config-file target="AndroidManifest.xml" parent="/manifest/application">
-            <activity android:name="WeblessPlugin.org.test.plugins.weblessplugin"
-                      android:label="@string/app_name">
-                <intent-filter>
-                </intent-filter>
-            </activity>
-        </config-file>
-
-        <!-- CDV < 2.0 -->
-        <config-file target="res/xml/plugins.xml" parent="/plugins">
-            <plugin name="org.test.plugins.weblessplugin"
-                value="WeblessPlugin.org.test.plugins.weblessplugin"/>
-        </config-file>
-
-        <!-- CDV 2.0+ (for now) -->
-        <config-file target="res/xml/config.xml" parent="/cordova/plugins">
-            <plugin name="org.test.plugins.weblessplugin"
-                value="WeblessPlugin.org.test.plugins.weblessplugin"/>
-        </config-file>
-
-        <source-file src="src/android/WeblessPlugin.java"
-                target-dir="src/com/phonegap/plugins/weblessplugin" />
-    </platform>
-
-    <!-- ios -->
-    <platform name="ios">
-        <!-- CDV 2.4 had a /cordova/plugins instead of /widget/plugins so ignored! -->
-        <!-- CDV 2.5+ -->
-        <config-file target="config.xml" parent="/widget/plugins">
-            <plugin name="org.test.plugins.weblessplugin"
-                value="WeblessPluginCommand"/>
-        </config-file>
-
-        <resource-file src="src/ios/WeblessPlugin.bundle" />
-        <resource-file src="src/ios/WeblessPluginViewController.xib" />
-
-        <header-file src="src/ios/WeblessPluginCommand.h" />
-        <header-file src="src/ios/WeblessPluginViewController.h" />
-
-        <source-file src="src/ios/WeblessPluginCommand.m" />
-        <source-file src="src/ios/WeblessPluginViewController.m" />
-
-        <!-- framework for testing (not actual dependency of org.test.plugins.weblessplugin -->
-        <framework src="libsqlite3.dylib" />
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/android/WeblessPlugin.java b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/android/WeblessPlugin.java
deleted file mode 100644
index 29dc5cc..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/android/WeblessPlugin.java
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/android/WeblessPlugin.java
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left.png
deleted file mode 100644
index 28daba3..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left@2x.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left@2x.png
deleted file mode 100644
index 7da870b..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left@2x.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_left@2x.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right.png
deleted file mode 100644
index 31ae8e3..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right@2x.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right@2x.png
deleted file mode 100644
index 8e11f04..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right@2x.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/arrow_right@2x.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh.png
deleted file mode 100644
index 15947aa..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh@2x.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh@2x.png
deleted file mode 100644
index f6cb35b..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh@2x.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/but_refresh@2x.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass.png
deleted file mode 100644
index 4386959..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass@2x.png b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass@2x.png
deleted file mode 100644
index 73148c6..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass@2x.png
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPlugin.bundle/compass@2x.png
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.h b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.h
deleted file mode 100644
index 57cbdb9..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.h
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.m b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.m
deleted file mode 100644
index 097f7f8..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPluginCommand.m
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.h b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.h
deleted file mode 100644
index f052697..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.h
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.m b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.m
deleted file mode 100644
index bbaf3af..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.m
diff --git a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.xib b/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.xib
deleted file mode 100644
index 97e3629..0000000
--- a/spec/plugman/plugins/org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.xib
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.weblessplugin/src/ios/WeblessPluginViewController.xib
diff --git a/spec/plugman/plugins/org.test.plugins.webnotifications/plugin.xml b/spec/plugman/plugins/org.test.plugins.webnotifications/plugin.xml
deleted file mode 100644
index 4b8e249..0000000
--- a/spec/plugman/plugins/org.test.plugins.webnotifications/plugin.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.plugins.webnotifications"
-    version="0.0.1">
-
-    <name>Web Notifications</name>
-
-    <asset src="www/webnotifications.js" target="webnotifications.js" />
-
-    <config-file target="config.xml" parent="/*">
-        <access origin="build.phonegap.com" />
-        <access origin="s3.amazonaws.com" />
-    </config-file>
-	
-    <!-- ios -->
-    <platform name="ios">
-        <config-file target="config.xml" parent="/*/plugins">
-            <plugin name="org.test.plugins.webnotifications"
-                value="org.test.plugins.webnotifications"/>
-        </config-file>
-
-        <header-file src="src/ios/org.test.plugins.webnotifications.h" />
-
-        <source-file src="src/ios/org.test.plugins.webnotifications.m" />
-
-    </platform>
-</plugin>
diff --git a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/AppDelegate.m.diff b/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/AppDelegate.m.diff
deleted file mode 100644
index b47d606..0000000
--- a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/AppDelegate.m.diff
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.webnotifications/src/ios/AppDelegate.m.diff
diff --git a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.h b/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.h
deleted file mode 100644
index 7b68288..0000000
--- a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.h
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.webnotifications/src/ios/org.test.plugins.webnotifications.h
diff --git a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.m b/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.m
deleted file mode 100644
index 2a04baf..0000000
--- a/spec/plugman/plugins/org.test.plugins.webnotifications/src/ios/WebNotifications.m
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.webnotifications/src/ios/org.test.plugins.webnotifications.m
diff --git a/spec/plugman/plugins/org.test.plugins.webnotifications/www/webnotifications.js b/spec/plugman/plugins/org.test.plugins.webnotifications/www/webnotifications.js
deleted file mode 100644
index 33e789c..0000000
--- a/spec/plugman/plugins/org.test.plugins.webnotifications/www/webnotifications.js
+++ /dev/null
@@ -1 +0,0 @@
-./org.test.plugins.webnotifications/www/webnotifications.js
diff --git a/spec/plugman/plugins/org.test.shareddeps/plugin.xml b/spec/plugman/plugins/org.test.shareddeps/plugin.xml
deleted file mode 100644
index f54e5be..0000000
--- a/spec/plugman/plugins/org.test.shareddeps/plugin.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you 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.
--->
-
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.test.shareddeps"
-    version="1.0.0">
-
-    <name>Sharing Dependencies with the Multi-Child Plugin, woo</name>
-
-    <!-- android -->
-    <platform name="android">
-		<config-file target="AndroidManifest.xml" parent="/manifest">
-			<uses-permission android:name="android.permission.INTERNET"/>
-		</config-file>
-    </platform>
-</plugin>


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