1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source
Reinhard Pointner 09b41170fd Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic
e.g.
public Class parseClass(String text, String fileName) throws CompilationFailedException {
	return super.parseClass(text, "amc");
}
2016-06-19 23:59:27 +08:00
..
META-INF * extract support via Apache Commons VFS2 (and junrar file provider) 2015-06-04 10:12:56 +00:00
net/filebot Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic 2016-06-19 23:59:27 +08:00
ehcache.xml Experiment with new CachedResource framework 2016-03-06 22:21:13 +00:00