Repository: ant-easyant-core Updated Branches: refs/heads/master 7444b32bc -> 276111f2f
Upgrade Junit: fix Eclipse project classpath https://issues.apache.org/jira/browse/EASYANT-76 Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/commit/276111f2 Tree: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/tree/276111f2 Diff: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/diff/276111f2 Branch: refs/heads/master Commit: 276111f2ffa53e340f1b6a37eda2136ed2128a02 Parents: 7444b32 Author: Adrien Quillet <[email protected]> Authored: Tue Aug 9 08:31:49 2016 +0200 Committer: Adrien Quillet <[email protected]> Committed: Tue Aug 9 08:31:49 2016 +0200 ---------------------------------------------------------------------- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-easyant-core/blob/276111f2/.classpath ---------------------------------------------------------------------- diff --git a/.classpath b/.classpath index fa85e22..84966bd 100644 --- a/.classpath +++ b/.classpath @@ -8,7 +8,7 @@ <classpathentry kind="lib" path="lib/main/ant-launcher.jar"/> <classpathentry kind="lib" path="lib/main/ant.jar"/> <classpathentry kind="lib" path="lib/main/ant-contrib.jar"/> - <classpathentry kind="lib" path="lib/test/junit-4.11.jar"/> + <classpathentry kind="lib" path="lib/test/junit-4.12.jar"/> <classpathentry kind="lib" path="lib/main/commons-cli.jar"/> <classpathentry kind="lib" path="lib/main/ivy.jar"/> <classpathentry kind="lib" path="lib/test/hamcrest-core-1.3.jar"/>
