MultiBuild generates resource based on the Subversion metadata

Hi everyone,
When using the MultiBuild target for the Android platform, the generated code contains resource based on the Subversion information from the MobileDesigner project (see the attached screenshot). Is there a way to suppress this generation?

Thanks,
Nenko

Hello Nenko,

Looking at the jpg I assume your ResHandler uses addUnpackedDirToJar(“”, true) in a directory that is being managed by svn. The boolean parameter tells it to recurse all subdirectories, of which the .svn directory is included. There is currently no filter functionality for that call.

Cheers,

Spencer