{
public SimpleDocumentationResourceBundle() throws Exception {
super(
new DefaultMimeSupport(),
new URLClassSpace(new URLClassLoader(new URL[]{SimpleDocumentationResourceBundle.class.getResource("/docs.zip")})),
new PluginIdentity("test", "test"));
}