diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-30 19:43:34 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-30 19:43:34 -0500 |
commit | 3275810556b075ff9a3a0abc0d08b3a19ee46bae (patch) | |
tree | 51aeb124027efa7637d7a782ebc0ea04bd6627ce /pom.xml | |
parent | a0f80d127b31b45ad0148ffc2b540c23cc15024f (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |