-
Notifications
You must be signed in to change notification settings - Fork 55
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
Use existing library for filtering files using glob patterns #2
Conversation
@@ -21,7 +21,8 @@ task extractNativeBundle(type: Copy) { | |||
|
|||
buildscript { | |||
repositories { | |||
if (project.hasProperty('local')) mavenLocal() | |||
// if (project.hasProperty('local')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has to be uncommented once the patch has been reviewed and tested
…atterns Make use of the new implementation introduced in programming for file selection. One important change is about the PatternType class introduced to convert old blob types to the correct object type used with the current version of the product.
We have discussed about that with Fabien and it seems better to keep the name as it is to prevent any issue with executing code that relies on this class. |
Use existing library for filtering files using glob patterns
That is going to be an interesting one to merge with Speed branch :D |
- removed hard-coded file encoding - implemented suggestions. - added utf-8 file-encoding to unit test configuration
Linked with ow2-proactive/programming#1