=== 0.7.1 / 2009-08-24 * Fix bug that manual added dependencies are overwritten for package task issue 1: http://github.com/klaas1979/ivy4r/issues#issue/1 * possible to add manual dependencies for compile and test as for package === 0.7.0 / 2009-07-20 * It is possible to register +post_resolve+ actions via blocks: ivy.post_resolve {...} * support for generic configuration syntax via +method_missing+: Any method combination of TARGETS [:compile, :test, :package] and TYPES [:conf, :include, :exclude] is valid. It is possible to set all confs at once: +ivy.conf :compile => 'conf', :package => 'other', :test => ['still', 'other'] Or to set the complete package options: +ivy.package :conf => 'prod', :include => /includepattern/, :exclude => /excludepattern/+ Or to set a specific value via a complete call like: +ivy.compile_conf [...] or ivy.conf_test [...] or ivy.package.include [...] * more include/exclude possibilities, support to include and exclude for compile and test targets using +ivy.include :compile => [pattern list]+ or +ivy.exclude+ * small refactorings === 0.6.0 / 2009-07-08 * added support for the +ide+ targets +eclipse+, +idea+ and +idea7x+ * gem needs +facets+ === 0.5.3 / 2009-06-24 * bugfixes === 0.5.2 / 2009-06-24 * bugfixes === 0.5.1 / 2009-06-24 * small improvements in rakefile (execute test for some targets) * publish to rubyforge "hamburg.rb" === 0.5.0 / 2009-06-23 * use ivy4r-jars to get needed jars from to separate the ruby source from the dependencies and make the gem smaller. === 0.4.0 / 2009-06-23 * added rake/ivy_extension similar to buildr/ivy_extension to help use ivy4r in rake === 0.3.0 / 2009-06-20 * added ant*.jar to gem so that user does not need to have a local ant installation === 0.2.0 / 2009-06-18 * added the Buildr ivy_extension to include ivy in buildr for dependency managment * small improvements in documentation === 0.1.0 / 2009-06-17 * initial release * support for nearly all basic IVY Ant targets * basic validation of parameters