Community
Participate
Working Groups
}
// bug 165771
// 4. load contributed VM installs
addVMExtensions(vmDefs);
// 3. if there are none, detect the eclipse runtime
if (vmDefs.getValidVMList().isEmpty()) {
// calling out to detectEclipseRuntime() could allow clients to change
updateCompliance = fgDefaultVMId != null;
//addVMExtensions(vmDefs);
// 5. verify default VM is valid
String defId = vmDefs.getDefaultVMInstallCompositeID();
boolean validDef = false;
if (!list.isEmpty()) {
IVMInstall vm = (IVMInstall) list.get(0);
vmDefs.setDefaultVMInstallCompositeID(getCompositeIdFromVM(vm));
if (defId == null) {
updateCompliance = true;
fgDefaultVMId = vmDefs.getDefaultVMInstallCompositeID();