Closed
Bug 7104
Opened 26 years ago
Closed 26 years ago
Patch for xpcom/tests/Makefile.in
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: andreas.otte, Assigned: dp)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
After the XPCOM 2.0 landing, this patch will copy the needed resource for
PropertiesTest into mozilla/dist/bin/res:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/xpcom/tests/Makefile.in,v
retrieving revision 1.14
diff -r1.14 Makefile.in
110a111,117
>
> EXPORT_RESOURCE = \
> $(srcdir)/test.properties \
> $(NULL)
>
> install::
> $(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res
Reporter | ||
Comment 1•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Checking in Makefile.in;
/cvsroot/mozilla/xpcom/tests/Makefile.in,v <-- Makefile.in
new revision: 1.15; previous revision: 1.14
done
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
code level fix, marking verified per developer input
You need to log in
before you can comment on or make changes to this bug.
Description
•