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

Use existing library for filtering files using glob patterns #2

Merged
merged 1 commit into from
May 26, 2015
Merged

Use existing library for filtering files using glob patterns #2

merged 1 commit into from
May 26, 2015

Conversation

lpellegr
Copy link
Contributor

@@ -21,7 +21,8 @@ task extractNativeBundle(type: Copy) {

buildscript {
repositories {
if (project.hasProperty('local')) mavenLocal()
// if (project.hasProperty('local'))
Copy link
Contributor Author

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

@lpellegr lpellegr changed the title PROACTIVE-1394: Use existing library for filtering files using glob patterns Use existing library for filtering files using glob patterns May 21, 2015
…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.
@lpellegr
Copy link
Contributor Author

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.

lpellegr added a commit that referenced this pull request May 26, 2015
Use existing library for filtering files using glob patterns
@lpellegr lpellegr merged commit 433d5d1 into ow2-proactive:master May 26, 2015
@lpellegr lpellegr deleted the programming-1394 branch May 26, 2015 18:46
@youribonnaffe
Copy link
Contributor

That is going to be an interesting one to merge with Speed branch :D

fviale added a commit that referenced this pull request Oct 29, 2015
fviale added a commit that referenced this pull request Oct 26, 2016
- removed hard-coded file encoding
- implemented suggestions.
- added utf-8 file-encoding to unit test configuration
fviale added a commit that referenced this pull request Jan 16, 2017
fviale added a commit that referenced this pull request Jan 22, 2019
fviale added a commit that referenced this pull request Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants