aboutsummaryrefslogtreecommitdiff
path: root/modules/gen-html-docs
diff options
context:
space:
mode:
authorBen Smith-Mannschott <bsmith.occs@gmail.com>2010-08-24 20:20:55 +0200
committerStuart Sierra <mail@stuartsierra.com>2010-09-03 12:23:36 -0400
commit51e2efbe391e4a45fb6fcbc8b7954ed0b32e5f03 (patch)
tree1cdf4a79d7a7fa2a1d13e0daca592e08e56149bb /modules/gen-html-docs
parentb356e2ee0bebfa99bf8fcc6da25c748ad9355adb (diff)
removed c.c.shell and c.c.shell-out
Both are deprecated in 1.2 and have been replaced by clojure.java.shell. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
Diffstat (limited to 'modules/gen-html-docs')
-rw-r--r--modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj b/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
index 466c3fb4..2e54aeee 100644
--- a/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
+++ b/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
@@ -509,7 +509,6 @@ emits the generated HTML to the path named by path."
'clojure.contrib.repl-utils
'clojure.contrib.seq
'clojure.contrib.server-socket
- 'clojure.contrib.shell
'clojure.contrib.sql
'clojure.contrib.stream-utils
'clojure.contrib.string
@@ -532,7 +531,6 @@ emits the generated HTML to the path named by path."
'clojure.contrib.test-clojure.printer
'clojure.contrib.test-clojure.reader
'clojure.contrib.test-clojure.sequences
- 'clojure.contrib.test-contrib.shell
'clojure.contrib.test-contrib.string
'clojure.contrib.zip-filter.xml
]))