}
private Map<Resource, NodeRef> deploy(StoreRef store) throws IOException {
return bootstrapService.deployResources(
"classpath:/com/github/dynamicextensionsalfresco/resources/sample.txt",
new RepositoryLocation(store, "/app:company_home/app:dictionary", SearchService.LANGUAGE_XPATH),
new ContentCompareStrategy(resourceHelper),
null, null, ContentModel.TYPE_CONTENT
);
}