I currently face a strange situation, and I have no explanation for it. Here it goes ...
I provide an update site for our company, and to test that update site, I usually do a series of things. One of it is to checkout a special project from Subversion that triggers then a lot of Checkstyle and PMD rules. I use that project since at least 4 years, and it worked all the time like that:
Check Out
which uses then defaults to create a new (Java) project.The resulting project looks like:
Since the new release (testing that with Eclipse 3.7 SR2 Indigo), I get now the following result:
So it looks like the builder(s) are now added to the project name (which seems ridiculous to me). Do I miss here something, is that a feature, not a bug? And is there anything I can do in the configuration of Subversive?
My current configuration is:
I have added a bug to eclipse, and will document, if there is an answer.
I have added a bug at Eclipse Bugzilla, and the bug was confirmed and fixed. So will wait the bug to be resolved in the public available update site for Subversive.