Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix relative path and copy directory issues #33

Merged
merged 4 commits into from
Nov 29, 2016
Merged

Fix relative path and copy directory issues #33

merged 4 commits into from
Nov 29, 2016

Commits on Nov 29, 2016

  1. Cleanup tests

    dwijnand committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    acb6fba View commit details
    Browse the repository at this point in the history
  2. Cleanup some sources

    dwijnand committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f60cc75 View commit details
    Browse the repository at this point in the history
  3. Set Java version to 1.7

    dwijnand committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    e6c0c9a View commit details
    Browse the repository at this point in the history
  4. Fix relative path and copy directory issues

    Re-implement IO.relativize(File, File) using Path#relativize(Path),
    available in Java 7.
    
    Fixes #32 while not reverting #18
    dwijnand committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    d47bddf View commit details
    Browse the repository at this point in the history