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>2020-06-04 14:07:35 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-04 14:07:50 +0300
commitb2803e9bbe4ed372f4295f081fadf0d3220df713 (patch)
tree63f795d3c04bc2ffa3efb3d2fda42b3f642d409a /build.xml
parentba2fb6d4e5992fb3955cdc8c5dac26880d16a5f6 (diff)
.......... [DEV-1481] fixed formatting of the build.xml
(cherry picked from commit 6d7678eca58fa71e6b481ac242b54c15342c7335)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 4080368c64b..364302674b0 100644
--- a/build.xml
+++ b/build.xml
@@ -61,10 +61,10 @@
<copy overwrite="true" file="src/go/conf/zabbix_agent2.conf" tofile="conf/zabbix_agent2.conf"/>
</target>
- <target name="init-frontend-modules">
+ <target name="init-frontend-modules">
<!-- Copy modules directory for selenium tests -->
<copydir forceoverwrite="true" src="ui/tests/selenium/modules" dest="ui/modules"/>
- </target>
+ </target>
<target name="make-dbschema">
<!-- Create database schema -->