1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* update to Groovy 2.3.0 and latest ant 1.9.3 dependencies

This commit is contained in:
Reinhard Pointner 2014-05-07 14:50:30 +00:00
parent ddd68014a3
commit cbd64a3a87
12 changed files with 2 additions and 1 deletions

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.

View File

@ -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));

View File

@ -44,6 +44,7 @@
^Crime$
^data$
^deluge$
^Desktop$
^Disco[0-9]$
^disk[0-9]$
^Documentaries$