305306307308309310311312
bPath = bPath.substring(1, bPath.length() - 1); return new PreprocessedResource(BldProject.this, bPath, fsPath); } else { return new StandardResource(BldProject.this, bPath, fsPath); } }