Community
Participate
Working Groups
Currently, if a Java EE facet is added to an existing ModuleCoreNature project, it overwrites the existing defaultRootSource with a new one, and does not take that defaultRootSource into account for the corresponding value. We need to respect previously set defaultRootSource values.
Created attachment 202944 [details] Fix patch The ModelProviders are updated such that, if the project exists, is a ModuleCore project and the defaultRootSource exists, that value is used as the default instead of the product-defined default. Also unnecessary '/' characters were removed from the InstallDelegates, which allows for the values read by the ModelProviders to be used.
approved
Committed to HEAD and R3_2_maintenance for WTP 3.4.0 and WTP 3.2.5 respectively. Please clone this bug for WTP 3.3.2.