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

Support of paths relative to project directory #8

Closed
markiewb opened this issue Jun 10, 2014 · 1 comment
Closed

Support of paths relative to project directory #8

markiewb opened this issue Jun 10, 2014 · 1 comment
Milestone

Comments

@markiewb
Copy link
Owner

final File generatedFile = new File("./target/foo.properties");
final File currentFile = new File("./src/main/resources/com/foo/foo.properties");
@markiewb markiewb added this to the 1.2.0 milestone Jun 10, 2014
@markiewb markiewb changed the title Also support patterns relative to project dir Support of paths relative to project directory Jun 10, 2014
markiewb added a commit that referenced this issue Jun 10, 2014
* feature/issue-8-projectroot:
  update version to 1.2.0
  issue #8 : Also support patterns relative to project dir
@markiewb
Copy link
Owner Author

Fixed in 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant