[GitHub] ant-ivy pull request #34: Fix IVY-1528

2017-05-27 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/34 Fix IVY-1528 The commit here fixes the issue reported in https://issues.apache.org/jira/browse/IVY-1528 and includes a test case to verify the fix. With this fix, the `classifier` extra attribute

[GitHub] ant-ivy pull request #33: More code cleanup

2017-05-27 Thread twogee
GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/33 More code cleanup Your janitor is here again 😃 This drops commons-lang as test dependency, removes unused imports, simplifies if's and corrects a bunch of misspellings. You can merge thi