Closed
Bug 413484
Opened 18 years ago
Closed 18 years ago
cvs remove unused files from calendar/resources/content
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.8
People
(Reporter: sipaq, Assigned: sipaq)
Details
Attachments
(1 file)
|
103.56 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
We currently do not package the following files:
- calPrintEngine.css
- calPrintEngine.js
- calPrintEngine.xul
- calendarService.js
- outlookImportBooleanDialog.js
- outlookImportBooleanDialog.xul
- selectAddressesDialog.js
Therefore they should be cvs removed.
In addition I'd like to package the sound.wav file directly in calendar/resources/jar.mn instead of calendar/base/jar.mn
The opposite should be done for the calendar-dnd-listener.js file.
Comment 1•18 years ago
|
||
Additionally
agenda-tree-overlay.xul
agenda-tree.js
in calendar/lightning/content should also be removed
Comment 2•18 years ago
|
||
(In reply to comment #0)
> We currently do not package the following files:
[...]
> - calendarService.js
[...]
> Therefore they should be cvs removed.
calendarService.js is directly packaged because it's a component, also see http://mxr.mozilla.org/seamonkey/source/calendar/installer/windows/packages-static#226 for windows packaging.
| Assignee | ||
Comment 3•18 years ago
|
||
Attachment #299264 -
Flags: review?(ctalbert)
| Assignee | ||
Updated•18 years ago
|
Attachment #299264 -
Flags: review?(ctalbert) → review?(philipp)
Comment 4•18 years ago
|
||
Comment on attachment 299264 [details] [diff] [review]
Patch
Why should sound.wav go into resources? It is used by both sunbird and lightning, and we are rather trying to get rid of resources/
otherwise r=philipp
Attachment #299264 -
Flags: review?(philipp) → review+
| Assignee | ||
Comment 5•18 years ago
|
||
Philipp, sound.wav does not go into resources, it is already there!
See http://lxr.mozilla.org/seamonkey/source/calendar/resources/content/sound.wav
The patch just fixes the issue of sound.wav being included in base, which makes no sense, since there is jar.mn file in resources as well.
Comment 6•18 years ago
|
||
As far as I know, the resources/ dir is not in the lightning Makefile.in, so the jar.mn in resources is never parsed for lightning.
| Assignee | ||
Comment 7•18 years ago
|
||
Patch checked in on HEAD and MOZILLA_1_8_BRANCH after discussion with Philipp on IRC. His comment 6 is obsolete.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Target Milestone: --- → 0.8
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•