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:39:21 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:57:26 +0300
commit555156c85f5ab37bce66dec8bb7411596f1f1890 (patch)
tree24bf2a5b750c0d69bf2ada93865d129cb0347fb6 /build.xml
parent774150e54d08e152b943de3c3e87e1fd650e2aa2 (diff)
Move openlayers to js/vendor
Move js/openlayers to js/vendor/openlayers 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 456a23f6e7..0ebf798258 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/*,*/openlayers/*,*/jqplot/*,*/build/*
+ --ignore=*/vendor/*,*/codemirror/*,*/jqplot/*,*/build/*
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'