You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/08/30 02:32:50 UTC

svn commit: r809234 - /buildr/trunk/CHANGELOG

Author: assaf
Date: Sun Aug 30 00:32:50 2009
New Revision: 809234

URL: http://svn.apache.org/viewvc?rev=809234&view=rev
Log:
BUILDR-304 Referencing an existing package task using the package method fails if the package has a custom filename (Rhett Sutphin)

Modified:
    buildr/trunk/CHANGELOG

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=809234&r1=809233&r2=809234&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Aug 30 00:32:50 2009
@@ -1,5 +1,7 @@
 1.3.5 (Pending)
 * Fixed:  BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett Sutphin)
+* Fixed:  BUILDR-304 Referencing an existing package task using the package
+	        method fails if the package has a custom filename (Rhett Sutphin)
 * Added:  BeanShell as default shell for java projects, bsh is small and it's
           syntax provides the closest to an interpreted java. The BeanShell
           console includes a graphical class browser. Shell is named :bsh