diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 13:08:32 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 13:08:32 -0700 |
commit | addc9c1460d56074962d85a99685573319a3c496 (patch) | |
tree | 39212a9d36177d9a17ca5c2c8a264d50712d4f02 | |
parent | e456075c7dfc280e3371e9681fd4ff83b4f14896 (diff) |
GitHub's rendering of the README was grabbing the ) at the end of parenthesized
URLs, so I added an ugly space before the ).
-rw-r--r-- | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,9 +16,9 @@ Issues are maintained in the Assembla space at http://www.assembla.com/spaces/da For the latest documentation of the capabilities and APIs available in clojure-contrib, please see http://richhickey.github.com/clojure-contrib/ -General discussion occurs in the Clojure Google group (http://groups.google.com/group/clojure) +General discussion occurs in the Clojure Google group (http://groups.google.com/group/clojure ) and developer discussions are in the Clojure Dev Google group -(http://groups.google.com/group/clojure-dev). +(http://groups.google.com/group/clojure-dev ). Building Clojure-contrib @@ -37,7 +37,7 @@ ant -Dclojure.jar=<path> This will produce a clojure-contrib.jar file that you can add to your classpath. The nightly-build and stable-build targets are intended for use on the -Tapestry360 continuous integration server (http://tapestry.formos.com/bamboo). +Tapestry360 continuous integration server (http://tapestry.formos.com/bamboo ). They require the presense of the Maven Ant Tasks in the Ant lib folder. @@ -48,7 +48,7 @@ There are currently two versions of clojure-contrib, stored in separate branches on github. The master branch represents the latest and greatest contrib code and -is tied to the master branch of clojure (http://github.com/richhickey/clojure). +is tied to the master branch of clojure (http://github.com/richhickey/clojure ). If you're using this branch, you'll want to be sure to keep your clojure and clojure-contrib code in sync, though breaking changes between them are pretty rare in practice. |