sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.wizards/src/com/nokia/carbide/cpp/internal/pi/wizards/ui/util/PkgListTreeContentProvider.java
changeset 12 ae255c9aa552
parent 5 844b047e260d
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
   117 								break;
   117 								break;
   118 							}
   118 							}
   119 						}
   119 						}
   120 						if (haveConfigWithPKG == false){
   120 						if (haveConfigWithPKG == false){
   121 							if(logWarnings){						
   121 							if(logWarnings){						
   122 								GeneralMessages.PiLog(MessageFormat.format(Messages.getString("PkgListTreeContentProvider.warning.sisBuilderConfiguration.missing"),projects[i].getName()), GeneralMessages.WARNING); //$NON-NLS-1$
   122 								GeneralMessages.piLog(MessageFormat.format(Messages.getString("PkgListTreeContentProvider.warning.sisBuilderConfiguration.missing"),projects[i].getName()), GeneralMessages.WARNING); //$NON-NLS-1$
   123 							}
   123 							}
   124 							continue;	// must have buildconfig with good PKG to show up
   124 							continue;	// must have buildconfig with good PKG to show up
   125 						}							
   125 						}							
   126 						list.add(projects[i]);
   126 						list.add(projects[i]);
   127 					}
   127 					}