if (tamcatServer == null || tamcatServer.getLaunch() == null) {
MessageDialog.openInformation(shell, "��ʾ��Ϣ", "ϵͳ���ķ�����δ������");
} else if (BuiderParameter.contains(selectProject.getName())) {
TomcatServerOsgiModel serverModel = new TomcatServerOsgiModel(
tamcatServer);
PluginDeployEngine deployEngine = new PluginDeployEngine();
deployEngine.setServerModel(serverModel);
deployEngine.syncBundelJar(selectProject.getProject());
MessageDialog.openInformation(shell, "��ʾ��Ϣ", "ģ����Ŀ["
+ selectProject.getName() + "]�����ɹ���");
}
} else {
MessageDialog.openInformation(shell, "��ʾ��Ϣ", "ѡ����Ŀ��ģ����Ŀ��");