String launchPath=BuilderProperty.getLaunchPath();
if(launchPath==null){
return;
}
launchPath=launchPath.substring(0,launchPath.lastIndexOf("/"));
String webRoot=new BuiderParameter().getWebContent(hostWeb);
//bundel set
File bundelPath=new File(hostWeb.getLocation().toFile(),webRoot+launchPath);
Set<String> hostSet=new HashSet<String>();
if(bundelPath.isDirectory()){
for (File bundel : bundelPath.listFiles()) {