Community
Participate
Working Groups
The string resources extractor, which is responsible for pulling out externalizable strings from sdef files has the following two problems that make is problematic to use with an Eclipse source control system plugin. 1. The resources folder and properties files are not marked as derived. 2. The properties files are written explicitly written with UTF-8 encoding. This causes .settings/org.eclipse.core.resources.prefs file to be created/updated. Should just use the default encoding.
There is a similar problem with incorrect charset handling in the annotation processor extension that handles string resource extraction in model elements.
Problems fixed.
Verified resources folder and properties files are marked as derived. Verified modifying string in sdef fileand model elemnt does not cause any changes in .settings.