Failure to override resources

So far, I am able to override the source file no problem. But the resource file always loads resoures-highmem. any insight on what I'm doing wrong would be greatly appreciated. thanks.

monkey.jungle

project.manifest = manifest.xml



base.sourcePath=source-highmem
base.resourcePath=resources-highmem

fr630.sourcePath=source-lowmem
fr630.resourcePath=resources-lowmem

File Structure

C:.
├───bin
├───resources
├───resources-highmem
│   ├───images
│   └───strings
|       resources.xml(file I'm trying to conditionally select)
├───resources-lowmem
│   ├───images
│   └───strings
|       resources.xml(file I'm trying to conditionally select)
├───source
├───source-highmem
└───source-lowmem