Community
Participate
Working Groups
I'm currently updating my Eclipse 4 RCP Tutorial: http://www.vogella.de/articles/EclipseE4/article.html After describing the initial setup I realized that it is relatively complex to set it up. I think it would be an reasonable enhancement if E4Application could use a default value for the applicationXMI parameter. Looks to me that in 251 in E4Application we could add something like: if (xmiURI==null){//Use default; xmiURI=[pluginname]/Application.e4xmi;} I think a Convension for this file would help new starters
Convention over configuration is a good thing i think. I'll try to look into it
@Tom: Great! Thanks a lot.
+1
Solved by a patch in another bug.
For reference it was solved in bug 306623.