else if (contentPath.formName.equals(WORKBENCH_RESOURCE_REQUEST))
{
Bladeset bladeset = bundlableNode.app().bladeset(contentPath.properties.get("bladeset"));
Blade blade = bladeset.blade(contentPath.properties.get("blade"));
Workbench workbench = blade.workbench();
resourceFile = workbench.file(resourcePath);
}
else if (contentPath.formName.equals(LIB_REQUEST))
{
JsLib jsLib = bundlableNode.app().jsLib(contentPath.properties.get("lib"));
resourceFile = jsLib.file(resourcePath);