aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/development-mode/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/addon-sdk-1.3/packages/development-mode/docs')
-rw-r--r--tools/addon-sdk-1.3/packages/development-mode/docs/bootstrap.md6
-rw-r--r--tools/addon-sdk-1.3/packages/development-mode/docs/main.md5
2 files changed, 0 insertions, 11 deletions
diff --git a/tools/addon-sdk-1.3/packages/development-mode/docs/bootstrap.md b/tools/addon-sdk-1.3/packages/development-mode/docs/bootstrap.md
deleted file mode 100644
index 2e0156a..0000000
--- a/tools/addon-sdk-1.3/packages/development-mode/docs/bootstrap.md
+++ /dev/null
@@ -1,6 +0,0 @@
-This module contains functionality that allows a program to
-"bootstrap" other programs: that is, set up a runtime
-environment for them and execute them.
-
-At present, the functions defined by this module are
-implementation-specific and subject to change.
diff --git a/tools/addon-sdk-1.3/packages/development-mode/docs/main.md b/tools/addon-sdk-1.3/packages/development-mode/docs/main.md
deleted file mode 100644
index 1669c49..0000000
--- a/tools/addon-sdk-1.3/packages/development-mode/docs/main.md
+++ /dev/null
@@ -1,5 +0,0 @@
-This program simply pings a local "task queue" server using AJAX long
-polling. When a program needs to be run, this program obtains
-a JSON blob containing configuration information from the task queue
-server and uses it to bootstrap the program. This goes on
-indefinitely, until the application exits.