From b92b67e0f5a1af6c9d99fb1cf3965c907e7672b5 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sun, 20 Jun 1999 23:03:27 +0000 Subject: [PATCH] export the history-test files on Mac and Windows, too. git-svn-id: svn://10.0.0.236/trunk@36006 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/history/resources/MANIFEST | 2 ++ mozilla/xpfe/components/history/resources/makefile.win | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/xpfe/components/history/resources/MANIFEST b/mozilla/xpfe/components/history/resources/MANIFEST index 487745bda1a..f81d43906eb 100644 --- a/mozilla/xpfe/components/history/resources/MANIFEST +++ b/mozilla/xpfe/components/history/resources/MANIFEST @@ -1,2 +1,4 @@ history.xul history.css +history-test.xul +history-test.js diff --git a/mozilla/xpfe/components/history/resources/makefile.win b/mozilla/xpfe/components/history/resources/makefile.win index ab3fe3ed4e7..007f5f371ab 100644 --- a/mozilla/xpfe/components/history/resources/makefile.win +++ b/mozilla/xpfe/components/history/resources/makefile.win @@ -22,6 +22,8 @@ DEPTH=..\..\..\.. FILES=\ history.xul \ history.css \ + history-test.xul \ + history-test.js \ $(NULL) include <$(DEPTH)\config\rules.mak>