* update to Groovy 2.3.0 and latest ant 1.9.3 dependencies
This commit is contained in:
parent
ddd68014a3
commit
cbd64a3a87
BIN
lib/groovy.jar
BIN
lib/groovy.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -175,7 +175,7 @@ public class ScriptShellMethods {
|
|||
return FileUtilities.sortByUniquePath(mediaFolders);
|
||||
}
|
||||
|
||||
public static List<File> eachMediaFolder(Collection<?> folders, Closure<?> closure) throws IOException {
|
||||
public static Iterable<File> eachMediaFolder(Collection<?> folders, Closure<?> closure) throws IOException {
|
||||
List<File> mediaFolders = new ArrayList<File>();
|
||||
for (File root : FileUtilities.asFileList(folders)) {
|
||||
mediaFolders.addAll(getMediaFolders(root));
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
^Crime$
|
||||
^data$
|
||||
^deluge$
|
||||
^Desktop$
|
||||
^Disco[0-9]$
|
||||
^disk[0-9]$
|
||||
^Documentaries$
|
||||
|
|
Loading…
Reference in New Issue