Closed
Bug 99186
Opened 23 years ago
Closed 23 years ago
Remove acceptlanguage.properties from the build
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: jbetak, Assigned: jbetak)
Details
(Keywords: intl)
Attachments
(1 file)
5.79 KB,
patch
|
tao
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
this file has been deprecated and is not being used abywhere in the product. It
should be removed.
Please feel free to assign this to me.
Assignee | ||
Comment 1•23 years ago
|
||
Comment 3•23 years ago
|
||
tao: do we have to worry about package file?
===== cc'ing tao@netscape.com
The three packages files, package-{mac,unix,win}, have been modified to take
this file out. Since this is not a chrome file, we should be OK.
FYI. lxr shows these:
/build/mac/build_scripts/MozillaBuildList.pm, line 207 --
MakeAlias(":mozilla:intl:uconv:src:acceptlanguage.properties", "$resource_dir");
/build/mac/build_scripts/MozillaBuildList.pm, line 210 --
MakeAlias(":mozilla:intl:uconv:src:acceptlanguage.properties", "$resource_dir");
/intl/uconv/src/Makefile.in, line 78 -- $(srcdir)/acceptlanguage.properties \
/intl/uconv/src/makefile.win, line 118 -- $(MAKE_INSTALL)
.\acceptlanguage.properties $(DIST)\bin\res
/intl/uconv/src/makefile.win, line 124 -- rm -f
$(DIST)\bin\res\acceptlanguage.properties
/embedding/config/basebrowser-unix, line 212 -- res/acceptlanguage.properties
/embedding/config/basebrowser-win, line 220 -- res\acceptlanguage.properties
/xpinstall/packager/packages-mac, line 218 -- viewer:res:acceptlanguage.properties
/xpinstall/packager/packages-unix, line 268 -- bin/res/acceptlanguage.properties
/xpinstall/packager/packages-static-unix, line 188 --
bin/res/acceptlanguage.properties
Assignee | ||
Comment 6•23 years ago
|
||
thanks Roy! Accepting - tao would you feel comfortable giving it an "r"?
Status: NEW → ASSIGNED
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → mozilla0.9.5
Attachment #49837 -
Flags: review+
Assignee | ||
Comment 7•23 years ago
|
||
moving to M096. Tao would you be able to review this bug?
Target Milestone: mozilla0.9.5 → mozilla0.9.1
Comment on attachment 49837 [details] [diff] [review]
diff -u -w -b
r=tao
Assignee | ||
Comment 10•23 years ago
|
||
Chris, would you be able to sr this bug? It's a clean-up issue.
Comment 11•23 years ago
|
||
Comment on attachment 49837 [details] [diff] [review]
diff -u -w -b
sr=blizzard
Attachment #49837 -
Flags: superreview+
Assignee | ||
Comment 12•23 years ago
|
||
checked in - thanks everyone!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Verify fixed with build 2001-10-29 trunk on Win, Mac and Linux.
You need to log in
before you can comment on or make changes to this bug.
Description
•