lingfeng 9 年 前
コミット
3ad92ed569
46 ファイル変更1361 行追加2444 行削除
  1. 3 16
      .idea/compiler.xml
  2. 967 2162
      .idea/workspace.xml
  3. 1 1
      Hos-Framework/Hos-Framework.iml
  4. 19 18
      Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java
  5. 1 3
      Hos-Framework/src/main/java/com/yihu/ehr/framework/model/DataGridResult.java
  6. 3 8
      Hos-Framework/src/main/java/com/yihu/ehr/framework/model/Result.java
  7. 2 2
      Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/thread/UpdateThread.java
  8. 1 1
      Hos-Resource-Mini/Hos-Resource-Mini.iml
  9. 20 0
      Hos-Resource-Rest/pom.xml
  10. 8 3
      Hos-Resource-Rest/resource-rest.iml
  11. 4 4
      Hos-Resource-Rest/src/main/java/com/yihu/hos/config/Config.java
  12. 32 14
      Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java
  13. 54 0
      Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/util/RPCUtil.java
  14. 4 4
      Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java
  15. 5 4
      Hos-Resource-Rest/src/main/resources/rpc.properties
  16. 11 0
      Hos-resource/Hos-Resource.iml
  17. 0 10
      Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java
  18. 4 3
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/controller/DataPushController.java
  19. 22 2
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectDao.java
  20. 13 1
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectLogDao.java
  21. 5 0
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectDao.java
  22. 6 0
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectLogDao.java
  23. 1 1
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatacollectService.java
  24. 64 92
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatapushService.java
  25. 0 5
      Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/intf/IDatapushService.java
  26. 7 6
      Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsCategoryController.java
  27. 13 6
      Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsDimensionController.java
  28. 4 0
      Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceDimensionDaoImpl.java
  29. 6 0
      Hos-resource/src/main/java/com/yihu/ehr/resource/service/IStdService.java
  30. 9 0
      Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/RsResourceRestServiceImpl.java
  31. 23 1
      Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/StdService.java
  32. 1 1
      Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java
  33. 3 3
      Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeMetadataController.java
  34. 4 4
      Hos-resource/src/main/java/com/yihu/ehr/standard/controller/StandardVersionController.java
  35. 1 1
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterDictEntryService.java
  36. 8 10
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterMetadataService.java
  37. 1 1
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterSchemeVersionService.java
  38. 11 11
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StandardVersionService.java
  39. 1 1
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdCDACatalogService.java
  40. 5 5
      Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdDatasetCatalogService.java
  41. 4 3
      Hos-resource/src/main/resources/config/dbhelper.properties
  42. 3 3
      Hos-resource/src/main/resources/config/http.properties
  43. 0 14
      Hos-resource/src/main/resources/redisconfig.properties
  44. 0 13
      Hos-resource/src/main/resources/resource.properties
  45. 6 6
      Hos-resource/src/main/resources/spring/applicationContext.xml
  46. 1 1
      Hos-resource/src/main/webapp/WEB-INF/web.xml

+ 3 - 16
.idea/compiler.xml

@ -23,14 +23,9 @@
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true" />
        <module name="Hos-Framework" />
        <module name="resource-rest" />
      </profile>
      <profile default="false" name="Annotation profile for Hos-Resource-Mini-Helper" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceTestOutputDir name="target\generated-test-sources\test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true" />
        <module name="Hos-Resource-Mini-Helper" />
        <module name="Hos-Resource-Mini-Update" />
        <module name="resource-rest" />
      </profile>
      <profile default="false" name="Annotation profile for Hos-Resource-Mini" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
@ -39,15 +34,8 @@
        <processorPath useClasspath="true" />
        <module name="Hos-Resource-Mini" />
      </profile>
      <profile default="false" name="Annotation profile for Hos-Resource-Mini-Update" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceTestOutputDir name="target\generated-test-sources\test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true" />
        <module name="Hos-Resource-Mini-Update" />
      </profile>
      <profile default="false" name="Annotation profile for Hos-Resource" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceOutputDir name="target\generated-sources\annotations" />
        <sourceTestOutputDir name="target\generated-test-sources\test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true" />
@ -60,7 +48,6 @@
      </profile>
    </annotationProcessing>
    <bytecodeTargetLevel>
      <module name="EHR-Resource" target="1.8" />
      <module name="Hos-Framework" target="1.8" />
      <module name="Hos-Resource" target="1.8" />
      <module name="Hos-Resource-Mini" target="1.8" />

+ 967 - 2162
.idea/workspace.xml

@ -1,1710 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
    <list default="true" readonly="true" id="71c492ef-4e6f-4797-b60c-10cac8f49c92" name="Default" comment="上传https工具类 代码">
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/IResourceRpc.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rest/RestRequsetResult.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rest/RestResponseResult.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/Page.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCRequestResult.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCResponseResult.java" />
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/util/springUtil/SpringBeanUtil.java" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/.classpath" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/.mymetadata" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/.project" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/.settings/org.eclipse.core.resources.prefs" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/.settings/org.eclipse.jdt.core.prefs" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/0.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/DoctorAccount/expand.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/META-INF/MANIFEST.MF" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/Bill.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/api.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/api.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/baseInfo.route.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/basic.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/basic.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/das-client.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/database.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/job.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/log4j.properties" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/login.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/struts.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/sys.properties" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/classes/sys.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/WEB-INF/web.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/apiConfig/api_config.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/apiConfig/api_log.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/apiConfig/api_param_dialog.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/apiConfig/js/api_config.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/apiConfig/js/api_log.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/basic/dictionary_config.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/basic/hos.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/basic/js/dictionary_config.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/basic/js/hos.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/database/database_operation.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/business/database/js/database_operation.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/commons/css/jquery.autocomplete.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/commons/js/HospitalData.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/commons/js/common.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/commons/js/jquery.autocomplete.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/css/cross.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/css/cross.ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/demo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/demo.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/iconfont.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/iconfont.eot" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/iconfont.svg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/iconfont.ttf" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/iconfont/iconfont.woff" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/index.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/js/cross.ui.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/js/jquery/1.8.3/jquery.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/js/jquery/2.1.3/jquery.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/js/jquery/jQueryTouch.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/js/respond.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/cross/loadMenu.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/bootstrap-responsive.min.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/bootstrap-wysihtml5.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/bootstrap.min.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/colorpicker.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/datepicker.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/fullcalendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/index.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/jquery.gritter.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/login.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/matrix-login.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/matrix-media.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/matrix-style.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/select2.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/css/uniform.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/all.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/comm.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/datagrid-detailview.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/easyloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/easyui-validate.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/global.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/jquery-1.8.0.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/jquery.easyui.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/jquery.easyui.min_1.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/jquery.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-af.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-am.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-ar.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-bg.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-ca.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-cs.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-cz.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-da.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-de.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-el.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-en.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-es.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-fr.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-it.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-jp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-nl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-pl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-pt_BR.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-ru.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-sv_SE.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-tr.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-zh_CN.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/locale/easyui-lang-zh_TW.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/accordion.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/calendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/combo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/combobox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/datagrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/datebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/dialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/easyui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/filebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/accordion_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/calendar_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/combo_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/datagrid_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/datebox_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/layout_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/linkbutton_bg.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/menu_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/messager_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/pagination_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/panel_tools.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/searchbox_button.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/slider_handle.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/spinner_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/tabs_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/tree_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/images/validatebox_warning.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/layout.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/linkbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/menu.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/menubutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/messager.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/numberbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/pagination.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/panel.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/progressbar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/propertygrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/searchbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/slider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/spinner.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/splitbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/tabs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/textbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/tooltip.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/tree.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/validatebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/black/window.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/accordion.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/calendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/combo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/combobox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/datagrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/datebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/dialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/easyui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/filebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/accordion_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/calendar_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/combo_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/datagrid_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/datebox_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/layout_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/linkbutton_bg.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/menu_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/messager_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/pagination_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/panel_tools.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/searchbox_button.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/slider_handle.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/spinner_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/tabs_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/tree_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/images/validatebox_warning.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/layout.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/linkbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/menu.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/menubutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/messager.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/numberbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/pagination.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/panel.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/progressbar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/propertygrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/searchbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/slider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/spinner.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/splitbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/tabs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/textbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/tooltip.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/tree.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/validatebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/bootstrap/window.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/color.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/accordion.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/base_style.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/calendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/combo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/combobox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/datagrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/datebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/dialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/easyui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/easyui1.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/filebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Son-Title-Background.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Son-Title-Center.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Son-Title-Left.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Son-Title-Right.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Son-Title-Right2.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/Thumbs.db" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/accordion_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/calendar_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/combo_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/datagrid_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/datebox_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/layout_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/linkbutton_bg.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/menu_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/messager_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/pagination_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/panel_tools.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/searchbox_button.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/slider_handle.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/spinner_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/tabs_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/tree_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/validatebox_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/images/validatebox_warning.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/layout.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/linkbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/menu.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/menubutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/messager.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/numberbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/pagination.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/panel.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/progressbar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/propertygrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/searchbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/slider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/spinner.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/splitbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/tabs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/textbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/tooltip.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/tree.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/validatebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/default/window.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/accordion.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/calendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/combo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/combobox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/datagrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/datebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/dialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/easyui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/filebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/accordion_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/calendar_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/combo_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/datagrid_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/datebox_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/layout_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/linkbutton_bg.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/menu_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/messager_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/pagination_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/panel_tools.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/searchbox_button.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/slider_handle.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/spinner_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/tabs_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/tree_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/images/validatebox_warning.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/layout.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/linkbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/menu.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/menubutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/messager.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/numberbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/pagination.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/panel.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/progressbar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/propertygrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/searchbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/slider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/spinner.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/splitbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/tabs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/textbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/tooltip.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/tree.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/validatebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/gray/window.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icon.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/back.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/box.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/cancel.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/clear.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/cut.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/down.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/edit_add.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/edit_remove.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/filesave.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/filter.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/help.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/his.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/house.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/large_chart.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/large_clipart.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/large_picture.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/large_shapes.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/large_smartart.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/lock.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/man.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/mini_add.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/mini_edit.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/mini_refresh.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/msg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/msgsend.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/msgwrite.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/next.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/no.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/ok.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/pencil.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/person.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/prev.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/print.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/redo.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/reload.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/search.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/star.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/sum.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/tip.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/icons/undo.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/accordion.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/calendar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/combo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/combobox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/datagrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/datebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/dialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/easyui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/filebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/accordion_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/calendar_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/combo_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/datagrid_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/datebox_arrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/layout_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/linkbutton_bg.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/menu_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/messager_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/pagination_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/panel_tools.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/searchbox_button.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/slider_handle.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/spinner_arrows.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/tabs_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/tree_icons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/images/validatebox_warning.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/layout.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/linkbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/menu.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/menubutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/messager.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/numberbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/pagination.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/panel.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/progressbar.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/propertygrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/searchbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/slider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/spinner.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/splitbutton.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/tabs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/textbox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/tooltip.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/tree.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/validatebox.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/themes/metro/window.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/easyui/upload.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/demo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/demo.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/iconfont.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/iconfont.eot" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/iconfont.svg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/iconfont.ttf" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iconfont/iconfont.woff" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/iframe.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/app_login_pic.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/articons.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/backgrounds/Descr.WD3" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/backgrounds/blank2" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/backgrounds/calActiveBg.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/backgrounds/skype_3Asuniljoshi19@call" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/bg.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/codeP.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/gallery/imgbox3.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/icon-checkbox.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/images/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/Descr.WD3" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/Thumbs.db" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/alpha.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/breadcrumb.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/Descr.WD3" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/Thumbs.db" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/av1.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/av2.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/av3.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/av4.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/av5.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/demo-image1.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/demo-image2.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/demo-image3.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/demo/envelope.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/Descr.WD3" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/Thumbs.db" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/imgbox1.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/imgbox2.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/imgbox3.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/imgbox4.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gallery/imgbox5.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/glyphicons-halflings-white.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/glyphicons-halflings.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/gritter.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/hue.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/larrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/line.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/logo.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/menu-active.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/rarrow.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/saturation.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/select2.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/spinner.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/img/sprite.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/index.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/index.jsp" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/index2.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/indexForSSO.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/indexForSSO2.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/My97DatePicker.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/WdatePicker.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/bootstrap-colorpicker.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/bootstrap-datepicker.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/bootstrap-wysihtml5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/bootstrap.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/calendar.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/config.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/excanvas.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/fullcalendar.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/global.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/INSTALL.TXT" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/css/jquery.jqChart.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/css/jquery.jqRangeSlider.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/excanvas.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-ar.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-bg.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-bg1251.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-cat.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-cn.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-cs.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-de.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-dk.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-el.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-en.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-fa.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-fi.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-fr.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-he.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-hu.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-is.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-it.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-jp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-lt.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-nl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-no.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-pl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-pt-br.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-pt.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-ro.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-ru.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-sk.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-sp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-sv.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-tr.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/i18n/chart.locale-ua.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/jquery-1.11.1.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/jquery.jqChart.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/jquery.jqRangeSlider.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/js/jquery.mousewheel.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/license.rtf" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AssigningAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisCrossing.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisLabels.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisLabelsRotation.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisLine.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisMargins.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisTitles.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/AxisZooming.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/CategoryAngleAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/CategoryAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/CustomTickMarks.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/DateTimeAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/ExtendRangeToOrigin.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/GridLines.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/InsideLabels.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/IntervalOffset.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/LinearAngleAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/LinearAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/LinearRadiusAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/LogarithmicScale.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/MultipleAxes.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/PlotBands.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/PlotLines.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/ReversedScale.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/Stripes.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartAxes/TickMarks.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartData.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartData/BindingDataSource.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartData/DataFromAjaxCall.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartData/JavaScriptData.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartData/XmlFile.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Animation.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ChartAreaBackground.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ChartBackground.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ChartBorder.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ChartToolbar.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ClientSideEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Crosshairs.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/CustomLegend.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/DashedLines.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/DataPointCursors.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/DataPointLabels.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/EmptyDataPoints.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ErrorBars.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ExportToImage.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ExportToPdf.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/GlobalAlpha.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Highlighting.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Hyperlinks.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ImageDataURL.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ImageMarkers.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/LabelsFormatting.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Legend.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/LegendLocation.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/LinearGradients.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Localization.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Markers.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/MultilineLabels.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/NoDataMessage.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Palettes.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/RadialGradients.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/ResizableChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/SelectionRectangle.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Shadows.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/SharedTooltips.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Title.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Tooltips.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartFeatures/Watermark.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartPerformance/LineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartPerformance/LiveUpdates.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/AreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/AreaChartDateTimeAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/AreaChartLinearAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/BarChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/BarChartColors.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/BubbleChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/ColumnChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/ColumnChartColors.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/LineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/LineChartDateTimeAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/LineChartLinearAxis.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/LineChartNullHandling.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/PieChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/PieChartLabels.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/PieChartModelBinding.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/RangeBarChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/RangeChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/RangeColumnChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/ScatterChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/SplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/SplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/SplineRangeChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100AreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100BarChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100ColumnChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100LineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100SplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/Stacked100SplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedBarChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedColumnChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedGroupedBarChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedGroupedColumnChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedLineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedSplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StackedSplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StepAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/StepLineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/ThreeSeries.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/TrendlineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/VerticalAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/VerticalLineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/VerticalSplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ChartTypes/VerticalSplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/AxisLabelMouseEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/AxisLabelTouchEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/AxisZoomEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/DataHighlightingEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/DataPointMouseEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/DataPointTouchEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/LegendItemMouseEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/LegendItemTouchEvents.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/ClientSideEvents/TooltipFormatEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/Combinational/ColumnLine.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/Combinational/SplineScatter.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/CustomizingChart/AxisLabelCreatingEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/CustomizingChart/DataPointLabelCreatingEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/CustomizingChart/ShapeRenderingEvent.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/FinancialCharts/CandlestickChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/FinancialCharts/CandlestickChartWithVolume.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/FinancialCharts/SkipEmptyDays.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/FinancialCharts/StockChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/FinancialCharts/StockChartWithVolume.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/GanttCharts/GanttChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/GanttCharts/ProjectSchedule.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/GettingStarted/AxisSettings.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/GettingStarted/CreatingBasicChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/GettingStarted/MultipleAxes.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/PolarAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/PolarLineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/PolarScatterChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/PolarSplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/PolarSplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/RadarAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/RadarLineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/RadarSplineAreaChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RadarPolarCharts/RadarSplineChart.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RealTime/ChartDataPoints.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RealTime/ChartOptions.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RealTime/ChartSeries.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RealTime/DrillDown.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/samples/RealTime/LiveData.htm" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/animated-overlay.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-icons_222222_256x240.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-icons_2e83ff_256x240.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-icons_454545_256x240.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-icons_888888_256x240.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/images/ui-icons_cd0a0a_256x240.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/jquery-ui-1.10.4.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jqChartJQueryPlugin_3_8_7_0/themes/smoothness/jquery-ui-1.10.4.min.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.bootgrid.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.bootgrid.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.bootgrid.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.dataTables.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.flot.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.flot.pie.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.flot.resize.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.gritter.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.peity.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.toggle.buttons.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.ui.custom.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.uniform.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.validate.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jquery.wizard.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jsonFormater/images/Collapsed.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jsonFormater/images/Expanded.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jsonFormater/images/demo.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jsonFormater/jsonFormater.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/jsonFormater/jsonFormater.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/lang/en.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/lang/zh-cn.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/lang/zh-tw.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/maruti.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/masked.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.calendar.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.charts.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.chat.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.dashboard.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.form_common.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.form_validation.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.interface.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.login.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.popover.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.tables.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/matrix.wizard.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/select2.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/WdatePicker.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/datePicker.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/default/datepicker.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/default/img.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/whyGreen/bg.jpg" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/whyGreen/datepicker.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/skin/whyGreen/img.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/LGPL-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/MIT-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/_theme_template.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/config.rb" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCore.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shCoreRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/compass/shThemeRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/index.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushAS3.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushAppleScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushBash.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushCSharp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushColdFusion.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushCpp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushCss.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushDelphi.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushDiff.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushErlang.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushGroovy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushJScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushJava.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushJavaFX.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushPerl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushPhp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushPlain.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushPowerShell.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushPython.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushRuby.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushSass.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushScala.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushSql.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushVb.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shBrushXml.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/scripts/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/src/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/src/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/src/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCore.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shCoreRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/syntaxhighlighter_3.0.83/styles/shThemeRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/wysihtml5-0.3.0.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/common.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor-1.1.14-zh-cn.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/awkward.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/bye.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/crazy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/curse.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/cute.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/despise.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/doubt.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/envy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/fastcry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/knock.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/mad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/ohmy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/panic.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/proud.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/quiet.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/shutup.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/shy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/sleep.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/struggle.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/titter.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/wail.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/default/wronged.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/alien.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/angel.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/bandit.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/biglaugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/blink.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/blush.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/cool.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/depres.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/devil.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/glare.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/heart.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/joyful.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/kiss.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/magician.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/ninja.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/pinch.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/police.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/sick.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/sideways.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/sleep.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/surprised.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/unsure.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/w00t.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/whistling.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/wondering.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/ipb/wub.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/10.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/11.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/12.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/13.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/14.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/15.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/16.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/17.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/18.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/19.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/20.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/21.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/22.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/23.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/24.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/25.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/26.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/27.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/28.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/29.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/30.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/31.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/32.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/33.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/34.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/35.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/36.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/37.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/38.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/39.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/40.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/7.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/8.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/msn/9.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/bad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/blush.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/brokenheart.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/bye.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/coffee.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/cool.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/curse.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/cute.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/devil.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/envy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/gift.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/good.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/kiss.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/love.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/music.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/question.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/rose.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/shocked.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/shout.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/sick.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/sleepy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/soccer.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/sweat.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/tired.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/victory.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_emot/pidgin/wink.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/xheditor-1.1.14/xheditor_skin/default/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/demo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/1_close.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/1_open.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/2.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/3.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/4.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/5.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/6.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/7.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/8.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/diy/9.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/line_conn.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/zTreeStandard.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/img/zTreeStandard.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/css/zTreeStyle/zTreeStyle.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/jquery.easyui.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery-1.4.4.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.all-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.all-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.core-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.core-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.excheck-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.excheck-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.exedit-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.exedit-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.exedit.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.exhide-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/js/zTree/js/jquery.ztree.exhide-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/login.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/login2.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/toLogin.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/web/WEB-INF/web.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/artDialog/4.1.7/css/artDialog.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/artDialog/4.1.7/js/artDialog.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/nicescroll/3.6.0/images/zoomico.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/nicescroll/3.6.0/js/jquery.nicescroll.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/nicescroll/3.6.0/js/nicescroll.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/widget/nicescroll/jquery.nicescroll-master.zip" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_css/base.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/common.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/head.import.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jquery-1.8.0.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jsonFormater/images/Collapsed.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jsonFormater/images/Expanded.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jsonFormater/images/demo.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jsonFormater/jsonFormater.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/jsonFormater/jsonFormater.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/loadMenu.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/loadMenu_v2.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/scrollFix.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/LGPL-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/MIT-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/_theme_template.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/config.rb" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCore.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shCoreRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/compass/shThemeRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/index.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushAS3.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushAppleScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushBash.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushCSharp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushColdFusion.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushCpp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushCss.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushDelphi.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushDiff.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushErlang.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushGroovy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushJScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushJava.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushJavaFX.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushPerl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushPhp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushPlain.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushPowerShell.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushPython.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushRuby.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushSass.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushScala.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushSql.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushVb.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shBrushXml.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/scripts/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/src/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/src/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/src/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCore.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shCoreRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/syntaxhighlighter_3.0.83/styles/shThemeRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/CHANGE.md" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/LGPL-LICENSE.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/README.md" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/THANKS.md" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/TODO.md" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/jquery/jquery-1.4.4.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/jquery/jquery-1.4.4.src.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/serverscript/asp/ubb2html.asp" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/serverscript/php/ubb2html.php" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/wizard.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor-1.2.1.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/awkward.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/bye.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/crazy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/curse.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/cute.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/despise.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/doubt.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/envy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/fastcry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/knock.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/mad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/ohmy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/panic.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/proud.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/quiet.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/shutup.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/shy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/sleep.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/struggle.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/titter.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/wail.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/default/wronged.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/alien.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/angel.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/bandit.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/biglaugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/blink.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/blush.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/cool.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/depres.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/devil.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/glare.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/heart.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/joyful.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/kiss.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/magician.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/ninja.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/pinch.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/police.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/sick.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/sideways.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/sleep.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/surprised.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/unsure.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/w00t.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/whistling.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/wondering.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/ipb/wub.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/10.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/11.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/12.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/13.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/14.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/15.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/16.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/17.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/18.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/19.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/20.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/21.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/22.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/23.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/24.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/25.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/26.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/27.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/28.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/29.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/30.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/31.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/32.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/33.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/34.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/35.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/36.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/37.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/38.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/39.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/40.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/7.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/8.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/msn/9.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/angry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/bad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/blush.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/brokenheart.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/bye.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/coffee.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/config.txt" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/cool.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/cry.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/curse.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/cute.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/devil.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/envy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/gift.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/good.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/kiss.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/laugh.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/love.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/music.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/question.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/rose.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/sad.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/shocked.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/shout.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/sick.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/sleepy.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/smile.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/soccer.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/sweat.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/tired.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/tongue.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/victory.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_emot/pidgin/wink.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_lang/en.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_lang/zh-cn.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_lang/zh-tw.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/html2markdown.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/htmldomparser.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/add.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/bg1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/bg2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/btnbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/btnbgr.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/clear.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/img/start.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/multiupload.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/multiupload.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/multiupload.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/swfupload/swfupload.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/multiupload/swfupload/swfupload.swf" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/showdown.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/LGPL-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/MIT-LICENSE" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/_theme_template.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/config.rb" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCore.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shCoreRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeDefault.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeDjango.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeEclipse.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeEmacs.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeFadeToGrey.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeMDUltra.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeMidnight.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/compass/shThemeRDark.scss" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/index.html" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushAS3.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushAppleScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushBash.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushCSharp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushColdFusion.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushCpp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushCss.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushDelphi.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushDiff.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushErlang.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushGroovy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushJScript.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushJava.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushJavaFX.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushPerl.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushPhp.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushPlain.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushPowerShell.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushPython.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushRuby.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushSass.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushScala.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushSql.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushVb.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shBrushXml.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/scripts/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/src/shAutoloader.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/src/shCore.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/src/shLegacy.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCore.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shCoreRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeDefault.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeDjango.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeEclipse.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeEmacs.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeFadeToGrey.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeMDUltra.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeMidnight.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/syntaxhighlighter_3.0.83/styles/shThemeRDark.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_plugins/ubb.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/blank.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/default/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/nostyle/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/buttonbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007blue/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/buttonbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/o2007silver/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/iframe.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/anchor.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/buttonbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/close.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/flash.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/icons.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/progress.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/progressbg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-address.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-div.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h1.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h2.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h3.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h4.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h5.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-h6.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-p.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/tag-pre.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/titlebg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/waiting.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/wmp.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/img/wordimg.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor-1.2.1/xheditor_skin/vista/ui.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/xheditor.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/demo.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/dept.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/book.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/dept.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/1_close.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/1_open.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/2.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/3.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/4.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/5.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/6.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/7.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/8.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/diy/9.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/home.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/line_conn.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/loading.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/staff.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/zTreeStandard.gif" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/img/zTreeStandard.png" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/css/zTreeStyle/zTreeStyle.css" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery-1.4.4.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.all-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.all-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.core-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.core-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.excheck-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.excheck-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.exedit-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.exedit-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.exhide-3.5.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/WebRoot/yihu_js/zTree/js/jquery.ztree.exhide-3.5.min.js" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/UpDataVo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/UploadRespVo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/async/AsyncGroupEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/async/AsyncManager.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/async/DemoAsync.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/async/DemoMain.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/async/EventEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/client/HttpWsClient.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/constant/ZeusDataConstant.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/data/IAccountService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/data/IDataUploadService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/data/impl/IDataUploadServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/util/DES.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/util/UploadTaskH2DB.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/hos/com/yihu/hos/util/ZeusDataUploadUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/Bill.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/api.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/api.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/baseInfo.route.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/basic.sql.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/basic.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/SessionBean.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/ActionServlet.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/BaseActionSupport.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/BasicAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/CommonAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/DataBaseAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/LoginAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/SessionAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/action/SsoLoginServlet.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/filters/SysBaseFilter.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/interceptor/PermissionInterceptor.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/base/listener/ContextLoaderListener.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/main/ConfigUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/main/ServerConsole.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/main/Shutdown.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/ApiModule.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/RetCode.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/action/ApiAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/action/ApiLogAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/action/DictionaryAction.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/activemq/MqConfig.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/activemq/MqConfigManager.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/activemq/MqProducer.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/client/HosHopClient.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/client/ResponseMessage.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/client/hop/ServiceGateWayStub.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/constant/Constant.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/ApiDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/ApiLogDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/BasicDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/ConsultQuestionWaterDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/DictionaryDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/IDemoDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/MyDatabaseEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/MySqlNameEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/MyTableEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/UploadDataMongoDBDao.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/impl/IBasciDaoImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/impl/IConsultQuestionWaterDaoImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/dao/impl/IDemoDaoImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/exception/BusinessException.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/exception/ParamException.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/B_Dept.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/B_Doctor.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/Hospital.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/MyDatabaseEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/MyTableEnum.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/job/sync/SyncJob.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/ConsultConfigPojo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/ConsultQuestionWaterPojo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/DemoPojo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/HosConfigPojo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/SessionKey.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/ZeusApiLogInfo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/pojo/ZeusDictionary.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/IDemoService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/IZeusUploadService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/api/IApiLogService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/api/IApiService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/api/impl/IApiLogServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/api/impl/IApiServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/basic/IBasicInfoService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/basic/impl/IBasicInfoServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/hos/CallHosService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/hos/impl/CallHosServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/impl/IDemoServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/services/impl/IZeusUploadServiceImpl.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/Action.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/CommonUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/DES.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/DataUtils.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/FileChange.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/FileTypeFilter.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/FileWatch.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/FtpConfig.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/JSONUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/MD5Util.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/RpcClientUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/StringUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/util/XMLUtil.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/AbsReq.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/AbsResp.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/PageVo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/ReqUploadDataVo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/SysApiContor.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/SysMethodParam.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/TreeNode.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/ZeusHosInfo.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/vo/ZeusSessionKey.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/ws/BasicInfoWs.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/ws/CallHosWs.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/com/yihu/zeus/ws/ZeusUploadWs.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/das-client.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/database.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/job.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/log4j.properties" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/login.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/struts.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/sys.properties" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/Zeus/src/sys.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-configuration/pom.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-configuration/src/main/java/com/yihu/ehr/configuration/ConfigurationServiceApp.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-configuration/src/main/resources/application.properties" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-configuration/src/main/resources/application.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-configuration/src/main/resources/bootstrap.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-discovery/pom.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-discovery/src/main/java/com/yihu/ehr/DiscoveryServiceApp.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-discovery/src/main/resources/application.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-discovery/src/main/resources/bootstrap.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/pom.xml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/StandardServiceApp.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterDatasetController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterDatasetRelationController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterDictController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterDictentryController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterMetadataController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterSchemeController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterSchemeDispatchController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/general/AdapterSchemeVersionController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterDatasetRelationRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterDatasetRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterDictRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterDictentryRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterMetadataRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterSchemeDispatchRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterSchemeRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/controller/rest/AdapterSchemeVersionRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterDatasetModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterDatasetRelationModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterDictModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterDictentryModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterMetadataModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterSchemeDispatchModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterSchemeModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/AdapterSchemeVersionModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/resultModel/AdapterDictEntryResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/resultModel/AdapterMetadataResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/resultModel/ApiMetadataResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/resultModel/SchemeResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/model/resultModel/SchemeVersionResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterDatasetRelationService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterDatasetService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterDictService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterDictentryService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterMetadataService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterSchemeDispatchService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterSchemeService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/adapter/AdapterSchemeVersionService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/adapter/service/bo/AdapterVersion.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/config/SwaggerConfig.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/constant/Constants.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/dao/SQLGeneralDAO.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/dao/XSQLGeneralDAO.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/exception/ApiHandlerExceptionResolver.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/exception/DataSetException.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/exception/MetaDataException.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/model/Select2.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/model/TreeView.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StandardController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StandardVersionController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdCDACatalogController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdCDAController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdCDADatasetController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdDataSetCatalogController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdDataSetController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdDictController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdDictEntryController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdMetadataController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/general/StdPublisherController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StandardRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StandardVersionRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdCDACatalogRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdCDADatasetRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdCDARestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdDataSetCatalogRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdDataSetRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdDictEntryRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdDictRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/controller/rest/StdMetadataRestController.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StandardModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StandardVersionModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdCDACatalogModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdCDADatasetModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdCDAModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdDataSetModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdDatasetCatalogModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdDictionaryEntryModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdDictionaryModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdMetaDataModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/StdPublisherModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/model/resultModel/StandardResultDetailModel.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StandardService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StandardVersionService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdCDACatalogService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdCDADatasetService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdCDAService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdDatasetCatalogService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdDatasetService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdDictEntryService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdDictService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdMetadataService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/StdPublisherService.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/stdandard/service/bo/StandardVersion.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/util/BeanTransformer.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/util/RequestParamTransformer.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/java/com/yihu/ehr/util/SqlCreator.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/resources/application.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/main/resources/bootstrap.yml" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/test/java/com/yihu/ehr/stdandard/ApplicationTests.java" afterPath="" />
      <change type="DELETED" beforePath="$PROJECT_DIR$/svr-standard/src/test/java/com/yihu/ehr/util/BeanTransformerTest.java" afterPath="" />
    <list default="true" id="71c492ef-4e6f-4797-b60c-10cac8f49c92" name="Default" comment="上传https工具类 代码">
      <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/util/RPCUtil.java" />
      <change type="DELETED" beforePath="D:\newHealth\hos2\esb\Hos-resource\src\main\resources\redisconfig.properties" afterPath="" />
      <change type="DELETED" beforePath="D:\newHealth\hos2\esb\Hos-resource\src\main\resources\resource.properties" afterPath="" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterDictEntryService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterDictEntryService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterMetadataService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterMetadataService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterSchemeVersionService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterSchemeVersionService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/config/Config.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/config/Config.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/model/DataGridResult.java" afterPath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/model/DataGridResult.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/controller/DataPushController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/controller/DataPushController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectDao.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectDao.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectLogDao.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectLogDao.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatacollectService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatacollectService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatapushService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatapushService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Framework/Hos-Framework.iml" afterPath="$PROJECT_DIR$/Hos-Framework/Hos-Framework.iml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Mini/Hos-Resource-Mini.iml" afterPath="$PROJECT_DIR$/Hos-Resource-Mini/Hos-Resource-Mini.iml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/Hos-Resource.iml" afterPath="$PROJECT_DIR$/Hos-resource/Hos-Resource.iml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectDao.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectDao.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectLogDao.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectLogDao.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/intf/IDatapushService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/intf/IDatapushService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/IStdService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/IStdService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/model/Result.java" afterPath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/model/Result.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsCategoryController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsCategoryController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsDimensionController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsDimensionController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceDimensionDaoImpl.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceDimensionDaoImpl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/RsResourceRestServiceImpl.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/RsResourceRestServiceImpl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java" afterPath="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeMetadataController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeMetadataController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/StandardVersionController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/StandardVersionController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StandardVersionService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StandardVersionService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdCDACatalogService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdCDACatalogService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdDatasetCatalogService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdDatasetCatalogService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/StdService.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/StdService.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/thread/UpdateThread.java" afterPath="$PROJECT_DIR$/Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/thread/UpdateThread.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/resources/spring/applicationContext.xml" afterPath="$PROJECT_DIR$/Hos-resource/src/main/resources/spring/applicationContext.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/compiler.xml" afterPath="$PROJECT_DIR$/.idea/compiler.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/resources/config/dbhelper.properties" afterPath="$PROJECT_DIR$/Hos-resource/src/main/resources/config/dbhelper.properties" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/resources/config/http.properties" afterPath="$PROJECT_DIR$/Hos-resource/src/main/resources/config/http.properties" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/pom.xml" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/pom.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/resource-rest.iml" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/resource-rest.iml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/RouteControl.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/RouteControl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/TransformerControl.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/TransformerControl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/GatewayControl.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/GatewayControl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/qcl/TXData.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/qcl/TXData.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsResourceRestController.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsResourceRestController.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceRestDetailDaoImpl.java" afterPath="$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceRestDetailDaoImpl.java" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/resources/rpc.properties" afterPath="$PROJECT_DIR$/Hos-Resource-Rest/src/main/resources/rpc.properties" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml" afterPath="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
    </list>
    <ignored path="hos.iws" />
    <ignored path=".idea/workspace.xml" />
@ -1716,6 +59,7 @@
    <ignored path="$PROJECT_DIR$/Hos-Resource-Mini/target/" />
    <ignored path=".idea/dataSources.local.xml" />
    <ignored path="$PROJECT_DIR$/EHR-resource/target/" />
    <ignored path="$PROJECT_DIR$/../../hos_resource/Hos-Resource-Mini/target/" />
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <option name="TRACKING_ENABLED" value="true" />
    <option name="SHOW_DIALOG" value="false" />
@ -1738,102 +82,137 @@
    <favorites_list name="hos" />
  </component>
  <component name="FileEditorManager">
    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
      <file leaf-file-name="RestResponseResult.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/RestResponseResult.java">
    <leaf>
      <file leaf-file-name="CrawlerManager.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/CrawlerManager.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
              <caret line="145" column="19" selection-start-line="145" selection-start-column="12" selection-end-line="145" selection-end-column="19" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="RestRequsetResult.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rest/RestRequsetResult.java">
      <file leaf-file-name="Patient.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/model/patient/Patient.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="53" column="66" selection-start-line="53" selection-start-column="62" selection-end-line="53" selection-end-column="66" />
              <caret line="7" column="20" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="20" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="RPCResponseResult.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCResponseResult.java">
      <file leaf-file-name="CrawlerController.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
              <caret line="31" column="5" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="RPCRequestResult.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCRequestResult.java">
      <file leaf-file-name="SchemeDictEntryController.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="6" column="3" selection-start-line="6" selection-start-column="3" selection-end-line="7" selection-end-column="15" />
              <caret line="25" column="13" selection-start-line="25" selection-start-column="13" selection-end-line="25" selection-end-column="13" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="RestRequsetResult.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/RestRequsetResult.java">
      <file leaf-file-name="SQLGeneralDAO.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
              <folding />
              <caret line="378" column="9" selection-start-line="378" selection-start-column="9" selection-end-line="378" selection-end-column="9" />
              <folding>
                <element signature="imports" expanded="false" />
                <element signature="e#5654#5698#0" expanded="false" />
                <element signature="e#6235#6279#0" expanded="false" />
                <element signature="e#6842#6886#0" expanded="false" />
                <element signature="e#7409#7453#0" expanded="false" />
                <marker date="1461060557679" expanded="true" signature="17764:17784" placeholder="select max(i..missingValue..." />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="Page.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/Page.java">
      <file leaf-file-name="XSQLGeneralDAO.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/XSQLGeneralDAO.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="30" column="20" selection-start-line="30" selection-start-column="20" selection-end-line="30" selection-end-column="20" />
              <folding />
            <state vertical-scroll-proportion="-2.7536232">
              <caret line="129" column="82" selection-start-line="129" selection-start-column="82" selection-end-line="129" selection-end-column="82" />
              <folding>
                <element signature="imports" expanded="false" />
                <element signature="e#1891#1920#0" expanded="false" />
                <element signature="e#2266#2295#0" expanded="false" />
                <element signature="e#2649#2678#0" expanded="false" />
                <element signature="e#2980#3009#0" expanded="false" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="ResourceRpcImpl.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java">
      <file leaf-file-name="web.xml" pinned="false" current-in-tab="true">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="32" column="1" selection-start-line="17" selection-start-column="3" selection-end-line="32" selection-end-column="1" />
            <state vertical-scroll-proportion="0.48708487">
              <caret line="59" column="20" selection-start-line="59" selection-start-column="20" selection-end-line="59" selection-end-column="20" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="App.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java">
      <file leaf-file-name="SysConfig.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/model/config/SysConfig.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.0">
              <caret line="58" column="42" selection-start-line="58" selection-start-column="31" selection-end-line="58" selection-end-column="42" />
              <caret line="123" column="0" selection-start-line="123" selection-start-column="0" selection-end-line="123" selection-end-column="0" />
              <folding />
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="IResourceRpc.java" pinned="false" current-in-tab="true">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/IResourceRpc.java">
      <file leaf-file-name="SysConfig.java" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/../../hos_resource/Hos-Resource-Mini/src/main/java/com.yihu.ehr/common/config/SysConfig.java">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="0.5173267">
              <caret line="13" column="48" selection-start-line="13" selection-start-column="48" selection-end-line="13" selection-end-column="48" />
              <folding />
            <state vertical-scroll-proportion="0.0">
              <caret line="114" column="28" selection-start-line="114" selection-start-column="17" selection-end-line="114" selection-end-column="28" />
              <folding>
                <element signature="imports" expanded="false" />
                <element signature="e#1394#1395#0" expanded="false" />
                <element signature="e#1430#1431#0" expanded="false" />
                <element signature="e#1478#1479#0" expanded="false" />
                <element signature="e#1518#1519#0" expanded="false" />
                <element signature="e#1554#1555#0" expanded="false" />
                <element signature="e#1586#1587#0" expanded="false" />
                <element signature="e#1636#1637#0" expanded="false" />
                <element signature="e#1678#1679#0" expanded="false" />
                <element signature="e#1747#1748#0" expanded="false" />
                <element signature="e#1809#1810#0" expanded="false" />
                <element signature="e#1884#1885#0" expanded="false" />
                <element signature="e#1929#1930#0" expanded="false" />
                <element signature="e#1971#1972#0" expanded="false" />
                <element signature="e#2009#2010#0" expanded="false" />
                <element signature="e#2052#2053#0" expanded="false" />
                <element signature="e#2091#2092#0" expanded="false" />
                <element signature="e#4409#4410#0" expanded="false" />
                <element signature="e#4447#4448#0" expanded="false" />
                <element signature="e#4481#4482#0" expanded="false" />
                <element signature="e#4511#4512#0" expanded="false" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
      <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/pom.xml">
      <file leaf-file-name="sys.config.xml" pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/config/sys.config.xml">
          <provider selected="true" editor-type-id="text-editor">
            <state vertical-scroll-proportion="-7.5">
              <caret line="161" column="21" selection-start-line="161" selection-start-column="21" selection-end-line="161" selection-end-column="21" />
            <state vertical-scroll-proportion="0.0">
              <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="4" />
              <folding />
            </state>
          </provider>
@ -1859,8 +238,6 @@
  <component name="IdeDocumentHistory">
    <option name="CHANGED_PATHS">
      <list>
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menuaction/menuAction.jsp" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/role/role.jsp" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/role/roleJs.jsp" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menuaction/menuActionJs.jsp" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParam.jsp" />
@ -1910,6 +287,8 @@
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceAuthorizeJs.jsp" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestJs.jsp" />
        <option value="$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java" />
        <option value="$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml" />
        <option value="$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java" />
      </list>
    </option>
  </component>
@ -1940,13 +319,26 @@
          <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
        </PATH_ELEMENT>
      </PATH>
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="" />
          <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="Hos-Resource-Mini" />
          <option name="myItemType" value="org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode" />
        </PATH_ELEMENT>
      </PATH>
    </treeState>
  </component>
  <component name="NamedScopeManager">
    <order />
  </component>
  <component name="ProjectFrameBounds">
    <option name="x" value="-8" />
    <option name="y" value="-8" />
    <option name="width" value="1382" />
    <option name="height" value="744" />
    <option name="x" value="-9" />
    <option name="y" value="-9" />
    <option name="width" value="1932" />
    <option name="height" value="1048" />
  </component>
  <component name="ProjectLevelVcsManager" settingsEditedManually="false">
    <OptionsSetting value="true" id="Add" />
@ -1969,10 +361,10 @@
      <autoscrollToSource />
      <autoscrollFromSource />
      <sortByType />
      <manualOrder />
      <foldersAlwaysOnTop value="true" />
    </navigator>
    <panes>
      <pane id="Scope" />
      <pane id="Scratches" />
      <pane id="ProjectPane">
        <subPane>
          <PATH>
@ -1986,8 +378,22 @@
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -1996,12 +402,46 @@
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resources" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2010,12 +450,42 @@
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resources" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="spring" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2026,18 +496,60 @@
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resources" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="config" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2052,18 +564,262 @@
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="httpclient" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="file" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="model" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Mini" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="java" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="com.yihu.ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="common" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="webapp" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="WEB-INF" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="webapp" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="main" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resources" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2079,11 +835,7 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resource" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2093,11 +845,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2113,15 +865,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="resource" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="base" />
              <option name="myItemId" value="standard" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2131,11 +879,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2151,11 +899,15 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="standard" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="controller" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2165,11 +917,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2185,15 +937,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="model" />
              <option name="myItemId" value="crawler" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2203,11 +951,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2223,19 +971,15 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="model" />
              <option name="myItemId" value="crawler" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="rpc" />
              <option name="myItemId" value="controller" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2245,11 +989,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-resource" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2265,19 +1009,25 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="ehr" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="common" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="model" />
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2287,11 +1037,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2307,15 +1057,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="dao" />
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2325,11 +1071,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2345,15 +1091,15 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="control" />
              <option name="myItemId" value="httpclient" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2363,11 +1109,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2383,19 +1129,15 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="control" />
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="rpc" />
              <option name="myItemId" value="http" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2405,11 +1147,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2425,23 +1167,15 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="gateway" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="control" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="rpc" />
              <option name="myItemId" value="util" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="impl" />
              <option name="myItemId" value="compress" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2451,11 +1185,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2471,11 +1205,7 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="control" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2485,11 +1215,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="esb" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="Hos-Resource-Rest" />
              <option name="myItemId" value="Hos-Framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
@ -2505,11 +1235,11 @@
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="hos" />
              <option name="myItemId" value="framework" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="config" />
              <option name="myItemId" value="dao" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
@ -2525,8 +1255,6 @@
          </PATH>
        </subPane>
      </pane>
      <pane id="Scope" />
      <pane id="Scratches" />
    </panes>
  </component>
  <component name="PropertiesComponent">
@ -2537,7 +1265,7 @@
    <property name="project.structure.proportion" value="0.15722656" />
    <property name="project.structure.side.proportion" value="0.421659" />
    <property name="js-jscs-nodeInterpreter" value="d:\AppCan\AppCanStudioPersonalV3.1\HDK\emulator\mas\node.exe" />
    <property name="settings.editor.selected.configurable" value="MavenSettings" />
    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
    <property name="settings.editor.splitter.proportion" value="0.2" />
    <property name="recentsLimit" value="5" />
    <property name="restartRequiresConfirmation" value="true" />
@ -2546,21 +1274,21 @@
    <property name="Repository.Attach.Sources" value="false" />
    <property name="FullScreen" value="false" />
    <property name="dynamic.classpath" value="false" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth0" value="58" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth0" value="45" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder0" value="0" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth1" value="74" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth1" value="212" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder1" value="1" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth2" value="74" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth2" value="69" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder2" value="2" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth3" value="670" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth3" value="527" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder3" value="3" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth0" value="83" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth0" value="81" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder0" value="0" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth1" value="87" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth1" value="85" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder1" value="1" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth2" value="88" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth2" value="86" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder2" value="2" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth3" value="618" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth3" value="601" />
    <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder3" value="3" />
  </component>
  <component name="RecentsManager">
@ -2654,6 +1382,47 @@
      <option name="PROGRAM_PARAMETERS" />
      <method />
    </configuration>
    <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application">
      <module name="" />
      <option name="ACTIVITY_CLASS" value="" />
      <option name="MODE" value="default_activity" />
      <option name="DEPLOY" value="true" />
      <option name="ARTIFACT_NAME" value="" />
      <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
      <option name="PREFERRED_AVD" value="" />
      <option name="USE_COMMAND_LINE" value="true" />
      <option name="COMMAND_LINE" value="" />
      <option name="WIPE_USER_DATA" value="false" />
      <option name="DISABLE_BOOT_ANIMATION" value="false" />
      <option name="NETWORK_SPEED" value="full" />
      <option name="NETWORK_LATENCY" value="none" />
      <option name="CLEAR_LOGCAT" value="false" />
      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
      <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
      <method />
    </configuration>
    <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
      <module name="" />
      <option name="TESTING_TYPE" value="0" />
      <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
      <option name="METHOD_NAME" value="" />
      <option name="CLASS_NAME" value="" />
      <option name="PACKAGE_NAME" value="" />
      <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
      <option name="PREFERRED_AVD" value="" />
      <option name="USE_COMMAND_LINE" value="true" />
      <option name="COMMAND_LINE" value="" />
      <option name="WIPE_USER_DATA" value="false" />
      <option name="DISABLE_BOOT_ANIMATION" value="false" />
      <option name="NETWORK_SPEED" value="full" />
      <option name="NETWORK_LATENCY" value="none" />
      <option name="CLEAR_LOGCAT" value="false" />
      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
      <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
      <method />
    </configuration>
    <configuration default="true" type="Applet" factoryName="Applet">
      <option name="HTML_USED" value="false" />
      <option name="WIDTH" value="400" />
@ -2792,64 +1561,14 @@
      <patterns />
      <method />
    </configuration>
    <configuration default="true" type="JUnitTestDiscovery" factoryName="JUnit Test Discovery" changeList="All">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PACKAGE_NAME" />
      <option name="MAIN_CLASS_NAME" />
      <option name="METHOD_NAME" />
      <option name="TEST_OBJECT" value="class" />
      <option name="VM_PARAMETERS" />
      <option name="PARAMETERS" />
      <option name="WORKING_DIRECTORY" />
      <option name="ENV_VARIABLES" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="TEST_SEARCH_SCOPE">
        <value defaultName="singleModule" />
      </option>
      <envs />
      <patterns />
      <method />
    </configuration>
    <configuration default="true" type="JarApplication" factoryName="JAR Application">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <option name="SCRATCH_FILE_ID" value="0" />
      <option name="MAIN_CLASS_NAME" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="WORKING_DIRECTORY" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="ENABLE_SWING_INSPECTOR" value="false" />
      <option name="ENV_VARIABLES" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <module name="" />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
      <method />
    </configuration>
    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <option name="MAIN_CLASS_NAME" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="WORKING_DIRECTORY" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <module name="Hos-Framework" />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="MavenRunConfiguration" factoryName="Maven">
      <MavenSettings>
        <option name="myGeneralSettings" />
@ -2880,36 +1599,6 @@
      <option name="PORT" value="5005" />
      <method />
    </configuration>
    <configuration default="true" type="ScalaTestRunConfiguration" factoryName="ScalaTest">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
      <setting name="path" value="" />
      <setting name="package" value="" />
      <setting name="vmparams" value="" />
      <setting name="params" value="" />
      <setting name="workingDirectory" value="" />
      <setting name="searchForTest" value="Across module dependencies" />
      <setting name="testName" value="" />
      <setting name="testKind" value="Class" />
      <setting name="showProgressMessages" value="true" />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="Specs2RunConfiguration" factoryName="Specs2">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
      <setting name="path" value="" />
      <setting name="package" value="" />
      <setting name="vmparams" value="" />
      <setting name="params" value="" />
      <setting name="workingDirectory" value="" />
      <setting name="searchForTest" value="Across module dependencies" />
      <setting name="testName" value="" />
      <setting name="testKind" value="Class" />
      <setting name="showProgressMessages" value="true" />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
@ -2944,34 +1633,6 @@
      <listeners />
      <method />
    </configuration>
    <configuration default="true" type="TestNGTestDiscovery" factoryName="TestNG Test Discovery" changeList="All">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="SUITE_NAME" />
      <option name="PACKAGE_NAME" />
      <option name="MAIN_CLASS_NAME" />
      <option name="METHOD_NAME" />
      <option name="GROUP_NAME" />
      <option name="TEST_OBJECT" value="CLASS" />
      <option name="VM_PARAMETERS" />
      <option name="PARAMETERS" />
      <option name="WORKING_DIRECTORY" />
      <option name="OUTPUT_DIRECTORY" />
      <option name="ANNOTATION_TYPE" />
      <option name="ENV_VARIABLES" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="TEST_SEARCH_SCOPE">
        <value defaultName="singleModule" />
      </option>
      <option name="USE_DEFAULT_REPORTERS" value="false" />
      <option name="PROPERTIES_FILE" />
      <envs />
      <properties />
      <listeners />
      <method />
    </configuration>
    <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
      <node-options />
      <gulpfile />
@ -2981,33 +1642,12 @@
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="js.build_tools.npm" factoryName="npm">
      <command value="run-script" />
      <scripts />
      <envs />
      <method />
    </configuration>
    <configuration default="true" type="osgi.bnd.run" factoryName="Run Launcher">
      <method />
    </configuration>
    <configuration default="true" type="osgi.bnd.run" factoryName="Test Launcher (JUnit)">
      <method />
    </configuration>
    <configuration default="true" type="uTestRunConfiguration" factoryName="utest">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <module name="" />
      <setting name="path" value="" />
      <setting name="package" value="" />
      <setting name="vmparams" value="" />
      <setting name="params" value="" />
      <setting name="workingDirectory" value="" />
      <setting name="searchForTest" value="Across module dependencies" />
      <setting name="testName" value="" />
      <setting name="testKind" value="Class" />
      <setting name="showProgressMessages" value="true" />
      <envs />
      <method />
    </configuration>
    <configuration default="false" name="App" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <option name="SPRING_BOOT_MAIN_CLASS" value="com.yihu.hos.resource.base.App" />
@ -3174,6 +1814,7 @@
      <workItem from="1460334890582" duration="580000" />
      <workItem from="1460335559827" duration="10845000" />
      <workItem from="1460518194302" duration="231000" />
      <workItem from="1461059462554" duration="1159000" />
    </task>
    <task id="LOCAL-00001" summary="修改bug">
      <created>1457932730986</created>
@ -3205,45 +1846,83 @@
      <option name="project" value="LOCAL" />
      <updated>1458023938612</updated>
    </task>
    <option name="localTasksCounter" value="6" />
    <task id="LOCAL-00006" summary="采集注册上传逻辑归并调试">
      <created>1461059296022</created>
      <option name="number" value="00006" />
      <option name="project" value="LOCAL" />
      <updated>1461059296022</updated>
    </task>
    <option name="localTasksCounter" value="7" />
    <servers />
  </component>
  <component name="TimeTrackingManager">
    <option name="totallyTimeSpent" value="301048000" />
    <option name="totallyTimeSpent" value="302317000" />
  </component>
  <component name="ToolWindowManager">
    <frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
    <frame x="-9" y="-9" width="1932" height="1048" extended-state="0" />
    <editor active="false" />
    <layout>
      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Messages" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25856164" sideWeight="0.48865354" order="10" side_tool="false" content_ui="tabs" />
      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
      <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32876712" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25856164" sideWeight="0.51134646" order="7" side_tool="true" content_ui="tabs" />
      <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32924107" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2397882" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4408482" sideWeight="0.4904051" order="9" side_tool="false" content_ui="tabs" />
      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.27155825" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
      <window_info id="Bean Validation" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
      <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980332" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3547655" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24962178" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
      <window_info id="Debug" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.34151787" sideWeight="0.56023455" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="CommonGen" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.29464287" sideWeight="0.7457356" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.34375" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
      <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32876712" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3557047" sideWeight="0.51825994" order="7" side_tool="true" content_ui="tabs" />
      <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32885906" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.08137045" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3557047" sideWeight="0.48174006" order="9" side_tool="false" content_ui="tabs" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.29418343" sideWeight="0.7457356" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.22502685" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
      <window_info id="Bean Validation" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
      <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32976446" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3547655" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24946466" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.34004474" sideWeight="0.5535332" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32214764" sideWeight="0.47591007" order="10" side_tool="false" content_ui="tabs" />
      <window_info id="CommonGen" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.34340045" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
    </layout>
    <layout-to-restore>
      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3411633" sideWeight="0.44432548" order="7" side_tool="true" content_ui="tabs" />
      <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32885906" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.08137045" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
      <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32976446" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3547655" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24946466" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.47091722" sideWeight="0.5556745" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32214764" sideWeight="0.47591007" order="10" side_tool="false" content_ui="tabs" />
      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
      <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32876712" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
      <window_info id="CommonGen" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3557047" sideWeight="0.4838883" order="9" side_tool="false" content_ui="tabs" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.29418343" sideWeight="0.7457356" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.22556391" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
      <window_info id="Bean Validation" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.34340045" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
    </layout-to-restore>
  </component>
  <component name="Vcs.Log.UiProperties">
    <option name="RECENTLY_FILTERED_USER_GROUPS">
@ -3293,399 +1972,523 @@
    <option name="FILTER_TARGETS" value="false" />
  </component>
  <component name="editorHistoryManager">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/constrant/ApiVersionPrefix.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StandardService.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="3" column="12" selection-start-line="3" selection-start-column="12" selection-end-line="3" selection-end-column="12" />
          <caret line="212" column="41" selection-start-line="212" selection-start-column="41" selection-end-line="212" selection-end-column="41" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/model/DictItem.java">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar!/org/apache/http/impl/client/CloseableHttpClient.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="5" column="5" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
        <state vertical-scroll-proportion="-5.212121">
          <caret line="41" column="0" selection-start-line="41" selection-start-column="0" selection-end-line="41" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/exception/ApiException.java">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar!/org/apache/http/impl/client/InternalHttpClient.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.33200794">
          <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
        <state vertical-scroll-proportion="-5.212121">
          <caret line="147" column="0" selection-start-line="147" selection-start-column="0" selection-end-line="147" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/target/Hos-Resource-1.0-SNAPSHOT/WEB-INF/web.xml">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar!/org/apache/http/impl/execchain/ClientExecChain.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        <state vertical-scroll-proportion="0.44680852">
          <caret line="16" column="26" selection-start-line="16" selection-start-column="26" selection-end-line="16" selection-end-column="26" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/resources/config/http.properties">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="3.28">
          <caret line="82" column="19" selection-start-line="82" selection-start-column="19" selection-end-line="82" selection-end-column="19" />
          <folding />
        <state vertical-scroll-proportion="0.0">
          <caret line="7" column="20" selection-start-line="7" selection-start-column="20" selection-end-line="9" selection-end-column="48" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/pom.xml">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar!/org/apache/http/impl/execchain/RedirectExec.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.050802138">
          <caret line="99" column="44" selection-start-line="99" selection-start-column="44" selection-end-line="99" selection-end-column="44" />
        <state vertical-scroll-proportion="0.0">
          <caret line="68" column="0" selection-start-line="68" selection-start-column="0" selection-end-line="68" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/resource.properties">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/common/ApplicationStart.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="55" />
          <caret line="66" column="59" selection-start-line="66" selection-start-column="59" selection-end-line="66" selection-end-column="59" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/ResourceOuterPortal.java">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/service/thread/StandardUpdateThread.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.17117117">
          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
        <state vertical-scroll-proportion="0.0">
          <caret line="19" column="53" selection-start-line="19" selection-start-column="53" selection-end-line="19" selection-end-column="53" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/util/httpclient/HttpClientUtil.java">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/service/standard/StandardManager.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.33333334">
          <caret line="40" column="18" selection-start-line="40" selection-start-column="18" selection-end-line="40" selection-end-column="18" />
        <state vertical-scroll-proportion="0.0">
          <caret line="117" column="30" selection-start-line="117" selection-start-column="30" selection-end-line="117" selection-end-column="30" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/ResourceInnerPortal.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/http/Response.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
          <caret line="7" column="23" selection-start-line="7" selection-start-column="23" selection-end-line="7" selection-end-column="23" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/IRsResourceRestService.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/http/HttpClientUtil.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.33125">
          <caret line="13" column="19" selection-start-line="13" selection-start-column="19" selection-end-line="13" selection-end-column="19" />
        <state vertical-scroll-proportion="0.0">
          <caret line="173" column="30" selection-start-line="173" selection-start-column="25" selection-end-line="173" selection-end-column="30" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/4.1.7.RELEASE/spring-core-4.1.7.RELEASE.jar!/org/springframework/util/StringUtils.class">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/http/HttpsInitialise.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.3633218">
          <caret line="34" column="0" selection-start-line="34" selection-start-column="0" selection-end-line="34" selection-end-column="0" />
        <state vertical-scroll-proportion="-0.46376812">
          <caret line="55" column="38" selection-start-line="55" selection-start-column="38" selection-end-line="55" selection-end-column="38" />
          <folding>
            <element signature="imports" expanded="false" />
            <element signature="e#1927#1928#0" expanded="false" />
            <element signature="e#1976#1977#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/RsResourceRestServiceImpl.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/http/HttpsClient.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="27" column="44" selection-start-line="27" selection-start-column="44" selection-end-line="27" selection-end-column="44" />
          <caret line="103" column="34" selection-start-line="103" selection-start-column="34" selection-end-line="103" selection-end-column="34" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceRestDetailDaoImpl.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/httpclient/HttpResponse.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="25" column="65" selection-start-line="25" selection-start-column="51" selection-end-line="25" selection-end-column="65" />
          <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/model/RsResourceRestDetail.java">
    <entry file="jar://D:/software/java/jre/lib/rt.jar!/javax/net/ssl/HostnameVerifier.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="12" column="33" selection-start-line="12" selection-start-column="19" selection-end-line="12" selection-end-column="33" />
        <state vertical-scroll-proportion="0.35929647">
          <caret line="9" column="17" selection-start-line="9" selection-start-column="17" selection-end-line="9" selection-end-column="17" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsResourceRestController.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/model/adapter/AdapterDataSet.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="90" column="53" selection-start-line="90" selection-start-column="53" selection-end-line="90" selection-end-column="53" />
          <caret line="74" column="0" selection-start-line="74" selection-start-column="0" selection-end-line="74" selection-end-column="0" />
          <folding>
            <element signature="e#3209#3210#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/config/ThreadConfig.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/config/dbhelper.properties">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="12" column="13" selection-start-line="12" selection-start-column="13" selection-end-line="12" selection-end-column="13" />
          <caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini-Update/pom.xml">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar!/org/apache/http/util/Args.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="2.0357144">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        <state vertical-scroll-proportion="0.35910225">
          <caret line="32" column="24" selection-start-line="32" selection-start-column="24" selection-end-line="32" selection-end-column="24" />
        </state>
      </provider>
    </entry>
    <entry file="jar://$MAVEN_REPOSITORY$/com/yihu/core/core-rpc/2.0.0/core-rpc-2.0.0.jar!/com/coreframework/ioc/By.class">
    <entry file="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar!/org/apache/http/conn/ssl/SSLConnectionSocketFactory.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.2973913">
          <caret line="15" column="18" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="18" />
        <state vertical-scroll-proportion="-1.0784314">
          <caret line="277" column="41" selection-start-line="277" selection-start-column="25" selection-end-line="277" selection-end-column="41" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/service/ResourceService.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/config/quartz.properties">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="19" column="13" selection-start-line="19" selection-start-column="13" selection-end-line="19" selection-end-column="13" />
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/thread/UpdateThread.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/PatientCDAIndex.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="111" column="60" selection-start-line="111" selection-start-column="60" selection-end-line="111" selection-end-column="60" />
          <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/DataCollectionControl.java">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/util/file/FileUtil.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="9" column="13" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="13" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/qcl/QLCRequestMessage.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.18905473">
          <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="jar://$MAVEN_REPOSITORY$/com/yihu/core/core-rpc/2.0.0/core-rpc-2.0.0.jar!/com/coreframework/remoting/Server.class">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/file/FileUtil.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.18842976">
          <caret line="29" column="13" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
        <state vertical-scroll-proportion="0.0">
          <caret line="27" column="0" selection-start-line="27" selection-start-column="0" selection-end-line="27" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/resources/application.properties">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/compress/Zipper.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="2" column="16" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="16" />
          <caret line="104" column="19" selection-start-line="104" selection-start-column="19" selection-end-line="104" selection-end-column="19" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="jar://$MAVEN_REPOSITORY$/com/yihu/core/core-rpc/2.0.0/core-rpc-2.0.0.jar!/com/coreframework/remoting/reflect/RemoteImplInvocationHandler.class">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/util/httpclient/EsbHttp.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="-7.178571">
          <caret line="125" column="0" selection-start-line="125" selection-start-column="0" selection-end-line="125" selection-end-column="0" />
        <state vertical-scroll-proportion="-1.7826087">
          <caret line="292" column="51" selection-start-line="292" selection-start-column="43" selection-end-line="292" selection-end-column="51" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="jar://$MAVEN_REPOSITORY$/com/yihu/core/core-rpc/2.0.0/core-rpc-2.0.0.jar!/com/coreframework/remoting/reflect/Rpc.class">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/util/httpclient/HttpHelper.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.35084426">
          <caret line="106" column="24" selection-start-line="106" selection-start-column="18" selection-end-line="106" selection-end-column="24" />
        <state vertical-scroll-proportion="-2.2608695">
          <caret line="155" column="42" selection-start-line="155" selection-start-column="34" selection-end-line="155" selection-end-column="42" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rest/RestResponseResult.java">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/util/httpclient/HttpClientUtil.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="9" column="31" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="31" />
        <state vertical-scroll-proportion="4.881081">
          <caret line="194" column="18" selection-start-line="148" selection-start-column="8" selection-end-line="194" selection-end-column="18" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/springutil/SpringBeanUtil.java">
    <entry file="jar://$MAVEN_REPOSITORY$/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar!/net/lingala/zip4j/core/ZipFile.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="18" column="27" selection-start-line="18" selection-start-column="13" selection-end-line="18" selection-end-column="27" />
        <state vertical-scroll-proportion="-4.090909">
          <caret line="152" column="0" selection-start-line="152" selection-start-column="0" selection-end-line="152" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/util/springUtil/SpringBeanUtil.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/PatientCDAUpload.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="18" column="27" selection-start-line="18" selection-start-column="13" selection-end-line="18" selection-end-column="27" />
          <caret line="54" column="0" selection-start-line="54" selection-start-column="0" selection-end-line="54" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/control/ResourceControl.java">
    <entry file="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/org/junit/runners/model/FrameworkMethod.class">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="285" column="11" selection-start-line="285" selection-start-column="11" selection-end-line="285" selection-end-column="11" />
        <state vertical-scroll-proportion="3.0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/GatewayControl.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/httpclient/HttpClientUtil.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="26" column="14" selection-start-line="26" selection-start-column="14" selection-end-line="26" selection-end-column="14" />
          <caret line="195" column="0" selection-start-line="195" selection-start-column="0" selection-end-line="195" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/system/controller/DictController.java">
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Mini/src/main/java/com.yihu.ehr/common/ThreadStart.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="82" column="22" selection-start-line="82" selection-start-column="22" selection-end-line="82" selection-end-column="22" />
          <caret line="67" column="0" selection-start-line="67" selection-start-column="0" selection-end-line="67" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/datacollect/trackJob.jsp">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/EsbHttp.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="53" column="24" selection-start-line="53" selection-start-column="24" selection-end-line="53" selection-end-column="24" />
          <folding />
          <caret line="50" column="27" selection-start-line="50" selection-start-column="27" selection-end-line="50" selection-end-column="27" />
          <folding>
            <element signature="e#2698#2714#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/system/controller/BaseDictController.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/config/http.properties">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="116" column="17" selection-start-line="116" selection-start-column="17" selection-end-line="116" selection-end-column="17" />
          <folding>
            <element signature="imports" expanded="false" />
          </folding>
          <caret line="9" column="48" selection-start-line="9" selection-start-column="12" selection-end-line="9" selection-end-column="48" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/datacollect/trackJobJs.jsp">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/http/HopHostnameVerifier.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="12" column="18" selection-start-line="13" selection-start-column="24" selection-end-line="14" selection-end-column="12" />
          <caret line="11" column="13" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/datacollect/repeatDatacollectJs.jsp">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/util/httpclient/HttpHelper.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
          <caret line="50" column="35" selection-start-line="50" selection-start-column="35" selection-end-line="50" selection-end-column="35" />
          <folding>
            <marker date="1460448105097" expanded="true" signature="1932:1943" placeholder="..." />
            <marker date="1460448105097" expanded="true" signature="2228:2239" placeholder="..." />
            <element signature="imports" expanded="false" />
            <element signature="e#2788#2789#0" expanded="false" />
            <element signature="e#2831#2832#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRest.jsp">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/DataCollectDispatcher.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="10" column="22" selection-start-line="10" selection-start-column="22" selection-end-line="10" selection-end-column="22" />
          <folding />
          <caret line="230" column="22" selection-start-line="230" selection-start-column="22" selection-end-line="230" selection-end-column="22" />
          <folding>
            <element signature="e#10766#10767#0" expanded="true" />
            <element signature="e#10827#10828#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/RouteControl.java">
    <entry file="jar://D:/software/java/src.zip!/java/lang/String.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="32" column="22" selection-start-line="32" selection-start-column="22" selection-end-line="32" selection-end-column="22" />
          <caret line="1945" column="18" selection-start-line="1945" selection-start-column="18" selection-end-line="1945" selection-end-column="18" />
          <folding>
            <element signature="e#0#123975#0" expanded="false" />
            <element signature="imports" expanded="false" />
            <element signature="e#407#408#0" expanded="false" />
            <element signature="e#423#424#0" expanded="false" />
            <element signature="e#504#505#0" expanded="false" />
            <element signature="e#520#521#0" expanded="false" />
            <element signature="e#4677#4678#0" expanded="false" />
            <element signature="e#4717#4718#0" expanded="false" />
            <element signature="e#5690#5691#0" expanded="false" />
            <element signature="e#5753#5754#0" expanded="false" />
            <element signature="e#12762#12763#0" expanded="false" />
            <element signature="e#12814#12815#0" expanded="false" />
            <element signature="e#18445#18446#0" expanded="false" />
            <element signature="e#18498#18499#0" expanded="false" />
            <element signature="e#20391#20392#0" expanded="false" />
            <element signature="e#20435#20436#0" expanded="false" />
            <element signature="e#21625#21626#0" expanded="false" />
            <element signature="e#21705#21706#0" expanded="false" />
            <element signature="e#22450#22451#0" expanded="false" />
            <element signature="e#22485#22486#0" expanded="false" />
            <element signature="e#22736#22737#0" expanded="false" />
            <element signature="e#22776#22777#0" expanded="false" />
            <element signature="e#29126#29127#0" expanded="false" />
            <element signature="e#29197#29198#0" expanded="false" />
            <element signature="e#36057#36058#0" expanded="false" />
            <element signature="e#36123#36124#0" expanded="false" />
            <element signature="e#38033#38034#0" expanded="false" />
            <element signature="e#38087#38088#0" expanded="false" />
            <element signature="e#47202#47203#0" expanded="false" />
            <element signature="e#47266#47267#0" expanded="false" />
            <element signature="e#55464#55465#0" expanded="false" />
            <element signature="e#55508#55509#0" expanded="false" />
            <element signature="e#56101#56102#0" expanded="false" />
            <element signature="e#56178#56179#0" expanded="false" />
            <element signature="e#58145#58146#0" expanded="false" />
            <element signature="e#58182#58183#0" expanded="false" />
            <element signature="e#62524#62525#0" expanded="false" />
            <element signature="e#62580#62581#0" expanded="false" />
            <element signature="e#66121#66122#0" expanded="false" />
            <element signature="e#66159#66160#0" expanded="false" />
            <element signature="e#70413#70414#0" expanded="false" />
            <element signature="e#70466#70467#0" expanded="false" />
            <element signature="e#77904#77905#0" expanded="false" />
            <element signature="e#77963#77964#0" expanded="false" />
            <element signature="e#82280#82281#0" expanded="false" />
            <element signature="e#82331#82332#0" expanded="false" />
            <element signature="e#82635#82636#0" expanded="false" />
            <element signature="e#82684#82685#0" expanded="false" />
            <element signature="e#94262#94263#0" expanded="false" />
            <element signature="e#94300#94301#0" expanded="false" />
            <element signature="e#104339#104340#0" expanded="false" />
            <element signature="e#104394#104395#0" expanded="false" />
            <element signature="e#110860#110861#0" expanded="false" />
            <element signature="e#110915#110916#0" expanded="false" />
            <element signature="e#113007#113008#0" expanded="false" />
            <element signature="e#113034#113035#0" expanded="false" />
            <element signature="e#117557#117558#0" expanded="false" />
            <element signature="e#117619#117620#0" expanded="false" />
            <element signature="e#118069#118070#0" expanded="false" />
            <element signature="e#118108#118109#0" expanded="false" />
            <element signature="e#119120#119121#0" expanded="false" />
            <element signature="e#119174#119175#0" expanded="false" />
            <element signature="e#119823#119824#0" expanded="false" />
            <element signature="e#119877#119878#0" expanded="false" />
            <element signature="e#120146#120147#0" expanded="false" />
            <element signature="e#120185#120186#0" expanded="false" />
            <element signature="e#120553#120554#0" expanded="false" />
            <element signature="e#120596#120597#0" expanded="false" />
            <element signature="e#121391#121392#0" expanded="false" />
            <element signature="e#121433#121434#0" expanded="false" />
            <element signature="e#121848#121849#0" expanded="false" />
            <element signature="e#121887#121888#0" expanded="false" />
            <element signature="e#122309#122310#0" expanded="false" />
            <element signature="e#122349#122350#0" expanded="false" />
            <element signature="e#122779#122780#0" expanded="false" />
            <element signature="e#122820#122821#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestJs.jsp">
    <entry file="file://$PROJECT_DIR$/../../hos_resource/Hos-Resource-Mini/src/main/java/com.yihu.ehr/common/ApplicationStart.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="-18.285715">
          <caret line="202" column="18" selection-start-line="202" selection-start-column="18" selection-end-line="202" selection-end-column="18" />
        <state vertical-scroll-proportion="0.0">
          <caret line="54" column="21" selection-start-line="54" selection-start-column="21" selection-end-line="54" selection-end-column="50" />
          <folding>
            <marker date="1460449272237" expanded="true" signature="6970:6981" placeholder="..." />
            <marker date="1460449272237" expanded="true" signature="8338:8349" placeholder="..." />
            <element signature="imports" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/esb/control/TransformerControl.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/model/patient/Patient.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="8" column="29" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="29" />
          <folding>
            <element signature="imports" expanded="false" />
            <element signature="e#529#530#0" expanded="false" />
            <element signature="e#554#555#0" expanded="false" />
            <element signature="e#644#645#0" expanded="false" />
            <element signature="e#669#670#0" expanded="false" />
          </folding>
          <caret line="7" column="20" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="20" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/Page.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/service/CrawlerManager.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="30" column="20" selection-start-line="30" selection-start-column="20" selection-end-line="30" selection-end-column="20" />
          <caret line="145" column="19" selection-start-line="145" selection-start-column="12" selection-end-line="145" selection-end-column="19" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/pom.xml">
    <entry file="file://$PROJECT_DIR$/Hos-Process/src/com/yihu/business/LoginAction.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="-7.5">
          <caret line="161" column="21" selection-start-line="161" selection-start-column="21" selection-end-line="161" selection-end-column="21" />
          <folding />
        <state vertical-scroll-proportion="0.0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
          <folding>
            <element signature="imports" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java">
    <entry file="file://$PROJECT_DIR$/EHR-resource/src/main/java/com/yihu/ehr/system/controller/UserController.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="32" column="1" selection-start-line="17" selection-start-column="3" selection-end-line="32" selection-end-column="1" />
          <folding />
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
          <folding>
            <element signature="imports" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCResponseResult.java">
    <entry file="file://$PROJECT_DIR$/../../hos_resource/Hos-Resource-Mini/src/main/java/com.yihu.ehr/common/config/SysConfig.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
          <folding />
          <caret line="114" column="28" selection-start-line="114" selection-start-column="17" selection-end-line="114" selection-end-column="28" />
          <folding>
            <element signature="imports" expanded="false" />
            <element signature="e#1394#1395#0" expanded="false" />
            <element signature="e#1430#1431#0" expanded="false" />
            <element signature="e#1478#1479#0" expanded="false" />
            <element signature="e#1518#1519#0" expanded="false" />
            <element signature="e#1554#1555#0" expanded="false" />
            <element signature="e#1586#1587#0" expanded="false" />
            <element signature="e#1636#1637#0" expanded="false" />
            <element signature="e#1678#1679#0" expanded="false" />
            <element signature="e#1747#1748#0" expanded="false" />
            <element signature="e#1809#1810#0" expanded="false" />
            <element signature="e#1884#1885#0" expanded="false" />
            <element signature="e#1929#1930#0" expanded="false" />
            <element signature="e#1971#1972#0" expanded="false" />
            <element signature="e#2009#2010#0" expanded="false" />
            <element signature="e#2052#2053#0" expanded="false" />
            <element signature="e#2091#2092#0" expanded="false" />
            <element signature="e#4409#4410#0" expanded="false" />
            <element signature="e#4447#4448#0" expanded="false" />
            <element signature="e#4481#4482#0" expanded="false" />
            <element signature="e#4511#4512#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rpc/RPCRequestResult.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/resources/config/sys.config.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="6" column="3" selection-start-line="6" selection-start-column="3" selection-end-line="7" selection-end-column="15" />
          <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="4" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/RestRequsetResult.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/model/config/SysConfig.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
          <caret line="123" column="0" selection-start-line="123" selection-start-column="0" selection-end-line="123" selection-end-column="0" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/RestResponseResult.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
          <caret line="31" column="5" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/model/rest/RestRequsetResult.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="53" column="66" selection-start-line="53" selection-start-column="62" selection-end-line="53" selection-end-column="66" />
          <caret line="25" column="13" selection-start-line="25" selection-start-column="13" selection-end-line="25" selection-end-column="13" />
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java">
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/XSQLGeneralDAO.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="-2.7536232">
          <caret line="129" column="82" selection-start-line="129" selection-start-column="82" selection-end-line="129" selection-end-column="82" />
          <folding>
            <element signature="imports" expanded="false" />
            <element signature="e#1891#1920#0" expanded="false" />
            <element signature="e#2266#2295#0" expanded="false" />
            <element signature="e#2649#2678#0" expanded="false" />
            <element signature="e#2980#3009#0" expanded="false" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.0">
          <caret line="58" column="42" selection-start-line="58" selection-start-column="31" selection-end-line="58" selection-end-column="42" />
          <folding />
          <caret line="378" column="9" selection-start-line="378" selection-start-column="9" selection-end-line="378" selection-end-column="9" />
          <folding>
            <element signature="imports" expanded="false" />
            <element signature="e#5654#5698#0" expanded="false" />
            <element signature="e#6235#6279#0" expanded="false" />
            <element signature="e#6842#6886#0" expanded="false" />
            <element signature="e#7409#7453#0" expanded="false" />
            <marker date="1461060557679" expanded="true" signature="17764:17784" placeholder="select max(i..missingValue..." />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/IResourceRpc.java">
    <entry file="file://$PROJECT_DIR$/Hos-resource/src/main/webapp/WEB-INF/web.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state vertical-scroll-proportion="0.5173267">
          <caret line="13" column="48" selection-start-line="13" selection-start-column="48" selection-end-line="13" selection-end-column="48" />
        <state vertical-scroll-proportion="0.48708487">
          <caret line="59" column="20" selection-start-line="59" selection-start-column="20" selection-end-line="59" selection-end-column="20" />
          <folding />
        </state>
      </provider>
@ -3721,6 +2524,7 @@
      </state>
      <state key="GlobalLibrariesConfigurable.UI">
        <settings>
          <last-edited>lib</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
@ -3744,11 +2548,12 @@
      </state>
      <state key="ModuleStructureConfigurable.UI">
        <settings>
          <last-edited>hos</last-edited>
          <last-edited>Hos-Framework</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.421659" />
                <option value="0.5900963" />
              </list>
            </option>
          </splitter-proportions>

+ 1 - 1
Hos-Framework/Hos-Framework.iml

@ -161,9 +161,9 @@
    <orderEntry type="library" name="Maven: jboss:javassist:3.7.ga" level="project" />
    <orderEntry type="library" name="Maven: org.apache.tiles:tiles-compat:3.0.5" level="project" />
    <orderEntry type="library" name="Maven: net.sf.json-lib:json-lib:2.4" level="project" />
    <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
    <orderEntry type="library" name="Maven: commons-discovery:commons-discovery:0.2" level="project" />
    <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.2" level="project" />
    <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
    <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.0" level="project" />
    <orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
    <orderEntry type="library" name="Maven: org.apache.commons:commons-dbcp2:2.1" level="project" />

+ 19 - 18
Hos-Framework/src/main/java/com/yihu/ehr/framework/common/dao/SQLGeneralDAO.java

@ -22,7 +22,6 @@ import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.simple.ParameterizedBeanPropertyRowMapper;
import org.springframework.orm.hibernate4.HibernateTemplate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.io.Serializable;
@ -45,7 +44,6 @@ import java.util.Map;
 * @version 1.0
 * @created 2015.07.09 17:08
 */
@Transactional
@Repository("sqlGeneralDAO")
public class SQLGeneralDAO implements XSQLGeneralDAO {
    @Resource(name = "jdbcTemplate")
@ -87,45 +85,45 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
        return dataGridResult;
    }
    //=========================hibernate start==============================
    public void beginTransaction() {
    public void beginTransaction() throws Exception {
        hibernateTemplate.getSessionFactory().getCurrentSession().getTransaction().begin();
    }
    public void commitTransaction() {
    public void commitTransaction() throws Exception {
        hibernateTemplate.getSessionFactory().getCurrentSession().getTransaction().commit();
    }
    public void saveEntity(Object entity) {
    public void saveEntity(Object entity) throws Exception {
        if (entity == null) return;
        hibernateTemplate.save(entity);
    }
    public void updateEntity(Object entity) {
    public void updateEntity(Object entity) throws Exception {
        if (entity == null) return;
        hibernateTemplate.update(entity);
    }
    public void saveOrUpdateEntity(Object entity) {
    public void saveOrUpdateEntity(Object entity) throws Exception {
        if (entity == null) return;
        hibernateTemplate.saveOrUpdate(entity);
    }
    public void mergeEntity(Object entity) {
    public void mergeEntity(Object entity) throws Exception {
        if (entity == null) return;
        hibernateTemplate.merge(entity);
    }
    public void deleteEntity(Object entity) {
    public void deleteEntity(Object entity) throws Exception {
        if (entity == null) return;
        hibernateTemplate.delete(entity);
    }
    public <T> void deleteEntity(Class<T> cls, Serializable id) {
    public <T> void deleteEntity(Class<T> cls, Serializable id) throws Exception {
        T obj = (T) hibernateTemplate.load(cls, id);
        hibernateTemplate.delete(obj);
    }
    public <T> T getEntity(Class<T> cls, Serializable id) {
    public <T> T getEntity(Class<T> cls, Serializable id) throws Exception {
        return (T) hibernateTemplate.get(cls, id);
    }
    //=========================hibernate end==============================
@ -139,7 +137,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * 例如: queryListBySql("select * from person")
     * @author ding
     */
    public List<Map<String, Object>> queryListBySql(String sql) {
    public List<Map<String, Object>> queryListBySql(String sql) throws Exception {
        List<Map<String, Object>> result = this.jdbcTemplate.queryForList(sql);
        return result;
    }
@ -153,7 +151,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * 例如: queryListBySql("select * from person where username=?",new Object[]{"admin"})
     * @author ding
     */
    public List<Map<String, Object>> queryListBySql(String sql, List params) {
    public List<Map<String, Object>> queryListBySql(String sql, List params) throws Exception {
        List<Map<String, Object>> result = this.jdbcTemplate.queryForList(sql, params.toArray());
        return result;
    }
@ -168,7 +166,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * @author ding
     */
    @SuppressWarnings({"rawtypes", "unchecked"})
    public <T> List<T> queryListBySql(String sql, Class obj) {
    public <T> List<T> queryListBySql(String sql, Class obj) throws Exception {
        RowMapper rowMapper = (RowMapper) ParameterizedBeanPropertyRowMapper.newInstance(obj);
        List<T> result = this.jdbcTemplate.query(sql, rowMapper);
        return result;
@ -185,7 +183,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * @author ding
     */
    @SuppressWarnings({"rawtypes", "unchecked"})
    public <T> List<T> queryListBySql(String sql, List params, Class obj) {
    public <T> List<T> queryListBySql(String sql, List params, Class obj) throws Exception {
        RowMapper rowMapper = (RowMapper) ParameterizedBeanPropertyRowMapper.newInstance(obj);
        List<T> result = this.jdbcTemplate.query(sql, params.toArray(), rowMapper);
        return result;
@ -202,7 +200,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * @author ding
     */
    @SuppressWarnings({"rawtypes", "unchecked"})
    public <T> T queryObjBySql(String sql, List params, Class obj) {
    public <T> T queryObjBySql(String sql, List params, Class obj) throws Exception {
        RowMapper rowMapper = (RowMapper) ParameterizedBeanPropertyRowMapper.newInstance(obj);
        Object result = this.jdbcTemplate.queryForObject(sql, params.toArray(), rowMapper);
        return (T) result;
@ -218,7 +216,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
     * @author ding
     */
    @SuppressWarnings({"rawtypes", "unchecked"})
    public <T> T queryObjBySql(String sql, Class obj) {
    public <T> T queryObjBySql(String sql, Class obj) throws Exception {
        RowMapper rowMapper = (RowMapper) ParameterizedBeanPropertyRowMapper.newInstance(obj);
        Object result = this.jdbcTemplate.queryForObject(sql, rowMapper);
        return (T) result;
@ -227,7 +225,7 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
    /**
     * 获取单列值
     */
    public <T> T scalarBySql(String sql,Class cls) {
    public <T> T scalarBySql(String sql,Class cls) throws Exception {
        Object result = this.jdbcTemplate.queryForObject(sql, cls);
        return (T) result;
    }
@ -242,6 +240,9 @@ public class SQLGeneralDAO implements XSQLGeneralDAO {
        this.jdbcTemplate.execute(sql);
    }
    /******************** sql构造器 *****************************************************/
    public <T> List getEntityList(Class<T> cls, String hql) {
        Query query = getCurrentSession().createQuery(hql);
        return query.list();

+ 1 - 3
Hos-Framework/src/main/java/com/yihu/ehr/framework/model/DataGridResult.java

@ -10,9 +10,7 @@ import java.io.Serializable;
import java.util.List;
/**
 * ���VO
 * @author cwd
 *
 * 列表对象
 */
public class DataGridResult extends Result implements Serializable{

+ 3 - 8
Hos-Framework/src/main/java/com/yihu/ehr/framework/model/Result.java

@ -2,14 +2,11 @@ package com.yihu.ehr.framework.model;
/**
 * Created by chenweida on 2015/12/11.
 * result����
 * 基础对象
 */
public class Result {
    // �Ƿ�ɹ�
    private boolean successFlg = true;
    // ������Ϣ
    private String message;
    //�������
    private int errorCode;
    public boolean isSuccessFlg() {
@ -37,8 +34,7 @@ public class Result {
    }
    /**
     * ������Ϣ
     * @return
     * 错误消息
     */
    public static Result error(String message) {
        Result re= new Result();
@ -48,8 +44,7 @@ public class Result {
    }
    /**
     * �ɹ���Ϣ
     * @return
     * 成功消息
     */
    public static Result success(String message) {
        Result re= new Result();

+ 2 - 2
Hos-Resource-Mini-Update/src/main/java/com/yihu/ehr/thread/UpdateThread.java

@ -177,7 +177,6 @@ public class UpdateThread implements Runnable {
                    os.close();
                    baos.close();
                    if (!Boolean.valueOf(s.trim())) {
                        isStart = true;
                        break;
                    }
                    LogUtil.info("服务正在关闭");
@ -230,6 +229,7 @@ public class UpdateThread implements Runnable {
                    if (Boolean.valueOf(s.trim())) {
                        i++;
                        if (i > 3) {
                            isStart = true;
                            LogUtil.info("服务启动成功");
                            break;
                        }
@ -309,7 +309,7 @@ public class UpdateThread implements Runnable {
            params.put("orgCode", orgCode);
            params.put("versionCode", ThreadConfig.SOFT_VERSIONCODE);
            params.put("access_token", token);
            String path = ThreadConfig.SERVICE_URL + ThreadConfig.UPDATE_THREAD_GETUPDATEFLAG;
            String path = ThreadConfig.SERVICE_URL + ThreadConfig.UPDATE_THREAD_GETUPDATEFLAG;//192.168.1.1:7070/getisupodate
            resultString = HttpsClientUtil.get(path, params, ThreadConfig.SERVICE_USERNAME, ThreadConfig.SERVICE_PASSWORD);
            //不需要更新返回空 需要更新返回版本号版本名称
            if (!StringUtils.isEmpty(resultString)) {

+ 1 - 1
Hos-Resource-Mini/Hos-Resource-Mini.iml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<module type="JAVA_MODULE" version="4">
  <component name="FacetManager">
    <facet type="web" name="Web">
      <configuration>

+ 20 - 0
Hos-Resource-Rest/pom.xml

@ -165,6 +165,26 @@
            <artifactId>xom</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2</artifactId>
            <version>1.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-adb</artifactId>
            <version>1.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-kernel</artifactId>
            <version>1.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>org.apache.axis2.osgi</artifactId>
            <version>1.6.3</version>
        </dependency>
    </dependencies>

+ 8 - 3
Hos-Resource-Rest/resource-rest.iml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
    <output url="file://$MODULE_DIR$/target/classes" />
    <output-test url="file://$MODULE_DIR$/target/test-classes" />
    <content url="file://$MODULE_DIR$">
@ -48,7 +48,6 @@
    <orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" />
    <orderEntry type="library" name="Maven: org.jboss:jandex:1.1.0.Final" level="project" />
    <orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" />
    <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.0.b2" level="project" />
    <orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:4.0.5.Final" level="project" />
    <orderEntry type="library" name="Maven: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" level="project" />
    <orderEntry type="library" name="Maven: org.javassist:javassist:3.18.1-GA" level="project" />
@ -79,7 +78,6 @@
    <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.3" level="project" />
    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:3.8.1" level="project" />
    <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.2.2" level="project" />
    <orderEntry type="library" name="Maven: c3p0:c3p0:0.9.1.1" level="project" />
    <orderEntry type="library" name="Maven: org.springframework:spring-context-support:4.1.1.RELEASE" level="project" />
    <orderEntry type="library" name="Maven: com.yihu.core:ehr-dbhelper:1.1.4" level="project" />
    <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.1" level="project" />
@ -105,5 +103,12 @@
    <orderEntry type="library" name="Maven: org.springframework.hateoas:spring-hateoas:0.16.0.RELEASE" level="project" />
    <orderEntry type="library" name="Maven: org.objenesis:objenesis:2.1" level="project" />
    <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.1.2" level="project" />
    <orderEntry type="library" name="Maven: com.yihu.core:core-rpc:2.0.0" level="project" />
    <orderEntry type="library" name="Maven: xom:xom:1.1" level="project" />
    <orderEntry type="library" name="Maven: xerces:xmlParserAPIs:2.6.2" level="project" />
    <orderEntry type="library" name="Maven: xerces:xercesImpl:2.6.2" level="project" />
    <orderEntry type="library" name="Maven: xalan:xalan:2.7.0" level="project" />
    <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.0.b2" level="project" />
    <orderEntry type="library" name="Maven: jaxen:jaxen:1.1.6" level="project" />
  </component>
</module>

+ 4 - 4
Hos-Resource-Rest/src/main/java/com/yihu/hos/config/Config.java

@ -10,9 +10,9 @@ import java.util.Properties;
 * Created by Administrator on 2016/4/13.
 */
public class Config {
    public static String ip;
    public static String port;
    public static String clazz;
    public static String method;
    public static String url;
    public static String namespace;
    public static String monogoUrl;
    public static String startCollect;
}

+ 32 - 14
Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/control/rpc/impl/ResourceRpcImpl.java

@ -8,6 +8,8 @@ import com.yihu.hos.config.Config;
import com.yihu.hos.gateway.control.rpc.IResourceRpc;
import com.yihu.hos.gateway.model.rpc.RPCResponseResult;
import com.yihu.hos.gateway.util.Constant;
import com.yihu.hos.gateway.util.RPCUtil;
import com.yihu.hos.resource.util.httpclient.HttpClientUtil;
import net.sf.json.JSON;
import net.sf.json.JSONObject;
import net.sf.json.xml.XMLSerializer;
@ -25,6 +27,7 @@ import java.util.Map;
 */
public class ResourceRpcImpl implements IResourceRpc {
    private DBHelper dbHelper = new DBHelper();
    private HttpClientUtil httpClientUtil = new HttpClientUtil();
    @Override
    public String transport(String RPCRequestXml) {
@ -43,11 +46,8 @@ public class ResourceRpcImpl implements IResourceRpc {
            String trancode = root.element("TransactionCode").toString();
            if (trancode.equals(Constant.PATIENT_INFORMATION)) {
                String cardNo = root.element("Data").element("CardNo").toString();
                ;
                String cardType = root.element("Data").element("CardType").toString();
                ;
                String patientId = root.element("Data").element("PatientId").toString();
                ;
                //查询病人基本信息
                patientInformation(cardNo, cardType, patientId);
            } else if (trancode.equals(Constant.PUSHREPORT)) {
@ -76,24 +76,32 @@ public class ResourceRpcImpl implements IResourceRpc {
                        "<PatientId>" + patientId + "</PatientId>" +
                        "</Data>" +
                        "</Req>";
        InvokeRequest r = new InvokeRequest(new Url(Config.ip, Integer.valueOf(Config.port)), Config.clazz, Config.method, String.class);
        r.setSyncMode();//设置调用模式为同步模式
        Object s = Rpc.invoke(r);
        Class[] classes = new Class[]{String.class};
        Object[] v = new Object[1];
        v[0] = data;
        Object s = RPCUtil.getRPCData("report.ReportWs.GetReportInfo", classes, v);
        //解析xml
        SAXReader saxReader = new SAXReader();
        Document document = saxReader.read(s.toString());
        Element root = document.getRootElement();
        if ("10000".equals(root.element("RespCode"))) {
            //xml轉json
            JSONObject obj = new JSONObject();
            obj.put(root.getName(), iterateElement(root));
            String jsonString = obj.toString();
            JSONObject obj = xml2json(root.element("Data"));
            //調用接口存入mongo
            Map<String, Object> params = new HashMap<String, Object>();
            httpClientUtil.doPost(Config.monogoUrl, params, null, null);
            //出發採集上傳
            params = new HashMap<String, Object>();
            httpClientUtil.doPost(Config.startCollect, params, null, null);
        }
    }
    private JSONObject xml2json(Element root) {
        JSONObject obj = new JSONObject();
        obj.put(root.getName(), iterateElement(root));
        return obj;
    }
    //检查检验报告
    private void pushreport(String reportType, String reportId) throws Exception {
        String data =
@ -104,9 +112,10 @@ public class ResourceRpcImpl implements IResourceRpc {
                        "<ReportType>" + reportType + "</ReportType>" +
                        "</Data>" +
                        "</Req>";
        InvokeRequest r = new InvokeRequest(new Url(Config.ip, Integer.valueOf(Config.port)), Config.clazz, Config.method, String.class);
        r.setSyncMode();//设置调用模式为同步模式
        Object s = Rpc.invoke(r);
        Class[] classes = new Class[]{String.class};
        Object[] v = new Object[1];
        v[0] = data;
        Object s = RPCUtil.getRPCData("report.ReportWs.GetReportInfo", classes, v);
        //解析xml
        SAXReader saxReader = new SAXReader();
        Document document = saxReader.read(s.toString());
@ -121,13 +130,22 @@ public class ResourceRpcImpl implements IResourceRpc {
            if (elements != null && elements.size() > 0) {
                for (Object obj1 : elements) {
                    Element data1XML = (Element) obj1;
                    //調用接口存入mongo
                    Map<String, Object> params = new HashMap<String, Object>();
                    httpClientUtil.doPost(Config.monogoUrl, params, null, null);
                    //出發採集上傳
                    params = new HashMap<String, Object>();
                    httpClientUtil.doPost(Config.startCollect, params, null, null);
                }
            }
            obj.put(root.getName(), iterateElement(root));
            String jsonString = obj.toString();
            //調用接口存入mongo
            Map<String, Object> params = new HashMap<String, Object>();
            httpClientUtil.doPost(Config.monogoUrl, params, null, null);
            //出發採集上傳
            params = new HashMap<String, Object>();
            httpClientUtil.doPost(Config.startCollect, params, null, null);
        }
    }

+ 54 - 0
Hos-Resource-Rest/src/main/java/com/yihu/hos/gateway/util/RPCUtil.java

@ -0,0 +1,54 @@
package com.yihu.hos.gateway.util;
import com.yihu.hos.config.Config;
import org.apache.axis2.addressing.EndpointReference;
import org.apache.axis2.client.Options;
import org.apache.axis2.rpc.client.RPCServiceClient;
import javax.xml.namespace.QName;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
 * Created by Administrator on 2016/4/18.
 */
public class RPCUtil {
    public static String getRPCData(String methos, Class[] classes, Object[] v) {
        String SERVER_URL = Config.url;
        String namespace = Config.namespace;
        String xml = getObjectByAxis2CallClient(SERVER_URL, namespace, methos, v, classes);
        return xml;
    }
    public static String getObjectByAxis2CallClient(String webServiceAddr, String webserviceNamespace, String webServiceMethod,
                                                    Object[] inputValues, Class[] inputValuetype) {
        try {
            //新建RPC服务客户端
            RPCServiceClient serviceClient = new RPCServiceClient();
            Options options = serviceClient.getOptions();
            //设置URL
            EndpointReference targetEPR = new EndpointReference(webServiceAddr);
            options.setTo(targetEPR);
            //设置参数的类型
            //设置namespace和方法名
            QName opAddEntry = new QName(webserviceNamespace, webServiceMethod);
            //数组的第一个值为返回值
            return (String) (serviceClient.invokeBlocking(opAddEntry, inputValues, inputValuetype))[0];
        } catch (Exception e) {
            e.printStackTrace();
        }
        return "";
    }
    public static void main(String[] args) {
        String SERVER_URL = "http://service.yihu.com:8080/WSGW/services/ServiceGateWay";
        String namespace = "http://com.yihu.wsgw/ServiceGateWay";
        String methos = "yy.yygh.QueryNumbers";
        Class[] classes = new Class[]{String.class};
        Object[] v = new Object[1];
        v[0] = "";
        String xml = getObjectByAxis2CallClient(SERVER_URL, namespace, methos, v, classes);
    }
}

+ 4 - 4
Hos-Resource-Rest/src/main/java/com/yihu/hos/resource/base/App.java

@ -79,10 +79,10 @@ public class App {
        }
    }
    private static void readpop(){
        Config.ip= prop.getProperty("rpc.ip");
        Config.port = prop.getProperty("rpc.port");
        Config.clazz = prop.getProperty("rpc.clazz");
        Config.method = prop.getProperty("rpc.method");
        Config.url= prop.getProperty("rpc.url");
        Config.namespace = prop.getProperty("rpc.namespace");
        Config.monogoUrl = prop.getProperty("http.monogourl");
        Config.startCollect = prop.getProperty("http.startCollect");
    }
    /**
     * spring boot 定时任务

+ 5 - 4
Hos-Resource-Rest/src/main/resources/rpc.properties

@ -1,4 +1,5 @@
rpc.ip=192.168.2.1
rpc.port=4430
rpc.clazz=4430
rpc.method=4430
rpc.url=http://service.yihu.com:8080/WSGW/services/ServiceGateWay
rpc.namespace=http://com.yihu.wsgw/ServiceGateWay
http.monogourl=http://localhost:8080/datapush/datapush
http.startCollect=http://localhost:8080/datapush/datapush

+ 11 - 0
Hos-resource/Hos-Resource.iml

@ -22,6 +22,17 @@
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module-library">
      <library name="JUnit4">
        <CLASSES>
          <root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
          <root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
          <root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-library-1.3.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="library" name="Maven: com.yihu.core:ehr-dbhelper:1.1.6" level="project" />
    <orderEntry type="library" name="Maven: org.mongodb:mongo-java-driver:3.1.0" level="project" />
    <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:1.6.0.RELEASE" level="project" />

+ 0 - 10
Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java

@ -7,7 +7,6 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import net.sf.json.JSONObject;
import org.junit.Test;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
@ -35,13 +34,4 @@ public class CrawlerController {
        return false;
    }
    @Test
    public void crawlerTest() {
        Patient patient = new Patient();
        patient.setPatientId("1004192");
        patient.setEventNo("999999");
        patient.setOrgCode("1");
        JSONObject jsonObject = JSONObject.fromObject(patient);
        CrawlerManager.getInstance().collectProcess(patient);
    }
}

+ 4 - 3
Hos-resource/src/main/java/com/yihu/ehr/datacollect/controller/DataPushController.java

@ -8,6 +8,7 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
/**
 * 数据采集配置页面
 * Created by hzp on 2015/8/12.
@ -23,11 +24,11 @@ public class DataPushController extends BaseController {
    /*
    推数据
     */
    @RequestMapping("pushData")
    @RequestMapping("datapush")
    @ResponseBody
    public Result pushData(String dataset,String data,String orgCode) {
    public Result datapush(String dataset,String data,String orgCode) {
        try {
            return datapushService.pushData(dataset, data, orgCode);
            return datapushService.pushData(dataset, data,orgCode);
        }
        catch (Exception ex)
        {

+ 22 - 2
Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectDao.java

@ -22,6 +22,26 @@ import java.util.Map;
@Repository("DatacollectDao")
public class DatacollectDao extends SQLGeneralDAO implements IDatacollectDao {
    /**
     * 通过机构代码获取版本号
     */
    @Override
    public String getVersion(String orgCode) throws Exception
    {
        try{
            String sql = "select IFNULL(b.version,'') from adapter_scheme a\n" +
                    "left join adapter_scheme_version b \n" +
                    "on a.id=b.scheme_id \n" +
                    "where a.adapter_publisher_org_code='"+orgCode+"' ORDER BY PUBLISH_TIME DESC LIMIT 1;";
            return super.scalarBySql(sql, String.class);
        }
        catch (Exception e)
        {
            e.printStackTrace();
            return "";
        }
    }
    /**
     * 根据JobId获取Cron表达式
     */
@ -75,9 +95,9 @@ public class DatacollectDao extends SQLGeneralDAO implements IDatacollectDao {
    @Override
    public String getSchemeAndVersion(String schemeVersionId) throws Exception
    {
        String sql = "select  CONCAT_WS(' -- ',s.name,v.name)  from adapter_scheme_version v " +
        String sql = "select IFNULL( (select  CONCAT_WS(' -- ',s.name,v.name)  from adapter_scheme_version v " +
                "left join adapter_scheme s on s.id = v.scheme_id " +
                "where v.version='"+schemeVersionId+"'";
                "where v.version='"+schemeVersionId+"'),'')";
        return super.scalarBySql(sql, String.class);
    }

+ 13 - 1
Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/DatacollectLogDao.java

@ -23,7 +23,7 @@ public class DatacollectLogDao extends SQLGeneralDAO implements IDatacollectLogD
    /**
     * 修改
     * 修改轮询字段
     */
    @Override
    public void updateJobDatasetKeyvalue(String id,String jobDatasetKeyvalue) throws Exception
@ -33,4 +33,16 @@ public class DatacollectLogDao extends SQLGeneralDAO implements IDatacollectLogD
    }
    /******************************** 推模式日志 ***************************************/
    /**
     * 推数据新增日志
     */
    public void addDataPushLog() throws Exception
    {
        String sql = "";
        //super.execute(sql);
    }
}

+ 5 - 0
Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectDao.java

@ -15,6 +15,11 @@ import java.util.Map;
 */
public interface IDatacollectDao extends XSQLGeneralDAO {
    /**
     * 通过机构代码获取版本号
     */
    public String getVersion(String orgCode) throws Exception;
    /**
     * 根据JobId获取Cron表达式
     */

+ 6 - 0
Hos-resource/src/main/java/com/yihu/ehr/datacollect/dao/intf/IDatacollectLogDao.java

@ -19,4 +19,10 @@ public interface IDatacollectLogDao extends XSQLGeneralDAO {
     * 修改
     */
    public void updateJobDatasetKeyvalue(String id, String jobDatasetKeyvalue) throws Exception;
    /**
     * 推数据新增日志
     */
    public void addDataPushLog() throws Exception;
}

+ 1 - 1
Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatacollectService.java

@ -176,7 +176,7 @@ public class DatacollectService implements IDatacollectService {
    {
        //应用标准字段
        String colName = "adapterEntryCode";
        if(type!="1") //通过name转译
        if(type.equals("0")) //通过name转译
        {
            colName = "adapterEntryValue";
        }

+ 64 - 92
Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/DatapushService.java

@ -1,24 +1,23 @@
package com.yihu.ehr.datacollect.service;
import com.yihu.ehr.common.Services;
import com.yihu.ehr.datacollect.dao.intf.IDatacollectDao;
import com.yihu.ehr.datacollect.dao.intf.IDatacollectLogDao;
import com.yihu.ehr.datacollect.model.*;
import com.yihu.ehr.datacollect.service.intf.IDatacollectManager;
import com.yihu.ehr.datacollect.service.intf.IDatapushService;
import com.yihu.ehr.dbhelper.common.enums.DBType;
import com.yihu.ehr.dbhelper.jdbc.DBHelper;
import com.yihu.ehr.dbhelper.mongodb.MongodbHelper;
import com.yihu.ehr.framework.constrant.DateConvert;
import com.yihu.ehr.framework.model.ActionResult;
import com.yihu.ehr.framework.model.Result;
import com.yihu.ehr.resource.service.IStdService;
import com.yihu.ehr.standard.model.adapter.AdapterDatasetModel;
import com.yihu.ehr.standard.model.adapter.resultModel.AdapterMetadataResultDetailModel;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
@ -27,60 +26,17 @@ import java.util.List;
@Service(Services.DatapushService)
public class DatapushService implements IDatapushService {
    @Resource(name = Services.Datacollect)
    private IDatacollectManager datacollect;
    @Autowired
    private IDatacollectDao datacollect;
    @Resource(name = Services.StdService)
    @Autowired
    private IDatacollectLogDao datacollectLog;
    @Autowired
    private IStdService stdService;
    MongodbHelper mongo = new MongodbHelper();
    String dateFormat = "yyyy-MM-dd HH:mm:ss"; //默认时间字符串格式
    /**
     * 字典转换
     */
    private JSONObject translateDict(JSONObject data,JSONArray colList,String schemeVersion) throws Exception
    {
        //获取字典列表
        List<DtoDictCol> dictColList = new ArrayList<>();
        for(int i=0; i< colList.length();i++)
        {
            JSONObject col = colList.getJSONObject(i);
            String dictId = col.optString("adapterDictId");
            if(dictId!=null && dictId.length()>0)
            {
                String dictType = col.optString("adapterDataType");
                String stdMetadataCode = col.optString("stdMetadataCode");
                DtoDictCol dictCol = new DtoDictCol();
                dictCol.setStdMetadataCode(stdMetadataCode);
                dictCol.setAdapterDictId(dictId);
                dictCol.setAdapterDataType(dictType.length()>0?dictType:"1");//默认通过code转换字典
                //获取字典数据
                List dictString = stdService.getDictByScheme(schemeVersion,dictId);
                JSONArray dictAdapterArray = new JSONArray(dictString);
                dictCol.setDictList(dictAdapterArray);
                dictColList.add(dictCol);
            }
        }
        //遍历字典字段
        for (DtoDictCol col : dictColList) {
            String colNmae = col.getStdMetadataCode();
            String oldValue = data.optString(colNmae);
            String newValue = translateDictValue(oldValue,col.getAdapterDataType(),col.getDictList());
            if(newValue!=null && newValue.length()>0)
            {
                data.put(colNmae,newValue);
            }
        }
        return data;
    }
    /**
     * 转译字典
     */
@ -88,7 +44,7 @@ public class DatapushService implements IDatapushService {
    {
        //应用标准字段
        String colName = "adapterEntryCode";
        if(type!="1") //通过name转译
        if(type.equals("0")) //通过name转译
        {
            colName = "adapterEntryValue";
        }
@ -108,62 +64,78 @@ public class DatapushService implements IDatapushService {
    }
    /*****************************************************************************************************/
    /**
     * 采集入库
     * 数据入库
     */
    private String intoMongodb(JSONObject data,String schemeVersion,String stdDatasetCode,JSONArray colList)
    @Override
    @Transactional
    public Result pushData(String datasetCode,String dataString,String orgCode) throws Exception
    {
        try{
            if(data!=null)
        //机构标准版本
        String version = datacollect.getVersion(orgCode);
        //通过标准数据集名称获取适配关系
        AdapterDatasetModel dataset = stdService.getDatasetByCode(version,datasetCode);
        if(dataset!=null)
        {
            String datasetId = dataset.getStdDatasetId().toString();
            List<AdapterMetadataResultDetailModel> list = stdService.getDatacolByScheme(version,datasetId);
            if(list!=null && list.size()>0)
            {
                //字典转换
                data = translateDict(data, colList,schemeVersion);
                JSONObject data = new JSONObject(dataString);
                JSONObject obj = new JSONObject();
                //标准转换
                for(AdapterMetadataResultDetailModel metadata : list)
                {
                    String stdColName = metadata.getStdMetadataCode();
                    String adapterColName = metadata.getAdapterMetadataCode();
                    if(data.has(adapterColName))
                    {
                        String val = data.optString(adapterColName);
                        String newValue =val;
                        //判断是否字典
                        if(metadata.getAdapterDictId()!=null&&metadata.getAdapterDictId()!=0)
                        {
                            //获取字典列表
                            List dictString = stdService.getDictByScheme(version,metadata.getAdapterDictId().toString());
                            JSONArray dictAdapterArray = new JSONArray(dictString);
                            String type = "";
                            if(metadata.getAdapterDataType()!=null)
                            {
                                type = metadata.getAdapterDataType().toString();
                            }
                            newValue = translateDictValue(val,type,dictAdapterArray);
                        }
                        obj.put(stdColName,newValue);
                    }
                }
                //采集到mongodb
                boolean b = mongo.insert(stdDatasetCode,data);
                //MongoDB入库
                boolean b = mongo.insert(datasetCode,obj);
                if(!b)
                {
                    if(mongo.errorMessage!=null && mongo.errorMessage.length()>0)
                    {
                        System.out.print(mongo.errorMessage);
                        return mongo.errorMessage;
                        return ActionResult.error("Mongodb保存失败!(表:\"+datasetCode+\")"+mongo.errorMessage);
                    }
                    else {
                        return "Mongodb保存失败!(表:"+stdDatasetCode+")";
                        return ActionResult.error("Mongodb保存失败!(表:"+datasetCode+")");
                    }
                }
            }
        }
        catch (Exception e)
        {
            return e.getMessage();
        }
        return "";
    }
                //日志记录
                datacollectLog.addDataPushLog();
    /*****************************************************************************************************/
    /**
     * 获取版本号
     */
    @Override
    public String getVersion(String orgCode) throws Exception
    {
                return ActionResult.success("数据入库成功!");
            }
        }
        return "";
        return ActionResult.error("适配标准不完善!");
    }
    /**
     * 数据入库
     */
    @Override
    @Transactional
    public Result pushData(String dataset,String data,String orgCode) throws Exception
    {
        return ActionResult.success("");
    }
}

+ 0 - 5
Hos-resource/src/main/java/com/yihu/ehr/datacollect/service/intf/IDatapushService.java

@ -8,11 +8,6 @@ import com.yihu.ehr.framework.model.Result;
 */
public interface IDatapushService {
    /**
     * 获取版本号
     */
    String getVersion(String orgCode) throws Exception;
    /**
     * 数据入库
     */

+ 7 - 6
Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsCategoryController.java

@ -50,13 +50,14 @@ public class RsCategoryController extends BaseController {
            String s=rrrd.getRemark();
            StringBuilder s1=new StringBuilder();
            for(int i=0;i<s.length();i++) {
                if (s.charAt(i) == '\'' || s.charAt(i) == '\"') {
                    s1.append("\\");
                    s1.append(s.charAt(i));
            if(s!=null) {
                for (int i = 0; i < s.length(); i++) {
                    if (s.charAt(i) == '\'' || s.charAt(i) == '\"') {
                        s1.append("\\");
                        s1.append(s.charAt(i));
                    } else
                        s1.append(s.charAt(i));
                }
                else
                    s1.append(s.charAt(i));
            }
            rrrd.setRemark(s1.toString());
            model.addAttribute("model", rrrd);

+ 13 - 6
Hos-resource/src/main/java/com/yihu/ehr/resource/controller/RsDimensionController.java

@ -8,11 +8,14 @@ import org.apache.commons.beanutils.BeanUtils;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import java.net.URLDecoder;
import java.util.HashMap;
import java.util.Map;
@ -57,14 +60,17 @@ public class RsDimensionController {
     * @return
     */
    @RequestMapping("/editorDimension")
    public String editorDimension(Model model, String id) {
        if (!StringUtils.isEmpty(id)) {
            try {
                model.addAttribute("model", rsDimensionService.getDimensionById(id));
            } catch (Exception e) {
    public String editorDimension(Model model, String id,String category) {
        try {
            if (!StringUtils.isEmpty(id))
                    model.addAttribute("model", rsDimensionService.getDimensionById(id));
            if(category!=null)
                 model.addAttribute("category",category);
            }
        catch (Exception e) {
            }
        }
        model.addAttribute("contentPage", "dimension/dimension/editorDimension");
        return "pageView";
    }
@ -119,6 +125,7 @@ public class RsDimensionController {
        try {
            Map<String, Object> conditionMap = new HashMap<String, Object>();
            conditionMap.put("category", request.getParameter("dimensionCategoryId"));
            conditionMap.put("name", request.getParameter("name"));
            String page = (String) conditionMap.get("page");
            String rows = (String) conditionMap.get("rows");
            conditionMap.put("page", StringUtils.isEmpty(page) ? 1 : Integer.valueOf(page));

+ 4 - 0
Hos-resource/src/main/java/com/yihu/ehr/resource/dao/impl/RsResourceDimensionDaoImpl.java

@ -29,6 +29,10 @@ public class RsResourceDimensionDaoImpl extends SQLGeneralDAO implements IRsReso
        if (!StringUtils.isEmpty(conditionMap.get("category"))) {
            sb.append(" and r.category= '" + conditionMap.get("category") + "'  ");
        }
        else if(!StringUtils.isEmpty(conditionMap.get("name")))
        {
            sb.append(" and r.name like '%" + conditionMap.get("name") + "%'");
        }
        return super.getDataGridResult(sb.toString(), (Integer)conditionMap.get("page"), (Integer)conditionMap.get("rows"));
    }
}

+ 6 - 0
Hos-resource/src/main/java/com/yihu/ehr/resource/service/IStdService.java

@ -22,6 +22,7 @@ public interface IStdService {
     */
    public DictionaryResult getDictResultByVersion(String schemeVersion, String dictId) throws Exception;
    /**************************** 适配方案 **************************************************/
    /**
     * 获取适配方案列表
@ -48,6 +49,11 @@ public interface IStdService {
     */
    public List<AdapterDictEntryModel> getDictByScheme(String schemeVersion, String dictId) throws Exception;
    /**
     * 通过适配方案+标准数据集CODE获取数据集
     * @return
     */
    public AdapterDatasetModel getDatasetByCode(String schemeVersion,String stdDatasetCode) throws Exception;
    /******************************** 标准版本 *****************************************************/
    /**
     * 通过标准版本获取数据集列表

+ 9 - 0
Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/RsResourceRestServiceImpl.java

@ -11,6 +11,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.Map;
/**
@ -45,13 +46,21 @@ public class RsResourceRestServiceImpl implements IRsResourceRestService {
    @Transactional
    public Result deleteResourceRestById(String id) throws Exception {
        Map<String, Object> conditionMap = new HashMap<>();
        conditionMap.put("resourceRestId",id);
        if(resourceRestDetailDao.getResourceRestDetilList(conditionMap, 1, 10).getTotalCount()!=0)
        {
            return Result.error("该资源存在业务项");
        }
        RsResourceRest r = resourceRestDao.getEntity(RsResourceRest.class, id);
        //resourceRestDetailDao.get
        resourceRestDao.deleteEntity(r);
        return Result.success("删除成功");
    }
    @Transactional
    public Result deleteResourceRestDetail(String id) throws Exception {
        RsResourceRestDetail r = resourceRestDetailDao.getEntity(RsResourceRestDetail.class, id);
        resourceRestDetailDao.deleteEntity(r);
        return Result.success("删除成功");

+ 23 - 1
Hos-resource/src/main/java/com/yihu/ehr/resource/service/impl/StdService.java

@ -8,6 +8,7 @@ import com.yihu.ehr.framework.util.operator.CollectionUtil;
import com.yihu.ehr.resource.service.IStdService;
import com.yihu.ehr.standard.model.adapter.AdapterDatasetModel;
import com.yihu.ehr.standard.model.adapter.AdapterDictEntryModel;
import com.yihu.ehr.standard.model.adapter.AdapterDictModel;
import com.yihu.ehr.standard.model.adapter.resultModel.AdapterMetadataResultDetailModel;
import com.yihu.ehr.standard.model.adapter.resultModel.SchemeVersionResultDetailModel;
import com.yihu.ehr.standard.model.standard.StdDataSetModel;
@ -78,7 +79,7 @@ public class StdService implements IStdService {
    /**
     * 通过适配方案获取字段列表
     */
    public List<AdapterMetadataResultDetailModel> getDatacolByScheme(String schemeVersion, String datasetId) {
    public List<AdapterMetadataResultDetailModel> getDatacolByScheme(String schemeVersion, String datasetId) throws Exception {
        Map<String,Object> map = new HashMap<String,Object>();
        map.put("adapterDatasetId", datasetId);
        return metadataService.getInfoList(schemeVersion, net.sf.json.JSONObject.fromObject(map).toString(), null, null, null);
@ -120,6 +121,27 @@ public class StdService implements IStdService {
        return re;
    }
    /**
     * 通过适配方案+标准数据集CODE获取数据集
     * @return
     */
    public AdapterDatasetModel getDatasetByCode(String schemeVersion,String stdDatasetCode) throws Exception
    {
        Map<String,Object> map = new HashMap<String,Object>();
        map.put("stdDatasetCode", stdDatasetCode);
        AdapterVersion version = new AdapterVersion(schemeVersion);
        List<AdapterDatasetModel> list =  datasetService.getList(AdapterDatasetModel.class, version.getDataSetTableName(), net.sf.json.JSONObject.fromObject(map).toString(), null, null, null, ErrorCode.GetDataSetFailed);
        if(list!=null&&list.size()>0)
        {
            return list.get(0);
        }
        else{
            return null;
        }
    }
    /******************************** 标准版本 *****************************************************/
    /**
     * 通过标准版本获取数据集列表

+ 1 - 1
Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeDictEntryController.java

@ -49,7 +49,7 @@ public class SchemeDictEntryController extends BaseController {
            @ApiParam(name = "rows", value = "Limit the size of result set. Must be an integer")
            @RequestParam(value = "rows", required = false) Integer rows,
            @ApiParam(name = "page", value = "Start position of result set. Must be an integer")
            @RequestParam(value = "page", required = false) Integer page) {
            @RequestParam(value = "page", required = false) Integer page) throws Exception{
        List<AdapterDictEntryResultDetailModel> detailModelList = dictentryService.getDictEntryList(AdapterDictEntryModel.class, adapterVersion, condition, order, rows, page - 1);
        Integer count = dictentryService.getDictEntryInt(AdapterDictEntryModel.class, adapterVersion, condition);
        Result result = new Result();

+ 3 - 3
Hos-resource/src/main/java/com/yihu/ehr/standard/controller/SchemeMetadataController.java

@ -48,7 +48,7 @@ public class SchemeMetadataController extends BaseController {
            @ApiParam(name = "rows", value = "Limit the size of result set. Must be an integer")
            @RequestParam(value = "rows", required = false) Integer rows,
            @ApiParam(name = "page", value = "Start position of result set. Must be an integer")
            @RequestParam(value = "page", required = false) Integer page) {
            @RequestParam(value = "page", required = false) Integer page)  throws Exception{
        List<ApiMetadataResultDetailModel> metadataModelList = metadataService.getMetadataList(AdapterMetadataModel.class, adapterVersion, condition, order, rows, page - 1);
        Integer count = metadataService.getMetadataCount(AdapterMetadataModel.class, adapterVersion, condition);
        Result result = new Result();
@ -74,7 +74,7 @@ public class SchemeMetadataController extends BaseController {
            @ApiParam(name = "adapterVersion", value = "标准版本号")
            @RequestParam(value = "adapterVersion") String adapterVersion,
            @ApiParam(name = "metadata", value = "数据元")
            @RequestParam(value = "metadata") String metadata) {
            @RequestParam(value = "metadata") String metadata) throws Exception {
        return metadataService.modify(adapterVersion, metadata);
    }
@ -84,7 +84,7 @@ public class SchemeMetadataController extends BaseController {
            @ApiParam(name = "adapterVersion", value = "标准版本号")
            @RequestParam(value = "adapterVersion") String adapterVersion,
            @ApiParam(name = "metadata", value = "数据元")
            @RequestParam(value = "metadata") String metadata) {
            @RequestParam(value = "metadata") String metadata) throws Exception {
        return metadataService.add(adapterVersion, metadata);
    }

+ 4 - 4
Hos-resource/src/main/java/com/yihu/ehr/standard/controller/StandardVersionController.java

@ -49,7 +49,7 @@ public class StandardVersionController extends BaseController {
    @ApiOperation(value = "保存标准版本", response = StandardVersionModel.class, produces = "application/json", notes = "保存标准版本")
    public StandardVersionModel addVersion(
            @ApiParam(name = "version", value = "标准版本信息")
            @RequestParam(value = "version") String version) {
            @RequestParam(value = "version") String version) throws Exception {
        return (StandardVersionModel) standardVersionService.add(version);
    }
@ -63,7 +63,7 @@ public class StandardVersionController extends BaseController {
    @ApiOperation(value = "修改版本", response = StandardVersionModel.class, produces = "application/json", notes = "修改版本")
    public StandardVersionModel updateVersion(
            @ApiParam(name = "version", value = "标准版本")
            @RequestParam(value = "version") String version) {
            @RequestParam(value = "version") String version) throws Exception {
        return standardVersionService.update(version);
    }
@ -80,7 +80,7 @@ public class StandardVersionController extends BaseController {
            @ApiParam(name = "versionId", value = "标准版本ID")
            @RequestParam(value = "versionId") Integer versionId,
            @ApiParam(name = "publisher", value = "发布者")
            @RequestParam(value = "publisher") String publisher) {
            @RequestParam(value = "publisher") String publisher) throws Exception {
        return standardVersionService.publish(versionId, publisher);
    }
@ -96,7 +96,7 @@ public class StandardVersionController extends BaseController {
            @ApiParam(name = "versionId", value = "标准版本ID")
            @RequestParam(value = "versionId") Integer versionId,
            @ApiParam(name = "version", value = "标准版本值")
            @RequestParam(value = "version") String version) {
            @RequestParam(value = "version") String version) throws Exception {
        standardVersionService.delete(versionId,version);
    }

+ 1 - 1
Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterDictEntryService.java

@ -88,7 +88,7 @@ public class AdapterDictEntryService extends SQLGeneralDAO {
        }
    }
    public List getDictEntryList(Class tClass, String adapterVersion, String condition, String order, Integer limit, Integer offset) {
    public List getDictEntryList(Class tClass, String adapterVersion, String condition, String order, Integer limit, Integer offset) throws Exception{
        AdapterVersion version = new AdapterVersion(adapterVersion);
        String tableName = version.getDictEntryTableName();
        SqlCreator sqlCreator = new SqlCreator(tClass);

+ 8 - 10
Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterMetadataService.java

@ -38,7 +38,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        super.finalize();
    }
    public AdapterMetadataModel add(String adapterVersion, String metadata) {
    public AdapterMetadataModel add(String adapterVersion, String metadata) throws Exception {
        try {
            AdapterVersion version = new AdapterVersion(adapterVersion);
            ObjectMapper objectMapper = new ObjectMapper();
@ -60,7 +60,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        }
    }
    public void delete(String adapterVersion, Integer metadataId) {
    public void delete(String adapterVersion, Integer metadataId) throws Exception {
        try {
            if (adapterVersion == null || adapterVersion.length() == 0) {
                throw new ApiException(ErrorCode.InvalidStdVersion);
@ -76,7 +76,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        }
    }
    public AdapterMetadataModel modify(String adapterVersion, String metadata) {
    public AdapterMetadataModel modify(String adapterVersion, String metadata) throws Exception {
        try {
            AdapterVersion version = new AdapterVersion(adapterVersion);
            ObjectMapper objectMapper = new ObjectMapper();
@ -93,7 +93,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        }
    }
    public List getMetadataList(Class tClass, String adapterVersion, String condition, String order, Integer limit, Integer offset) {
    public List getMetadataList(Class tClass, String adapterVersion, String condition, String order, Integer limit, Integer offset) throws Exception {
        AdapterVersion version = new AdapterVersion(adapterVersion);
        String tableName = version.getMetaDataTableName();
        SqlCreator sqlCreator = new SqlCreator(tClass);
@ -102,11 +102,9 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        if (!StringUtil.isEmpty(condition)) {
            try {
                JsonNode jsonNode = objectMapper.readTree(condition);
                String name = jsonNode.get("name").asText();
                sqlCreator.equalCondition("stdDatasetId", jsonNode.get("stdDatasetId").asInt());
                if (jsonNode.get("name") != null) {
                    String name = jsonNode.get("name").asText();
                    sqlCreator.likeOrCondition("stdMetadataCode", "stdMetadataName", name);
                }
                sqlCreator.likeOrCondition("stdMetadataCode", "stdMetadataName", name);
            } catch (IOException e) {
                e.printStackTrace();
            }
@ -185,7 +183,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        return detailModelList;
    }
    public Integer getMetadataCount(Class tClass, String adapterVersion, String condition) {
    public Integer getMetadataCount(Class tClass, String adapterVersion, String condition) throws Exception {
        AdapterVersion version = new AdapterVersion(adapterVersion);
        String tableName = version.getMetaDataTableName();
        SqlCreator sqlCreator = new SqlCreator(tClass);
@ -210,7 +208,7 @@ public class AdapterMetadataService extends SQLGeneralDAO {
        return count;
    }
    public List getInfoList(String adapterVersion, String condition, String order, Integer limit, Integer offset) {
    public List getInfoList(String adapterVersion, String condition, String order, Integer limit, Integer offset) throws Exception{
        AdapterVersion version = new AdapterVersion(adapterVersion);
        List<AdapterMetadataModel> metadataModelList = getList(AdapterMetadataModel.class, version.getMetaDataTableName(), condition, order, limit, offset, ErrorCode.GetMetaDataListFaield);
        List<Integer> idList = new ArrayList<>();

+ 1 - 1
Hos-resource/src/main/java/com/yihu/ehr/standard/service/adapter/AdapterSchemeVersionService.java

@ -267,7 +267,7 @@ public class AdapterSchemeVersionService extends SQLGeneralDAO {
        }
    }
    private void buildVersionTables(AdapterSchemeVersionModel versionModel) {
    private void buildVersionTables(AdapterSchemeVersionModel versionModel) throws Exception {
        AdapterVersion adapterVersion = new AdapterVersion(versionModel.getVersion());
        AdapterSchemeModel scheme = getEntity(AdapterSchemeModel.class, versionModel.getSchemeId());
        StandardVersion stdVersion = new StandardVersion(scheme.getStdVersion());

+ 11 - 11
Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StandardVersionService.java

@ -41,7 +41,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        throw new ApiException(ErrorCode.StandardVersionGetListFailed);
    }
    public Object add(String version) {
    public Object add(String version) throws Exception {
        Boolean existFlg = false;
        try {
            ObjectMapper objectMapper = new ObjectMapper();
@ -73,7 +73,7 @@ public class StandardVersionService extends SQLGeneralDAO {
            return false;
    }
    public Boolean versionNameValidate(Integer standardId, Integer versionId, String versionName) {
    public Boolean versionNameValidate(Integer standardId, Integer versionId, String versionName) throws Exception {
        String sql = "FROM StandardVersionModel WHERE name = :name and standardId = :standardId and id != :versionId";
        Query query = getCurrentSession().createQuery(sql);
        query.setParameter("standardId", standardId);
@ -86,7 +86,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        return false;
    }
    public void delete(Integer versionId,String version) {
    public void delete(Integer versionId,String version) throws Exception {
        Boolean existFlg = false;
        Boolean useredFlg = false;
        try {
@ -119,7 +119,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        }
    }
    public StandardVersionModel update(String version) {
    public StandardVersionModel update(String version) throws Exception {
        Boolean existFlg = false;
        try {
            ObjectMapper objectMapper = new ObjectMapper();
@ -148,7 +148,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        }
    }
    public StandardVersionModel fork(Integer versionId) {
    public StandardVersionModel fork(Integer versionId) throws Exception {
        try {
            return this.myFork(versionId);
@ -157,7 +157,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        }
    }
    public StandardVersionModel publish(Integer versionId, String publisher) {
    public StandardVersionModel publish(Integer versionId, String publisher) throws Exception {
        try {
            return this.myPublish(versionId, publisher);
        } catch (DataAccessException e) {
@ -178,7 +178,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        return null;
    }
    public StandardVersionModel myPublish(Integer versionId, String publisher) {
    public StandardVersionModel myPublish(Integer versionId, String publisher) throws Exception {
        StandardVersionModel standardVersionModel = myGet(versionId);
        //TODO:generate standard version file;
        String path = "";
@ -192,7 +192,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        return standardVersionModel;
    }
    private StandardVersionModel myFork(Integer versionId) throws IOException {
    private StandardVersionModel myFork(Integer versionId) throws Exception {
        StandardVersionModel baseVersionModel = myGet(versionId);
        StandardVersionModel newVersionModel = new StandardVersionModel();
        newVersionModel.setBaseVersion(baseVersionModel.getVersion());
@ -216,11 +216,11 @@ public class StandardVersionService extends SQLGeneralDAO {
        return (StandardVersionModel) query.uniqueResult();
    }
    private void delete(StandardVersionModel standardVersionModel) {
    private void delete(StandardVersionModel standardVersionModel) throws Exception {
        deleteEntity(standardVersionModel);
    }
    private void update(StandardVersionModel standardVersionModel) {
    private void update(StandardVersionModel standardVersionModel) throws Exception {
        try {
            updateEntity(standardVersionModel);
        } catch (Exception e) {
@ -228,7 +228,7 @@ public class StandardVersionService extends SQLGeneralDAO {
        }
    }
    private void  add(StandardVersionModel standardVersionModel) {
    private void  add(StandardVersionModel standardVersionModel) throws Exception {
        StandardVersion standardVersion = StandardVersion.generateVersion();
        standardVersionModel.setVersion(standardVersion.getVersion());
        standardVersionModel.setPublishTime(null);

+ 1 - 1
Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdCDACatalogService.java

@ -65,7 +65,7 @@ public class StdCDACatalogService extends SQLGeneralDAO {
        throw new ApiException(ErrorCode.StandardCDACatalogSaveFailed);
    }
    public void delete(Integer catalogId) {
    public void delete(Integer catalogId) throws Exception {
        try {
            if (catalogId != null) {
                StdCDACatalogModel stdCdaCatalogModel = get(catalogId);

+ 5 - 5
Hos-resource/src/main/java/com/yihu/ehr/standard/service/standard/StdDatasetCatalogService.java

@ -47,7 +47,7 @@ public class StdDatasetCatalogService extends SQLGeneralDAO {
        throw new ApiException(ErrorCode.StandardDatasetCatalogGetListFailed);
    }
    public Object add(String catalog) {
    public Object add(String catalog) throws Exception {
        try {
            ObjectMapper objectMapper = new ObjectMapper();
            StdDatasetCatalogModel stdDatasetCatalogModel = objectMapper.readValue(catalog, StdDatasetCatalogModel.class);
@ -61,7 +61,7 @@ public class StdDatasetCatalogService extends SQLGeneralDAO {
        throw new ApiException(ErrorCode.StandardDatasetCatalogSaveFailed);
    }
    public void delete(Integer catalogId) {
    public void delete(Integer catalogId) throws Exception {
        try {
            if (catalogId != null) {
                StdDatasetCatalogModel cdaCatalogModel = get(catalogId);
@ -72,7 +72,7 @@ public class StdDatasetCatalogService extends SQLGeneralDAO {
        }
    }
    public Object update(String catalog) {
    public Object update(String catalog) throws Exception {
        try {
            ObjectMapper objectMapper = new ObjectMapper();
            StdDatasetCatalogModel stdDatasetCatalogModel = objectMapper.readValue(catalog, StdDatasetCatalogModel.class);
@ -107,11 +107,11 @@ public class StdDatasetCatalogService extends SQLGeneralDAO {
        throw new ApiException(ErrorCode.StandardDatasetCatalogGetFailed);
    }
    private void modify(StdDatasetCatalogModel stdDatasetCatalogModel) throws IOException {
    private void modify(StdDatasetCatalogModel stdDatasetCatalogModel)  throws Exception {
        updateEntity(stdDatasetCatalogModel);
    }
    private void add(StdDatasetCatalogModel stdDatasetCatalogModel) throws IOException {
    private void add(StdDatasetCatalogModel stdDatasetCatalogModel)  throws Exception {
        ObjectMapper objectMapper = new ObjectMapper();
        Session session = getCurrentSession();
        String sql = "select max(id) from " + StdDatasetCatalogModel.TABLE_NAME;

+ 4 - 3
Hos-resource/src/main/resources/config/dbhelper.properties

@ -1,7 +1,8 @@
defaultName = hos-mysql
defaultUri = jdbc:mysql://172.19.103.71:3306/esb?useUnicode=true&characterEncoding=UTF-8
defaultUser = hos
defaultPassword = hos
defaultUri = jdbc:mysql://192.168.1.220:3306/hos2?useUnicode=true&characterEncoding=UTF-8
defaultUser = hos2
defaultPassword = hos2
mongodbUri=mongodb://hos:hos@172.19.103.42/?authSource=admin
mongodbName=hos

+ 3 - 3
Hos-resource/src/main/resources/config/http.properties

@ -4,10 +4,10 @@ httpUrl = https://172.19.103.73:443/api/v1.0
  #https://172.19.103.73:443/api/v1.0
sslKeystore = I:/ssl/tomcat.keystore
sslKeystore = D:/apache-tomcat-7.0.6/tomcat.keystore
sslPassword = 123456
clientId = kHAbVppx44
clientKey = a0hBYlZwcHg0NDpCZDJoOHJkWWhlcDZOS09P
clientId = 1FtXTrSL8D
clientKey = MUZ0WFRyU0w4RDp1c3ZOeWxWc0ZvdFVlQ2tE
httpGateway=http://172.19.103.56:8890/gateway/transfer

+ 0 - 14
Hos-resource/src/main/resources/redisconfig.properties

@ -1,14 +0,0 @@
    #Redis settings
    redis.host=172.19.103.47
    redis.port=6379
    redis.pass=
    #默认的数据库
    redis.defaultDatabase=0
    ##最大空闲数
    redis.maxIdle=300
    ##最大连接数
    redis.maxTotle=600
    ##最大建立连接等待时间
    redis.maxWaitMillis=1000
    ##指明是否在从池中取出连接前进行检验,如果检验失败,则从池中去除连接并尝试取出另一个
    redis.testOnBorrow=true

+ 0 - 13
Hos-resource/src/main/resources/resource.properties

@ -1,13 +0,0 @@
#hopurl=http://172.19.103.56:8080/WSGW/services/ServiceGateWay
#org_code=41872607-9
#username=user
#password=standard
#serverip=172.19.103.56
#port=6020
####################http\u914D\u7F6E\u4FE1\u606F####################
#http.url=http://192.168.131.103:6020/api/v1.0/
#http.url=http://172.19.103.56:6020/api/v1.0/
#http.username=user
#http.password=standard
http.gateway=http://172.19.103.56:8890/gateway/transfer

+ 6 - 6
Hos-resource/src/main/resources/spring/applicationContext.xml

@ -13,8 +13,8 @@
       http://www.springframework.org/schema/context
       http://www.springframework.org/schema/context/spring-context.xsd
       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
       http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"
       >
       http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd"
       xmlns:aop="http://www.springframework.org/schema/aop">
    <!--业务Beans, 使用注解方式配置-->
    <context:component-scan base-package="com.yihu.ehr">
@ -43,9 +43,9 @@
        <property name="password" value="fujian"/>
        -->
        <property name="url"
                  value="jdbc:mysql://172.19.103.71:3306/esb?useUnicode=true&amp;characterEncoding=UTF-8"/>
        <property name="username" value="hos"/>
        <property name="password" value="hos"/>
                  value="jdbc:mysql://192.168.1.220:3306/hos2_resource?useUnicode=true&amp;characterEncoding=UTF-8"/>
        <property name="username" value="hos2"/>
        <property name="password" value="hos2"/>
        <property name="initialSize" value="1"/>
        <property name="maxTotal" value="100"/>
        <property name="maxIdle" value="50"/>
@ -84,7 +84,7 @@
        <property name="sessionFactory" ref="sessionFactory"/>
    </bean>
    <tx:annotation-driven transaction-manager="txManager" proxy-target-class="true"/>
    <aop:aspectj-autoproxy/>
    <!--Redis 连接池配置-->
    <bean id="poolConfig" class="redis.clients.jedis.JedisPoolConfig">
        <property name="maxTotal" value="15"/>

+ 1 - 1
Hos-resource/src/main/webapp/WEB-INF/web.xml

@ -59,7 +59,7 @@
        </init-param>
        <init-param>
            <param-name>notCheckURLList</param-name>
            <param-value>/loginPage;/system/loginAction;/error;/crawler/patient</param-value>
            <param-value>/loginPage;/system/loginAction;/error;/datapush/datapush</param-value>
        </init-param>
    </filter>
    <filter-mapping>