java - Override eclipse project name? -


it appears sbteclipse plugin generates name in .project playframework project name (also folder name).

is there way override this? have 2 apps i'm developing, both named 'web' (but in different nested project/trunk/etc folders). going default, end 2 projects named 'web' in eclipse, doesn't work.

if there's no way override eclipse project name, suggestions on better project structure/management avoids issue?

duh, realized playframework project name first line in build.sbt file (name := """web"""). changing line resulted in sbteclipse outputting different project name.

thanks comments.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -