aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-01-30 15:12:49 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-01-30 15:12:49 -0500
commita0f80d127b31b45ad0148ffc2b540c23cc15024f (patch)
tree6e44f56abca7d38d37f138d5d7d712e31e283a92
parent75eaf576f17db49b621aa013ac3edf56cb24d5b8 (diff)
Do not AOT-compile pprint
Need to fix order-of-compilation issues with PrettyWriter and ColumnWriter
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f85e6fc7..48a0098c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,6 @@
<namespace>clojure\.contrib\.fnmap\.PersistentFnMap</namespace>
<namespace>clojure\.contrib\.conditition\.Condition</namespace>
<namespace>clojure\.contrib\.repl-ln</namespace>
- <namespace>clojure\.contrib\.pprint\.ColumnWriter</namespace>
- <namespace>clojure\.contrib\.pprint\.PrettyWriter</namespace>
</namespaces>
</configuration>
<executions>