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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:50:41 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:57:26 +0300
commit47865ee3bb6383a2f8907a732a353ed93ebada60 (patch)
tree10906a8431d83705b36a7d4fbcf86eafea0c4c7b /build.xml
parent555156c85f5ab37bce66dec8bb7411596f1f1890 (diff)
Move jqPlot to js/vendor
Move js/jqplot to js/vendor/jqplot Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0ebf798258..f9a89e35b9 100644
--- a/build.xml
+++ b/build.xml
@@ -89,7 +89,7 @@
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding third party libraries" depends="phpcs-config">
<exec executable="phpcs">
<arg line="
- --ignore=*/vendor/*,*/codemirror/*,*/jqplot/*,*/build/*
+ --ignore=*/vendor/*,*/codemirror/*,*/build/*
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'