I use Subversion for my project storage and, thus, use project "**/.svn/*"
exclusion for removing all svn files from build. I start use jmunit and
set $my_project->Mobile Tools for Java->Enable JMUnit. Unfortunately,
setting this option rewrite my exclusion with
"**/*Test.java|**/*TestSuite.java". Then I set $my_project->Mobile Tools
for Java->Disable JMUnit exclusions for my project is empty. So,
Enable/Disable JMUnit simply rewrite all exclusions for project. But it
must only set and clear only "**/*Test.java|**/*TestSuite.java".