diff options
author | scgilardi <scgilardi@gmail.com> | 2009-05-29 05:26:22 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-05-29 05:26:22 +0000 |
commit | 4336201daedc0087013439d923dc7463291d7891 (patch) | |
tree | 4224172ff39def6c29355943097c18aa88911e94 | |
parent | 391898ad586671a635d17ce5def9f098d250394d (diff) |
load-all: remove auto-agent, uncomment miglayout
-rw-r--r-- | src/clojure/contrib/load_all.clj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/clojure/contrib/load_all.clj b/src/clojure/contrib/load_all.clj index dafaaaf3..0d814ec7 100644 --- a/src/clojure/contrib/load_all.clj +++ b/src/clojure/contrib/load_all.clj @@ -32,7 +32,6 @@ (def *all-contrib-libs* '[ accumulators apply-macro -auto-agent combinatorics command-line complex-numbers @@ -61,7 +60,7 @@ lazy-xml macro-utils macros math -;; miglayout +miglayout mmap monads ns-utils |