Author: boisvert
Date: Wed Sep 30 22:45:49 2009
New Revision: 820486
URL: http://svn.apache.org/viewvc?rev=820486&view=rev
Log:
Give credit where credit is due.
Modified:
buildr/trunk/CHANGELOG
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=820486&r1=820485&r2=820486&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Wed Sep 30 22:45:49 2009
@@ -26,7 +26,7 @@
method fails if the package has a custom filename (Rhett Sutphin)
* Fixed: BUILDR-322 When specifying files (instead of directories) as sources
for compile task,
Buildr uses target directory timestamp only (not compiled output
timestamp)
-* Fixed: BUILDR-324: Regression - baseDir system property is not set when
executing tests
+* Fixed: BUILDR-324: Regression - baseDir system property is not set when
executing tests [Alexis Midon]
1.3.4 (2009-04-21)
* Added: BUILDR-93 Add specs for ScalaCheck integration