urls[i] = files[i].toURL();
}
urls[urls.length - 1] = root.toURL();
classLoader = new URLClassLoader(urls, getClass().getClassLoader());
tuscanyRuntime = new TuscanyRuntime(getName(), getRootPath(), classLoader, new CommonsLoggingMonitorFactory());
}