瀏覽代碼

HPCC-13810 DOCS:Modify files for Doc (ConfigMgr) AutoGeneration

FIX HPCC-13810 DOCS:Modify files for Doc (ConfigMgr) AutoGeneration
Changes to component files to enable Autogeneration on platform builds.

Signed-off-by: G Panagiotatos <greg.panagiotatos@lexisnexis.com>
G Panagiotatos 10 年之前
父節點
當前提交
e9369f8474
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/XMLGeneration/CMakeLists.txt

+ 1 - 0
docs/XMLGeneration/CMakeLists.txt

@@ -25,6 +25,7 @@ FILE(GLOB XSD_FILES RELATIVE "${XSD_SOURCE_DIR}" "${XSD_SOURCE_DIR}/*.xsd")
 
 # Skip some files which cause problem
 LIST(REMOVE_ITEM XSD_FILES "esp_service_wsecl2.xsd")
+LIST(REMOVE_ITEM XSD_FILES "ftslave_linux.xsd")
 
 # process and copy *.xsd.in files
 FOREACH( XSD_TEMPLATE_FILE  ${XSD_TEMPLATE_FILES} )