Hi Ben,
Unfortunately, IntelliJ stores the paths for these files under your home directory, not as part of the project/module configuration. The file is <USER_HOME>/.IntelliJIdea90/config/options/other.xml, or its equivalent in different IntelliJ versions.
What I typically do is have the trunk checked out into C:\labkey. I point the resources at that directory. I'll check out the branches as C:\labkey11.1. C:\labkey11.2, etc. I end up with all of the different versions pointing at the same version of the XSD files, but it's typically close enough to make it all work well.
Thanks,
Josh |