}
private static boolean updateBuildProperties (EditableProperties ep) {
boolean changed = false;
ScalaPlatform[] installedPlatforms = ScalaPlatformManager.getDefault().getPlatforms(null, new Specification ("Std",null)); //NOI18N
for (int i=0; i<installedPlatforms.length; i++) {
//Handle only platforms created by this module
if (!installedPlatforms[i].equals (ScalaPlatformManager.getDefault().getDefaultPlatform()) && installedPlatforms[i] instanceof J2SEPlatformImpl) {
String systemName = ((J2SEPlatformImpl)installedPlatforms[i]).getAntName();
String key = PlatformConvertor.createName(systemName,"home"); //NOI18N