public CoreCommonScriptsResourceLoader(
boolean debug)
{
super("",
debug ? _DEBUG_LIBRARIES : _LIBRARIES,
new ClassLoaderResourceLoader());
// force a newline between libraries to avoid the syntax error when
// the last line of one library contains a line comment "//"
// and the first line of the next library starts with a
// block comment "/*"