Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-19 | Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4 | Stuart Sierra | |
2010-12-19 | Copy private print-doc from clojure.repl | Stuart Sierra | |
2010-12-19 | Fix parent POM | Stuart Sierra | |
2010-12-19 | Revert top-level POM to 1.3.0-alpha3 state | Stuart Sierra | |
2010-12-19 | Revert parent POM to 1.3.0-alpha3 state | Stuart Sierra | |
2010-12-19 | Fix repository ID in top-level | Stuart Sierra | |
2010-12-19 | Fix repository ID | Stuart Sierra | |
2010-12-19 | Add distributionManagement to parent POM | Stuart Sierra | |
2010-12-19 | Add snapshotRepository | Stuart Sierra | |
2010-12-19 | Revert to non-inherited POMs for local -alpha4 release | Stuart Sierra | |
2010-12-19 | where did that octothorpe come from? | Stuart Halloway | |
2010-12-19 | don't recur across try | Stuart Halloway | |
2010-11-30 | Fix unicode characters in JSON docstrings | Stuart Sierra | |
2010-11-30 | Document JSON option; refs #100 CONTRIB-100 | Stuart Sierra | |
2010-11-30 | Add option to NOT escape Unicode; refs #100 CONTRIB-100 | Stuart Sierra | |
2010-11-26 | Moved the documentation into the namespace doc string so that autodoc will ↵ | Tom Faulhaber | |
pick it up. | |||
2010-11-26 | Add pom.contrib parent to top-level POM | Stuart Sierra | |
2010-11-26 | Remove <repository> from top-level POM | Stuart Sierra | |
2010-11-26 | Add/fix SCM info in POMs | Stuart Sierra | |
2010-11-26 | parent POM to depend on pom.contrib 0.0.19 | Stuart Sierra | |
2010-11-26 | Handle quotes in JSON keys correctly; refs #98 | Stuart Sierra | |
2010-11-26 | Adapt POMs to use new contrib parent POM | Stuart Sierra | |
2010-11-24 | Refer to clojure.java.io/file since we use it | Tom Faulhaber | |
2010-11-23 | Replace occurences of "as-str" with "name" since that is the new way. | Tom Faulhaber | |
2010-11-07 | Reset versions to 1.3.0-SNAPSHOT | Stuart Sierra | |
2010-11-07 | Set all versions to 1.3.0-alpha31.3.0-alpha3 | Stuart Sierra | |
2010-10-26 | Revert all versions to 1.3.0-SNAPSHOT for development | Stuart Sierra | |
2010-10-26 | Update all versions to 1.3.0-alpha2 release | Stuart Sierra | |
2010-10-26 | Update maven-release-plugin to version 2.1 | Stuart Sierra | |
2010-10-26 | Revert "Move complete & standalone modules to end of top-level build" | Stuart Sierra | |
This reverts commit d183b5202df5253c8503331f8b15716074b50728. It didn't work, release still fails, probably needs separate install step first. | |||
2010-10-26 | Merge branch 'master' of github.com:clojure/clojure-contrib | Stuart Sierra | |
2010-10-26 | Move complete & standalone modules to end of top-level build; maybe avoid ↵ | Stuart Sierra | |
dependency errors on release | |||
2010-10-26 | generic: remove superfluous use clause | Konrad Hinsen | |
2010-10-26 | Move clojure.version to 1.3.0-alpha2 in prep for alpha2 contrib release | Stuart Sierra | |
2010-10-26 | Rename Var.getRoot to Var.getRawRoot | Stuart Sierra | |
2010-10-24 | macro-utils: declared rebound vars as :dynamic | Konrad Hinsen | |
2010-10-05 | Fix URL of XMLSchema-instance namespace in pom.xml | Andreas Brenk | |
2010-10-05 | Use ${project.version} to reference artifacts in standalone module | Andreas Brenk | |
2010-10-05 | Simplify building against a custom Clojure JAR. | Andreas Brenk | |
Signed-off-by: Andreas Brenk <mail@andreasbrenk.com> | |||
2010-10-02 | Merge branch 'master' of github.com:clojure/clojure-contrib | Stuart Sierra | |
2010-10-02 | t100: added c.c.java-utils to c.c.standalone | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-10-02 | t100: removed deprecated functions form c.c.java-utils | Ben Smith-Mannschott | |
removed: relative-path-string, as-file, file, as-str, delete-file, delete-file-recursively, as-url, wall-hack-method, wall-hack-field use instead: clojure.java.io and clojure.contrib.reflections Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-10-02 | t100: revert "removed deprecated clojure.contrib.java-utils" | Ben Smith-Mannschott | |
This reverts commit cb832f62e793023af70e465d878ab0dea1250b5b. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-10-01 | Fix out of date github URLs in docs | Chouser | |
2010-10-01 | Fix failing Boolean test in c.c.jmx | Stuart Sierra | |
2010-10-01 | Merge branch 'abrenk-build' | Stuart Sierra | |
2010-10-01 | Add separate module for standalone uberjar. | Andreas Brenk | |
Dependency on single, large JAR: groupId: org.clojure.contrib artifactId: standalone version: 1.3.0-SNAPSHOT Dependency on multiple, small JARs: groupId: org.clojure.contrib artifactId: complete version: 1.3.0-SNAPSHOT | |||
2010-10-01 | Fix build of complete/standalone artifact. | Andreas Brenk | |
Dependency on single, large JAR: groupId: org.clojure.contrib artifactId: clojure-contrib version: 1.3.0-SNAPSHOT classifier: standalone Dependency on multiple, small JARs: groupId: org.clojure.contrib artifactId: complete version: 1.3.0-SNAPSHOT | |||
2010-09-30 | Restore examples lost during modules split, ↵ | Chouser | |
a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5 | |||
2010-09-28 | Back to version 1.3.0-SNAPSHOT on all modules | Stuart Sierra | |