It appears the sbteclipse plugin generates the name in .project from the playframework project name (also the folder name).
Is there a way to override this? I have two apps that I'm developing, both named 'web' (but in different nested project/trunk/etc folders). Going by the default, I end up with two projects named 'web' in eclipse, which doesn't work.
If there's no way to override the eclipse project name, any suggestions on better project structure/management that avoids this issue?