// uima framework's class loader (not this class's class loader)
// so the validation tests work properly (that test isAssignableFrom)
resourceManager.setExtensionClassPath(UIMAFramework.class.getClassLoader(), classPath, true);
resourceManager.setDataPath(CDEpropertyPage.getDataPath(getProject()));
} catch (MalformedURLException e1) {
throw new InternalErrorCDE(Messages.getString("MultiPageEditor.14"), e1); //$NON-NLS-1$
} catch (CoreException e1) {
throw new InternalErrorCDE(Messages.getString("MultiPageEditor.15"), e1); //$NON-NLS-1$
}
return resourceManager;
}