246316 - DOM inspector shown in EM even though not installed. DOMi isn't really an extension, so we won't show it as one.

This commit is contained in:
ben%bengoodger.com 2004-07-13 06:31:09 +00:00
Родитель 6229a5939d
Коммит d29880921c
4 изменённых файлов: 1 добавлений и 71 удалений

Просмотреть файл

@ -21,7 +21,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = {641d8d09-7dda-4850-8228-ac0ab65e2ac9} {972ce4c6-7e08-4474-a285-3208198ce6fd}
DIRS = {972ce4c6-7e08-4474-a285-3208198ce6fd}
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,2 +1 @@
theme,{972ce4c6-7e08-4474-a285-3208198ce6fd}
extension,{641d8d09-7dda-4850-8228-ac0ab65e2ac9}

Просмотреть файл

@ -1,35 +0,0 @@
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (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.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# Contributor(s):
#
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
FILES := \
install.rdf \
$(NULL)
FILES := $(addprefix $(srcdir)/, $(FILES))
libs::
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/extensions/{641d8d09-7dda-4850-8228-ac0ab65e2ac9}
install::
$(SYSINSTALL) $(IFLAGS1) $(FILES) $(DESTDIR)$(mozappdir)/defaults/profile/extensions/{641d8d09-7dda-4850-8228-ac0ab65e2ac9}

Просмотреть файл

@ -1,34 +0,0 @@
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{641d8d09-7dda-4850-8228-ac0ab65e2ac9}</em:id>
<em:version>1.0</em:version>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>0.8</em:minVersion>
<em:maxVersion>0.9</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>DOM Inspector</em:name>
<em:description>A powerful tool for viewing and manipulating documents.</em:description>
<em:creator>Joe Hewitt</em:creator>
<em:locked>true</em:locked>
<!-- Front End Integration Hooks (used by Extension Manager)-->
<!-- Packages, Skins and Locales that this extension registers -->
<!-- XXXben - inspector does not list these here as they are built and
installed by the build process -->
</Description>
</RDF>