Author: boisvert
Date: Mon Sep 28 17:40:06 2009
New Revision: 819660
URL: http://svn.apache.org/viewvc?rev=819660&view=rev
Log:
Update CHANGELOG for BUIDLR-322
Modified:
buildr/trunk/CHANGELOG
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=819660&r1=819659&r2=819660&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Mon Sep 28 17:40:06 2009
@@ -24,6 +24,8 @@
* Fixed: BUILDR-315 Fix Eclipse .classpath for local libraries (Mat Schaffer)
* Fixed: BUILDR-304 Referencing an existing package task using the package
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)
1.3.4 (2009-04-21)
* Added: BUILDR-93 Add specs for ScalaCheck integration