You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-dev@incubator.apache.org by Xavier Hanin <xa...@gmail.com> on 2007/03/19 08:29:40 UTC

Re: svn commit: r519726 - in /incubator/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/latest/ test/java/org/apache/ivy/plugins/latest/

On 3/19/07, maartenc@apache.org <ma...@apache.org> wrote:
>
> Author: maartenc
> Date: Sun Mar 18 16:08:16 2007
> New Revision: 519726
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=519726
> Log:
> LatestRevisionStrategy.sort() doesn't sort as specified (IVY-435)
>
> Modified:
>     incubator/ivy/core/trunk/CHANGES.txt
>
>     incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/latest/AbstractLatestStrategy.java
>
>     incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/latest/ComparatorLatestStrategy.java
>
>     incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/latest/LatestStrategy.java
>
>     incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/latest/LatestRevisionStrategyTest.java
>
> Modified: incubator/ivy/core/trunk/CHANGES.txt
> URL:
> http://svn.apache.org/viewvc/incubator/ivy/core/trunk/CHANGES.txt?view=diff&rev=519726&r1=519725&r2=519726
>
> ==============================================================================
> --- incubator/ivy/core/trunk/CHANGES.txt (original)
> +++ incubator/ivy/core/trunk/CHANGES.txt Sun Mar 18 16:08:16 2007
> @@ -15,7 +15,9 @@
> - IMPROVE: Refactoring / documentation / test of matcher package (IVY-375)
> (thanks to Stephane Baillez)
> - IMPROVE: Add a unit test to verify that latest.integration accepts
> released modules (IVY-394) (thanks to Gilles Scokart)
> - IMPROVE: New "modules in use" section in console report at the end of
> resolve (IVY-373) (thanks to John Wiliams)
> +- IMPROVE: Generated XML reports now contains more information about the
> resolved module (IVY-408)


Are you sure you want to add this line in the CHANGES.txt as part of this
commit?

- Xavier