I'm working on adding Clojure support and have a question about packaging.
One common way to package up Clojure projects is put both the Clojure .clj source files and all the .class files in a single jar file. Can someone give me some pointers on how to do that? Cheers, Chris Dean
