Where "Shared" scopes are stored ? Why not ".IntelliJIdea70/config" ?
Subj - it seems I need to redefine a "Shared" scope (like "lib:com.sun.facelets..||lib:com.sun.faces..||lib:javax.faces..*") every time I replace an IDEA installation with a new EAP build (usually, I also cleanup ".IntelliJIdea70/system").
They are not stored in ".IntelliJIdea70/config" - wouldn't it be the better way to store the "Shared" scopes ? Where are they stored today so that, at least, I'll be able to recover them after installing new build.
Thank you !
Please sign in to leave a comment.
On 2007-08-05 18:25:48 +0400, Evgeny Goldin <no_reply@jetbrains.com> said:
"Shared" supposed to mean shared among team members. Thus it's stored
in .ipr file, which, in turn supposed to be shared via version control.
Ok, thanks ! I'll keep that in mind.
In our case - we don't keep an .ipr file in version control system as we used to generate it with "mvn idea:idea" and now we've switched to opening a "pom.xml" (so it gets generated again, this time by IDEA itself)