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:25:37 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:57:25 +0300
commit61b7d5dfd8b311f20849fbbda57471a7ff978255 (patch)
tree1ba998072ba6d14889534430109ff65639a6e3f2 /build.xml
parenta09ce953bad7d87465979e99c847c089b4da4826 (diff)
Move js/jquery to js/vendor/jquery
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 3eabc9dc1b..456a23f6e7 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/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*
+ --ignore=*/vendor/*,*/codemirror/*,*/openlayers/*,*/jqplot/*,*/build/*
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'