aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2010-12-19Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4Stuart Sierra
2010-12-19Copy private print-doc from clojure.replStuart Sierra
2010-12-19Fix parent POMStuart Sierra
2010-12-19Revert parent POM to 1.3.0-alpha3 stateStuart Sierra
2010-12-19Fix repository IDStuart Sierra
2010-12-19Add distributionManagement to parent POMStuart Sierra
2010-12-19Revert to non-inherited POMs for local -alpha4 releaseStuart Sierra
2010-12-19where did that octothorpe come from?Stuart Halloway
2010-12-19don't recur across tryStuart Halloway
2010-11-30Fix unicode characters in JSON docstringsStuart Sierra
2010-11-30Document JSON option; refs #100 CONTRIB-100Stuart Sierra
2010-11-30Add option to NOT escape Unicode; refs #100 CONTRIB-100Stuart Sierra
2010-11-26Moved the documentation into the namespace doc string so that autodoc will ↵Tom Faulhaber
pick it up.
2010-11-26Add/fix SCM info in POMsStuart Sierra
2010-11-26parent POM to depend on pom.contrib 0.0.19Stuart Sierra
2010-11-26Handle quotes in JSON keys correctly; refs #98Stuart Sierra
2010-11-26Adapt POMs to use new contrib parent POMStuart Sierra
2010-11-24Refer to clojure.java.io/file since we use itTom Faulhaber
2010-11-23Replace occurences of "as-str" with "name" since that is the new way.Tom Faulhaber
2010-11-07Reset versions to 1.3.0-SNAPSHOTStuart Sierra
2010-11-07Set all versions to 1.3.0-alpha31.3.0-alpha3Stuart Sierra
2010-10-26Revert all versions to 1.3.0-SNAPSHOT for developmentStuart Sierra
2010-10-26Update all versions to 1.3.0-alpha2 releaseStuart Sierra
2010-10-26generic: remove superfluous use clauseKonrad Hinsen
2010-10-26Move clojure.version to 1.3.0-alpha2 in prep for alpha2 contrib releaseStuart Sierra
2010-10-26Rename Var.getRoot to Var.getRawRootStuart Sierra
2010-10-24macro-utils: declared rebound vars as :dynamicKonrad Hinsen
2010-10-05Fix URL of XMLSchema-instance namespace in pom.xmlAndreas Brenk
2010-10-05Use ${project.version} to reference artifacts in standalone moduleAndreas Brenk
2010-10-05Simplify building against a custom Clojure JAR.Andreas Brenk
Signed-off-by: Andreas Brenk <mail@andreasbrenk.com>
2010-10-02Merge branch 'master' of github.com:clojure/clojure-contribStuart Sierra
2010-10-02t100: added c.c.java-utils to c.c.standaloneBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-10-02t100: removed deprecated functions form c.c.java-utilsBen 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-02t100: revert "removed deprecated clojure.contrib.java-utils"Ben Smith-Mannschott
This reverts commit cb832f62e793023af70e465d878ab0dea1250b5b. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-10-01Fix out of date github URLs in docsChouser
2010-10-01Fix failing Boolean test in c.c.jmxStuart Sierra
2010-10-01Add 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-01Fix 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-30Restore examples lost during modules split, ↵Chouser
a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5
2010-09-28Back to version 1.3.0-SNAPSHOT on all modulesStuart Sierra
2010-09-28Merge branch 'fixrelease'Stuart Sierra
Conflicts: modules/parent/pom.xml [resolved] * Must hard-code contrib version number in every POM
2010-09-24Remove assembly from "complete" POMStuart Sierra
2010-09-24Set all version numbers to 1.3.0-alpha1 explicitlyStuart Sierra
2010-09-24cartesian-product nil-arg fix; refs #96Stuart Sierra
2010-09-24Back to SNAPSHOT versionsStuart Sierra
2010-09-24Set release versions to 1.3.0-alpha11.3.0-alpha1Stuart Sierra
2010-09-23Add distributionManagement sections to top-level and parent POMsStuart Sierra
2010-09-23Use clojure.version property in AOT-compiled modulesStuart Sierra
2010-09-23Use clojure.contrib.version property in all modulesStuart Sierra
2010-09-23Create clojure.contrib.version property in parentStuart Sierra