On one of my OSX Lion machines I got a strange problem in a Grails 2.0 application.
This STS installation always wants to change the linkedResources/link/locationURI from

GRAILS_ROOS/2.0.0/projects/...

to

/Users/myuser/.grails/2.0.0/projects/...

STS is up to date and the project is checked out from git.
All other members and my other machines STS installations do not have this problem.

Any idea what causes the change?

Thanks.