summaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Collapse)Author
2009-04-28copy versioned jars to unversioned on build, patch from Rich Hickey
laurent.petit made :major :minor :incremental parts of *clojure-version* integers
2009-04-27added support for versioned builds, alignment with *clojure-version*, ↵Rich Hickey
(clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
2009-04-27got rid of assert-if-lazy-seq, if*, and if as macroRich Hickey
2009-04-14Build patch: install results to local Maven repository [issue 105], patch ↵Rich Hickey
from hlship
2009-02-21improved Maven integration [issue 70], patch from hlshipRich Hickey
2009-02-17merged lazy branch -r1236:1286Rich Hickey
2009-02-11Revert: improved Maven integration, patch from hlship [issue 70], broke ↵Rich Hickey
destination directories
2009-02-11improved Maven integration, patch from hlship [issue 70]Rich Hickey
2008-12-29unified clojure.main, patch from Stephen C. GilardiRich Hickey
2008-12-17made default build run cleanRich Hickey
2008-11-26added clojure.main, patch from Stephen C. GilardiRich Hickey
2008-11-14added precompilation of base library .cljs into clojure.jar, patch from ↵Rich Hickey
Stuart Sierra
2008-11-08Interim checkin - DO NOT USE!!Rich Hickey
Unless you are interested in helping test: Moved clojure ns to clojure.core, moved set/xml etc up out of dirs New binding syntax (breaking change) for: doseq dotimes with-open when-first if-let when-let plus: new print-dup functionality for replica generation of compilation constants new *print-dup* flag, prints duplicators back to simplified readably printing for repl readable fns, as long as they are not closures
2008-10-27added 1.5 target to build.xmlRich Hickey
2008-07-29moved clj files into src/clj/Rich Hickey
2008-07-29updated docs and example, from ChouserRich Hickey
2008-01-28interim checkin, do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2007-10-30added (non-definitive) ant and maven build scriptsRich Hickey