From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- app/profile/extensions/moz.build | 7 ---- .../Makefile.in | 10 ------ .../install.rdf.in | 40 ---------------------- .../moz.build | 8 ----- 4 files changed, 65 deletions(-) delete mode 100644 app/profile/extensions/moz.build delete mode 100644 app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in delete mode 100644 app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in delete mode 100644 app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build (limited to 'app/profile/extensions') diff --git a/app/profile/extensions/moz.build b/app/profile/extensions/moz.build deleted file mode 100644 index df43182..0000000 --- a/app/profile/extensions/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -DIRS += ['{972ce4c6-7e08-4474-a285-3208198ce6fd}'] diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in b/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in deleted file mode 100644 index ff9319d..0000000 --- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in +++ /dev/null @@ -1,10 +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/. - -FILES := \ - install.rdf.in \ - $(NULL) -FILES_PATH = $(FINAL_TARGET)/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -PP_TARGETS := FILES diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in b/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in deleted file mode 100644 index f495013..0000000 --- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in +++ /dev/null @@ -1,40 +0,0 @@ - - - - -#filter substitution - - - - - {972ce4c6-7e08-4474-a285-3208198ce6fd} - @MOZ_APP_VERSION@ - - - - - @MOZ_APP_ID@ - @MOZ_APP_VERSION@ - @MOZ_APP_VERSION@ - - - - - Default - The default theme. - - - Moonchild Productions - Mozilla Contributors - - - true - - classic/1.0 - - - diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build b/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build deleted file mode 100644 index e14ac8e..0000000 --- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION'] -DEFINES['MOZ_APP_ID'] = CONFIG['MOZ_APP_ID'] \ No newline at end of file -- cgit v1.2.3