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 2008/10/02 03:23:34 UTC

svn commit: r700980 - /incubator/buildr/trunk/CHANGELOG

Author: assaf
Date: Wed Oct  1 18:23:34 2008
New Revision: 700980

URL: http://svn.apache.org/viewvc?rev=700980&view=rev
Log:
Sorted changelog entries for pending release by issue number

Modified:
    incubator/buildr/trunk/CHANGELOG

Modified: incubator/buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=700980&r1=700979&r2=700980&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Wed Oct  1 18:23:34 2008
@@ -2,20 +2,20 @@
 * Added:  JtestR support. Implemented pending jtestr specs.
 * Added:  Growl notifications (OS X only).
 * Added:  error, info and trace methods.
-* Added:  BUILDR-128 Emma support
 * Added:  Release task support for alternative SVN repository layout
           (e.g., http://my.repo.org/trunk/foo).
+* Added:  BUILDR-128 Emma support
 * Added:  BUILDR-148 It is now possible to set the version of various 3rd
           party libraries from the build.yml file.  Supported libraries
           include Ant and the various test and BDD frameworks.
 * Change: Error reporting now shows 'buildr aborted!' (used to say rake),
           more of the stack trace without running --trace, and when running
           with supported terminal, error message is red.
-* Change: BUILDR-104 Buildr::group has :under and :version, but not :type.
-          Now it has :type too (Lacton).
 * Change: Eclipse task updated to documented Scala plugin requirements
           (http://www.scala-lang.org/node/94)
 * Change: Buildr.application.buildfile returns a task instead of a String.
+* Change: BUILDR-104 Buildr::group has :under and :version, but not :type.
+          Now it has :type too (Lacton).
 * Change: BUILDR-139 Incremental test run.
 * Change: BUILDR-141 Removed NEXT_VERSION from release task.
 * Change: BUILDR-148 ant-junit no longer included in root classpath, but
@@ -23,11 +23,8 @@
 * Change: BUILDR-153 To customize the SVN tag used by the release task, set
           Release.tag_name to either the tag value or a proc that takes the
           version number and return the desired tag.
-* Fixed:  BUILDR-137 JRuby 1.1.3 and Buildr 1.3.2 don't appear to work
-          (on Windows).
-* Fixed:  BUILDR-135. Extracted reusable replacement logic into Filter::Mapper
-* Fixed:  BUILDR-129. Modifying a project manifest should not alter it's
-          parent project manifest.
+* Fixed:  Should not display "(in `pwd`, development)" when using --quiet.
+* Fixed:  Release task's regexp to find either THIS_VERSION and VERSION_NUMBER.
 * Fixed:  BUILDR-106 download(artifact(...)=>url) broken in certain cases
           (Lacton).
 * Fixed:  BUILDR-108 Trace to explain why a compile is done (Lacton).
@@ -38,10 +35,10 @@
 * Fixed:  BUILDR-112 Using a user gem repository with 'rake setup' (Lacton).
 * Fixed:  BUILDR-114 Hash.from_java_properties does not behave
           like java.util.Properties (Lacton).
-* Fixed:  BUILDR-117 Shared directory for both code and resources produces 
-          duplicate Eclipse classpath entries (Nathan Hamblen)
 * Fixed:  BUILDR-116: TestTask should include the main compile target in its
           dependencies, even when using non standard directories (Lacton).
+* Fixed:  BUILDR-117 Shared directory for both code and resources produces 
+          duplicate Eclipse classpath entries (Nathan Hamblen)
 * Fixed:  BUILDR-119 Eclipse task does not accept test resource folders
           (Lacton)
 * Fixed:  BUILDR-122: eclipse task should not check for directory existence
@@ -50,8 +47,11 @@
           include (Rhett Sutphin).
 * Fixed:  BUILDR-126  Tests options are shared between unrelated projects when
           using #options instead of #using (Lacton).
-* Fixed:  Should not display "(in `pwd`, development)" when using --quiet.
-* Fixed:  Release task's regexp to find either THIS_VERSION and VERSION_NUMBER.
+* Fixed:  BUILDR-129. Modifying a project manifest should not alter it's
+          parent project manifest.
+* Fixed:  BUILDR-135. Extracted reusable replacement logic into Filter::Mapper
+* Fixed:  BUILDR-137 JRuby 1.1.3 and Buildr 1.3.2 don't appear to work
+          (on Windows).
 * Fixed:  BUILDR-138 ScalaTest premature use of Buildr::Repositories
           inconsistent with customizing locations.
 * Fixed:  BUILDR-152 Project.task fails when task name starts with a colon.