From 3450e02409c15e5bcb6a7fe21daedf9f2ea5a2a9 Mon Sep 17 00:00:00 2001
From: "mattwillis%gmail.com" <mattwillis%gmail.com>
Date: Sat, 13 May 2006 14:17:22 +0000
Subject: [PATCH] bug 267789  bustage fix

---
 client.mk                        |  2 ++
 extensions/inspector/Makefile.in | 11 ++++++-----
 extensions/inspector/install.rdf |  9 +++++++++
 extensions/inspector/jar.mn      |  2 ++
 4 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/client.mk b/client.mk
index b027a7aed6733..2384ef45b98be 100644
--- a/client.mk
+++ b/client.mk
@@ -193,6 +193,8 @@ LOCALES_core :=                                 \
 BOOTSTRAP_core :=                               \
   mozilla/browser/config/version.txt            \
   mozilla/mail/config/version.txt               \
+  mozilla/calendar/sunbird/config/version.txt   \
+  $(NULL)
 
 MODULES_NS_toolkit :=                           \
   $(MODULES_NS_core)                            \
diff --git a/extensions/inspector/Makefile.in b/extensions/inspector/Makefile.in
index 1a3d0c24f9598..5734e74038c3f 100644
--- a/extensions/inspector/Makefile.in
+++ b/extensions/inspector/Makefile.in
@@ -65,11 +65,12 @@ DIST_FILES = install.rdf
 # that we've even pulled those files. So we hardcode them.
 
 XULAPP_DEFINES = \
-	-DFIREFOX_VERSION=$(FIREFOX_VERSION) \
-	-DTHUNDERBIRD_VERSION=$(THUNDERBIRD_VERSION) \
-	-DSEAMONKEY_VERSION=$(SEAMONKEY_VERSION) \
-	-DEXTENSION_VERSION=$(MOZILLA_VERSION) \
-	$(NULL)
+    -DFIREFOX_VERSION=$(FIREFOX_VERSION) \
+    -DTHUNDERBIRD_VERSION=$(THUNDERBIRD_VERSION) \
+    -DSUNBIRD_VERSION=$(SUNBIRD_VERSION) \
+    -DSEAMONKEY_VERSION=$(SEAMONKEY_VERSION) \
+    -DEXTENSION_VERSION=$(MOZILLA_VERSION) \
+    $(NULL)
 
 include $(topsrcdir)/config/rules.mk
 
diff --git a/extensions/inspector/install.rdf b/extensions/inspector/install.rdf
index d1e30fe22a118..a4c81c87dbf85 100644
--- a/extensions/inspector/install.rdf
+++ b/extensions/inspector/install.rdf
@@ -26,6 +26,15 @@
       </Description>
     </em:targetApplication>
 
+    <em:targetApplication>
+      <!-- Sunbird -->
+      <Description>
+        <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
+        <em:minVersion>@SUNBIRD_VERSION@</em:minVersion>
+        <em:maxVersion>@SUNBIRD_VERSION@</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+
     <em:targetApplication>
       <!-- Suite -->
       <Description>
diff --git a/extensions/inspector/jar.mn b/extensions/inspector/jar.mn
index ca6eac674daf0..10981210e7eb0 100644
--- a/extensions/inspector/jar.mn
+++ b/extensions/inspector/jar.mn
@@ -4,6 +4,7 @@ inspector.jar:
 % overlay chrome://communicator/content/pref/preftree.xul chrome://inspector/content/prefs/prefsOverlay.xul
 % overlay chrome://browser/content/browser.xul chrome://inspector/content/tasksOverlay-ff.xul
 % overlay chrome://browser/content/macBrowserOverlay.xul chrome://inspector/content/tasksOverlay-ff.xul
+% overlay chrome://calendar/content/calendar.xul chrome://inspector/content/tasksOverlay-sb.xul
 % overlay chrome://messenger/content/mailWindowOverlay.xul chrome://inspector/content/tasksOverlay-tb.xul
 % overlay chrome://inspector/content/commandOverlay.xul chrome://inspector/content/viewers/dom/commandOverlay.xul
 % overlay chrome://inspector/content/commandOverlay.xul chrome://inspector/content/viewers/styleRules/commandOverlay.xul
@@ -29,6 +30,7 @@ inspector.jar:
   content/inspector/statusbarOverlay.xul                              (resources/content/statusbarOverlay.xul)
   content/inspector/tasksOverlay.xul                                  (resources/content/tasksOverlay.xul)
   content/inspector/tasksOverlay-ff.xul                               (resources/content/tasksOverlay-ff.xul)
+  content/inspector/tasksOverlay-sb.xul                               (resources/content/tasksOverlay-sb.xul)
   content/inspector/tasksOverlay-tb.xul                               (resources/content/tasksOverlay-tb.xul)
   content/inspector/editingOverlay.xul                                (resources/content/editingOverlay.xul)
   content/inspector/utilWindow.xul                                    (resources/content/utilWindow.xul)
-- 
GitLab