Skip to content

Commit

Permalink
386653 Remove dependency on nsBuildID.h, whose recent death is causin…
Browse files Browse the repository at this point in the history
…g build failures. Introduce CmXULAppInfo, an nsIXULAppInfo implementation, and build system support to maintain the build ID ourselves. r=smorgan, also examined by ardisonne, sr=me for camino, checking in now to clear the build failures
  • Loading branch information
markmentovai committed Jul 11, 2007
1 parent 7f47643 commit 504a325
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions xpfe/global/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk

DIRS = resources

CHROME_DEPS = build.dtd buildconfig.html
CHROME_DEPS = buildconfig.html

include $(topsrcdir)/config/rules.mk

Expand All @@ -60,12 +60,6 @@ CHROME_PLATFORM = unix
endif
endif

GARBAGE += build.dtd

build.dtd: build.dtd.in $(DEPTH)/config/build_number
@$(RM) -f $@
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/build.dtd.in

libs realchrome::
@$(REGCHROME) locale en-US/global-platform/$(CHROME_PLATFORM) en-US.jar

Expand Down
1 change: 0 additions & 1 deletion xpfe/global/build.dtd.in

This file was deleted.

1 change: 0 additions & 1 deletion xpfe/global/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ toolkit.jar:
content/global/aboutAbout.html (resources/content/aboutAbout.html)
content/global/hiddenWindow.xul (resources/content/hiddenWindow.xul)
content/global/fullScreen.js (resources/content/fullScreen.js)
content/global/build.dtd (build.dtd)
content/global/nsWidgetStateManager.js (resources/content/nsWidgetStateManager.js)
#endif

Expand Down

0 comments on commit 504a325

Please sign in to comment.