aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-01-30 19:43:34 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-01-30 19:43:34 -0500
commit3275810556b075ff9a3a0abc0d08b3a19ee46bae (patch)
tree51aeb124027efa7637d7a782ebc0ea04bd6627ce /pom.xml
parenta0f80d127b31b45ad0148ffc2b540c23cc15024f (diff)
pprint: Move gen-class expressions to separate file; refs #65
To avoid order-of-compilation issues, this patch puts the gen-class expressions for ColumnWriter and PrettyWriter in a separate file, rather than in the ns declarations.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 48a0098c..0e9e7385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
<namespace>clojure\.contrib\.fnmap\.PersistentFnMap</namespace>
<namespace>clojure\.contrib\.conditition\.Condition</namespace>
<namespace>clojure\.contrib\.repl-ln</namespace>
+ <namespace>clojure\.contrib\.pprint\.gen-class</namespace>
</namespaces>
</configuration>
<executions>