diff options
author | Ben Smith-Mannschott <bsmith.occs@gmail.com> | 2010-08-24 20:20:55 +0200 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-03 12:23:36 -0400 |
commit | 51e2efbe391e4a45fb6fcbc8b7954ed0b32e5f03 (patch) | |
tree | 1cdf4a79d7a7fa2a1d13e0daca592e08e56149bb /pom.xml | |
parent | b356e2ee0bebfa99bf8fcc6da25c748ad9355adb (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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -76,8 +76,6 @@ <module>modules/seq-utils</module> <module>modules/server-socket</module> <module>modules/set</module> - <module>modules/shell</module> - <module>modules/shell-out</module> <module>modules/singleton</module> <module>modules/sql</module> <module>modules/str-utils</module> |