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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-08-07 14:58:45 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-08-07 14:58:45 +0300
commit34ffea28c0c393e53b94f74a7408721096276ba4 (patch)
tree62f0cd7a958af595d56a0ec5a29a144d4ad5ca37 /build.xml
parent4526ccc446f108566803d4a7117d745d86910e5e (diff)
recaptchalib.php has also been moved
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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 b262bbc237..4b95d93a8a 100644
--- a/build.xml
+++ b/build.xml
@@ -71,7 +71,7 @@
--exclude libraries/php-gettext
--exclude libraries/bfShapeFiles
--exclude libraries/phpseclib
- --exclude libraries/plugins/auth/recaptchalib.php
+ --exclude libraries/plugins/auth/recaptcha/recaptchalib.php
--exclude libraries/plugins/auth/swekey/swekey.php
--exclude libraries/sql-parser
${source}" />
@@ -89,7 +89,7 @@
--exclude libraries/php-gettext
--exclude libraries/bfShapeFiles
--exclude libraries/phpseclib
- --exclude libraries/plugins/auth/recaptchalib.php
+ --exclude libraries/plugins/auth/recaptcha/recaptchalib.php
--exclude libraries/plugins/auth/swekey/swekey.php
--exclude libraries/sql-parser
${source}" />