Hey,
I'm wondering what is the meaning of this property: "org.jboss.ide.eclipse.as.core.packages.ModuleIDPropertyKey".
Is there any problem having multiple projects with the same value for this property?
You might say "this value is automagically generated, you shouldn't have to worry about that"
But I do have to worry, because, at work, I have sort of a "template" project that already have Project Archive artifacts "configured" and when I need to start a new project I simply copy the template to a new location, doing some string substitution here and there. So, eventually, I end up with two (or more) projects that have veeery similar .packages (so similar that "org.jboss.ide.eclipse.as.core.packages.ModuleIDPropertyKey" is equals)
I must add that I often have all this projects opened inside Eclipse and the "Building workspace" task takes too much time to complete due to Project Archives. Can this be releated to the fact that I have multiple artifacts with the same ModuleIDPropertyKey?
I guess that is it.