Closed
Bug 449941
Opened 17 years ago
Closed 17 years ago
comm-central build system shouldn't set webdav as a default extension
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
543 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
Following on from bug 416239, I just noticed that we're doing:
ifdef MOZ_CALENDAR
MOZ_EXTENSIONS += webdav
endif
in {mail,suite}/build.mk
Seeing as webdav is no longer built, we don't need these. Why they haven't be generating errors on local builds, I'm not sure, but here's the patch to remove them anyway.
Attachment #333086 -
Flags: review?(bugspam.Callek)
Comment 1•17 years ago
|
||
Comment on attachment 333086 [details] [diff] [review]
The fix
It probably did not generate errors as there was no explicit removal of mozilla/extensions/webdav in any of our code-use. As previously we checked it out from CVS and thus should still be in all our trees.
Attachment #333086 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Checked in, changeset id: 73:44bca9bebbef
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0alpha
![]() |
||
Updated•17 years ago
|
Product: SeaMonkey → MailNews Core
QA Contact: build-config → build-config
Target Milestone: seamonkey2.0alpha → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•