From 31674abcf65391589a852dfa917f5ee0631f1ab2 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 9 Apr 2015 09:24:18 +0000 Subject: [PATCH] * added default package imports: java.nio.charset, java.util.stream --- source/net/filebot/cli/ScriptShell.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/cli/ScriptShell.properties b/source/net/filebot/cli/ScriptShell.properties index 3cce16a4..5e01e1e0 100644 --- a/source/net/filebot/cli/ScriptShell.properties +++ b/source/net/filebot/cli/ScriptShell.properties @@ -1,3 +1,3 @@ scriptBaseClass: net.filebot.cli.ScriptShellBaseClass -starImport: net.filebot, net.filebot.hash, net.filebot.media, net.filebot.mediainfo, net.filebot.similarity, net.filebot.subtitle, net.filebot.torrent, net.filebot.web, net.filebot.util, groovy.io, groovy.xml, groovy.json, java.nio.file, java.nio.file.attribute, java.util.regex +starImport: net.filebot, net.filebot.hash, net.filebot.media, net.filebot.mediainfo, net.filebot.similarity, net.filebot.subtitle, net.filebot.torrent, net.filebot.web, net.filebot.util, groovy.io, groovy.xml, groovy.json, java.nio.file, java.nio.file.attribute, java.nio.charset, java.util.stream, java.util.regex starStaticImport: net.filebot.WebServices, net.filebot.media.MediaDetection, net.filebot.format.ExpressionFormatFunctions \ No newline at end of file