Repository: ant-ivy Updated Branches: refs/heads/master 08de1083f -> b76113fbc
Adjust Eclipse classpath Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/b76113fb Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/b76113fb Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/b76113fb Branch: refs/heads/master Commit: b76113fbc55d872396ba7adf808db22b6f10fd20 Parents: 08de108 Author: Gintas Grigelionis <[email protected]> Authored: Mon Oct 23 06:35:06 2017 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Mon Oct 23 06:35:06 2017 +0200 ---------------------------------------------------------------------- .classpath.default | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/b76113fb/.classpath.default ---------------------------------------------------------------------- diff --git a/.classpath.default b/.classpath.default index d60d9a6..a6c4781 100644 --- a/.classpath.default +++ b/.classpath.default @@ -24,10 +24,11 @@ <classpathentry kind="lib" path="lib/ant.jar"/> <classpathentry kind="lib" path="lib/ant-testutil.jar"/> <classpathentry kind="lib" path="lib/commons-codec.jar"/> - <classpathentry kind="lib" path="lib/commons-httpclient.jar"/> - <classpathentry kind="lib" path="lib/commons-lang.jar"/> <classpathentry kind="lib" path="lib/commons-logging.jar"/> - <classpathentry kind="lib" path="lib/commons-vfs.jar"/> + <classpathentry kind="lib" path="lib/commons-vfs2.jar"/> + <classpathentry kind="lib" path="lib/hamcrest.jar"/> + <classpathentry kind="lib" path="lib/httpclient.jar"/> + <classpathentry kind="lib" path="lib/httpcore.jar"/> <classpathentry kind="lib" path="lib/jsch.jar"/> <classpathentry kind="lib" path="lib/junit.jar"/> <classpathentry kind="lib" path="lib/xmlunit.jar"/>
