From b4765403eddf9db69a813a64532fcc5388acb27e Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Thu, 12 Jan 2006 23:13:13 +0000 Subject: [PATCH] Bug 295023: XULRunner example app doesn't handle flat chrome, patch by Nickolay Ponomarev , r=bsmedberg --- xulrunner/examples/simple/Makefile.in | 1 - xulrunner/examples/simple/chrome.manifest | 0 xulrunner/examples/simple/jar.mn | 8 +++++--- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 xulrunner/examples/simple/chrome.manifest diff --git a/xulrunner/examples/simple/Makefile.in b/xulrunner/examples/simple/Makefile.in index afd6d6236f5..44d01f1c65c 100644 --- a/xulrunner/examples/simple/Makefile.in +++ b/xulrunner/examples/simple/Makefile.in @@ -49,7 +49,6 @@ DIRS = components PREF_JS_EXPORTS = $(srcdir)/simple-prefs.js DIST_FILES = application.ini -DIST_CHROME_FILES = chrome.manifest ifneq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT))) ICONS = icons/simple.ico diff --git a/xulrunner/examples/simple/chrome.manifest b/xulrunner/examples/simple/chrome.manifest deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/xulrunner/examples/simple/jar.mn b/xulrunner/examples/simple/jar.mn index b603d8a1207..5b007d17a90 100644 --- a/xulrunner/examples/simple/jar.mn +++ b/xulrunner/examples/simple/jar.mn @@ -1,6 +1,8 @@ simple.jar: -* content/simple/simple.xul (content/simple.xul) - content/simple/simple.js (content/simple.js) +% content simple %content/ +* content/simple.xul (content/simple.xul) + content/simple.js (content/simple.js) en-US.jar: - locale/en-US/simple/simple.dtd (locale/simple.dtd) +% locale simple en-US %locale/en-US/ + locale/en-US/simple.dtd (locale/simple.dtd)