diff options
Diffstat (limited to 'addon-sdk/source/test/addons/require/packages/tabs')
3 files changed, 0 insertions, 13 deletions
diff --git a/addon-sdk/source/test/addons/require/packages/tabs/main.js b/addon-sdk/source/test/addons/require/packages/tabs/main.js deleted file mode 100644 index 871c9e4de..000000000 --- a/addon-sdk/source/test/addons/require/packages/tabs/main.js +++ /dev/null @@ -1,5 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -exports.id = "tabs-main"; diff --git a/addon-sdk/source/test/addons/require/packages/tabs/package.json b/addon-sdk/source/test/addons/require/packages/tabs/package.json deleted file mode 100644 index 2446c2e53..000000000 --- a/addon-sdk/source/test/addons/require/packages/tabs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "id": "test-panel" -}
\ No newline at end of file diff --git a/addon-sdk/source/test/addons/require/packages/tabs/page-mod.js b/addon-sdk/source/test/addons/require/packages/tabs/page-mod.js deleted file mode 100644 index 6c90f46c1..000000000 --- a/addon-sdk/source/test/addons/require/packages/tabs/page-mod.js +++ /dev/null @@ -1,5 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -exports.id = "page-mod"; |