aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2010-10-26Move complete & standalone modules to end of top-level build; maybe avoid ↵Stuart Sierra
dependency errors on release
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-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-24Add distribution ZIP/TAR file assemblyStuart 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-23Revert "[maven-release-plugin] prepare release 1.3.0"Stuart Sierra
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c.
2010-09-23Revert "[maven-release-plugin] prepare for next development iteration"Stuart Sierra
This reverts commit d5529fd47a7e0ce4001b2588def1ffcd1fe9e274.
2010-09-17[maven-release-plugin] prepare for next development iterationStuart Sierra
2010-09-17[maven-release-plugin] prepare release 1.3.0Stuart Sierra
2010-09-17Remove extra xmlns declarations from POMs (breaks release plugin)Stuart Sierra
2010-09-17Add latest Maven build plugin to top-level POMStuart Sierra
2010-09-03removed deprecated clojure.contrib.seq-utilsBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03removed deprecated clojure.contrib.pprintBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03removed deprecated clojure.contrib.java-utilsBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03removed deprecated clojure.contrib.duck-streamsBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.stringBen Smith-Mannschott
Since clojure.contrib.string is used by other submodules, some changes were required: - gen-html-docs and prxml needed changes because of functions were renamed or arguments reordered when promoted to clojure.string. - jmx, json, miglayout, prxml and sql gained a private one-argument implementation of as-str. - repl-utils gained a private copy of c.c.string/partition, named spartition. - repl-utils replaced a call to c.c.string/substring? with a call to the java String method '.contains' (with swapped argument order). Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.str-utils2Ben Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.str-utilsBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.ioBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03removed c.c.shell and c.c.shell-outBen Smith-Mannschott
Both are deprecated in 1.2 and have been replaced by clojure.java.shell. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.test-isBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.javadocBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.propertiesBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.http-connectionBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.http-agentBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove derecated clojure.contrib.apply-macroBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-08-20Revert "Remove modules that were deprecated in 1.2"Stuart Sierra
This reverts commit 4e5d98a8840fdeabbb304ca084cb02509dc14393. Too many build dependencies were broken by this change; deprecated modules should be removed one-at-a-time.
2010-08-20Remove modules that were deprecated in 1.2Stuart Sierra
2010-08-13Add 'complete' module to build jar containing all modules.Stuart Sierra
2010-08-10Add test sources to their respective modulesStuart Sierra
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.
2010-04-29Remove gen-class requirement from clojure.contrib.pprint. See #81Tom Faulhaber
2010-04-13test-load-all tries to load all nondeprecated namespacesStuart Halloway
- fixed bug: misspelling in pom - updated gen-html-docs to track c.c.string name changes
2010-03-30troubleshooting build box: another ad hoc exception for read-supportedStuart Halloway
2010-03-30Disable test-jmx temporarilyStuart Sierra
Tests fail on build.clojure.org, see http://build.clojure.org/job/clojure-contrib/46/console
2010-03-19Update POM to clojure-maven-plugin 1.3.2Stuart Sierra
No longer need list of test namespaces to AOT-compile
2010-02-03Re-enable local build with -Dclojure.jar in POMStuart Sierra
2010-02-01Add test namespaces to be compiled in POMStuart Sierra
Current clojure-maven-plugin does not run tests unless they are AOT-compiled.
2010-02-01Set clojure-maven-plugin version in POMStuart Sierra
Older versions may fail to run the build correctly
2010-01-30Fix mis-named ns in pprint.gen-class; refs #66Stuart Sierra
2010-01-30Reenable compiling of test namespaces in POM; refs #65Stuart Sierra
But disable tests of pprint, which fail currently
2010-01-30pprint: Move gen-class expressions to separate file; refs #65Stuart Sierra
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.
2010-01-30Do not AOT-compile pprintStuart Sierra
Need to fix order-of-compilation issues with PrettyWriter and ColumnWriter
2010-01-30Revert "Reenable builds with local clojure.jar"Stuart Sierra
This reverts commit 4e8696e773b7b1b121bab2e56d1fa233a2a28957. Attempted fix doesn't work.
2010-01-29Reenable builds with local clojure.jarStuart Sierra
Corrected POM still has Clojure as a dependency, with an optional profile that allows specifying the location of clojure.jar
2010-01-29Simplify POM, only AOT-compile namespaces that gen-classStuart Sierra
Binary incompatibility of AOT-compiled namespaces makes it desirable to avoid compilation except when needed for gen-class. Also fixes problem of the compilation order being non-deterministic, depending on the underlying filesystem.
2010-01-29Add source encoding UTF-8 to POMStuart Sierra