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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-26 17:21:33 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-26 17:21:33 +0400
commit30922f5e87e2b3a9e41c9f9826860a2b97b4e903 (patch)
treee6acab551c68daf82374161580769005255033d1 /build.xml
parent0174e08eba56723e6665c709a27e5eda742f6806 (diff)
Exclude l10n files from php syntax check
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3f83f823f..ac8dc0144 100644
--- a/build.xml
+++ b/build.xml
@@ -8,6 +8,7 @@
<arg value="-l" />
<fileset dir=".">
<include name="**/*.php" />
+ <exclude name="**/l10n/**" />
</fileset>
</apply>