Last active
October 17, 2017 05:22
-
-
Save imadi/14f7ea748f75722374616644564e8ca5 to your computer and use it in GitHub Desktop.
Revisions
-
imadi revised this gist
Oct 17, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,6 @@ def builder = new AntBuilder() builder.unzip(src: srcPath, dest: destPath) { mapper(type: "flatten") patternset() { include(name: "**/*.mp3") } } -
imadi revised this gist
Dec 27, 2016 . No changes.There are no files selected for viewing
-
imadi revised this gist
Dec 27, 2016 . No changes.There are no files selected for viewing
-
imadi created this gist
Dec 27, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ def builder = new AntBuilder() builder.unzip(src: srcPath, dest: destPath) { mapper(type: "flatten") patternset() { include(name: "*/*.mp3") } }