History.txt in ivy4r-0.7.2 vs History.txt in ivy4r-0.7.3

- old
+ new

@@ -1,4 +1,14 @@ +=== 0.7.3 / 2009-09-15 + +* Renamed +ant+ to +ivy4r+ in buildr extension to make more clear what this object does. It is accesible + via call to +project.ivy.ivy4r+, use it in post_resolve or other places where the low level + ivy functions are needed in any way. +* Added access to buildr_extension to get the configured mappings for artifacts to ivy publish names. + I.e. configured +ivy.publish package(:jar) => 'name.jar' + access this hash via +ivy.publish_mappings+ + + === 0.7.2 / 2009-09-08 * Fix bug for creating EARs. The package dependencies are added into the root directory of the EAR.