From 1c99ab93c06eb7673155b7b008a14425e48d5f52 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Sun, 16 Mar 2008 20:30:41 +0000 Subject: [PATCH] Bug 3004 Remove debug robot from build removed robot from the build, this removes it from cvs NPOB toolkit changes r=luser, a=luser --- parser/htmlparser/robot/.cvsignore | 0 parser/htmlparser/robot/Makefile.in | 0 parser/htmlparser/robot/nsDebugRobot.cpp | 0 parser/htmlparser/robot/nsIRobotSink.h | 0 parser/htmlparser/robot/nsIRobotSinkObserver.h | 0 parser/htmlparser/robot/nsRobotSink.cpp | 0 parser/htmlparser/robot/test/.cvsignore | 0 parser/htmlparser/robot/test/Makefile.in | 0 parser/htmlparser/robot/test/RobotMain.cpp | 0 toolkit/toolkit-makefiles.sh | 2 -- 10 files changed, 2 deletions(-) delete mode 100644 parser/htmlparser/robot/.cvsignore delete mode 100644 parser/htmlparser/robot/Makefile.in delete mode 100644 parser/htmlparser/robot/nsDebugRobot.cpp delete mode 100644 parser/htmlparser/robot/nsIRobotSink.h delete mode 100644 parser/htmlparser/robot/nsIRobotSinkObserver.h delete mode 100644 parser/htmlparser/robot/nsRobotSink.cpp delete mode 100644 parser/htmlparser/robot/test/.cvsignore delete mode 100644 parser/htmlparser/robot/test/Makefile.in delete mode 100644 parser/htmlparser/robot/test/RobotMain.cpp diff --git a/parser/htmlparser/robot/.cvsignore b/parser/htmlparser/robot/.cvsignore deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/Makefile.in b/parser/htmlparser/robot/Makefile.in deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/nsDebugRobot.cpp b/parser/htmlparser/robot/nsDebugRobot.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/nsIRobotSink.h b/parser/htmlparser/robot/nsIRobotSink.h deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/nsIRobotSinkObserver.h b/parser/htmlparser/robot/nsIRobotSinkObserver.h deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/nsRobotSink.cpp b/parser/htmlparser/robot/nsRobotSink.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/test/.cvsignore b/parser/htmlparser/robot/test/.cvsignore deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/test/Makefile.in b/parser/htmlparser/robot/test/Makefile.in deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/robot/test/RobotMain.cpp b/parser/htmlparser/robot/test/RobotMain.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/toolkit/toolkit-makefiles.sh b/toolkit/toolkit-makefiles.sh index 8b0a36e8a93..d6e382f87bd 100644 --- a/toolkit/toolkit-makefiles.sh +++ b/toolkit/toolkit-makefiles.sh @@ -106,8 +106,6 @@ MAKEFILES_gfx=" MAKEFILES_htmlparser=" parser/htmlparser/Makefile - parser/htmlparser/robot/Makefile - parser/htmlparser/robot/test/Makefile parser/htmlparser/public/Makefile parser/htmlparser/src/Makefile parser/htmlparser/tests/Makefile