mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
back out changes that were accidentely checked in
This commit is contained in:
parent
8ef2852244
commit
2d5eedd0a5
@ -138,6 +138,4 @@ CPPSRCS = \
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(MOZ_COMPONENT_LIBS)
|
||||
|
||||
PREF_JS_EXPORTS = $(srcdir)/xforms.js
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -63,11 +63,9 @@ PACKAGE_VERSION = 0.1
|
||||
xpi:
|
||||
@echo Copying files to staging area...
|
||||
rm -rf stage
|
||||
$(INSTALL) -D stage
|
||||
$(NSINSTALL) -D stage
|
||||
$(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -o $(PKGCP_PLATFORM) -s $(DIST)/bin -d stage -f $(srcdir)/$(PACKAGE_FILE) -v
|
||||
$(INSTALL) $(srcdir)/install.rdf stage/xforms
|
||||
$(INSTALL) -D stage/xforms/defaults/preferences
|
||||
$(INSTALL) $(srcdir)/../xforms.js stage/xforms/defaults/preferences
|
||||
$(NSINSTALL) $(srcdir)/install.rdf stage/xforms
|
||||
@echo Creating install.js...
|
||||
rm -f xforms.js
|
||||
$(PERL) $(topsrcdir)/toolkit/mozapps/installer/makejs.pl $(srcdir)/xforms.jst $(PACKAGE_VERSION) stage/xforms
|
||||
|
@ -11,9 +11,6 @@ if (verifyDiskSpace(fProgram, srChrome + srComponents))
|
||||
logComment("addDirectory components: " + err);
|
||||
err = addDirectory("", "0.1", "chrome", fProgram, "chrome", true);
|
||||
logComment("addDirectory chrome: " + err);
|
||||
err = addFile("", "0.1", "defaults/preferences/xforms.js", fProgram,
|
||||
"defaults/pref/xforms.js", true);
|
||||
logComment("addFile xforms.js: " + err);
|
||||
|
||||
registerChrome(PACKAGE | DELAYED_CHROME, getFolder("Chrome", "xforms.jar"),
|
||||
"content/xforms/");
|
||||
|
@ -1 +0,0 @@
|
||||
pref("general.useragent.productComment", "xforms/1.0");
|
Loading…
Reference in New Issue
Block a user