Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-05-09 15:19:55 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-05-09 15:20:53 +0300
commitca05108f305c6783695c937b2832080134dfa436 (patch)
tree2f4eb2995ae79e974e1e96736ab361d732f83c1c /build-backend.xml
parente8d9e29e0e7a461ab8c40ec706f90707aed1e897 (diff)
.......... [ZBXNEXT-686] removed Duktape-related code from clang-static-analyzer
(cherry picked from commit 61f6a9e57894f14727ef9c03431d59ba344de7ec)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 7603602a8d7..296956cf67a 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -90,30 +90,6 @@
</trycatch>
</sequential>
</for>
-
- <!-- remove content of report files related to Duktape -->
- <fileset id="filesref" dir="." includes="clang-scan-build-reports/**/report-??????.html">
- <containsregexp expression="^.title.duktape.c..title.$"/>
- </fileset>
- <property name="files" refid="filesref"/>
- <for list="${files}" delimiter=";" param="file" >
- <sequential>
- <delete file="@{file}"/>
- <echoxml file="@{file}" append="true">
- <html>
- <head>
- <title>duktape.c</title>
- <style type="text/css">
- .comment { color: green; font-style: oblique }
- </style>
- </head>
- <body>
- <span class="comment">Reports showing errors in the external Duktape library have been removed.</span>
- </body>
- </html>
- </echoxml>
- </sequential>
- </for>
</target>
<target name="init">