index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
language
/
en
/
common.php
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<project
name
=
"code_sniffer"
basedir
=
"."
default
=
"install"
>
<property
name
=
"working.dir"
value
=
"${basedir}"
/>
<property
name
=
"target.dir"
value
=
"/usr/share/php/PHP/CodeSniffer/Standards"
/>
<!--
Install phpbb sniff
-->
<target
name
=
"install"
>
<delete
dir
=
"${target.dir}/phpbb"
/>
<mkdir
dir
=
"${target.dir}/phpbb"
/>
<copy
todir
=
"${target.dir}/phpbb"
>
<fileset
file
=
"${working.dir}/phpbbCodingStandard.php"
/>
</copy>
<copy
todir
=
"${target.dir}/phpbb/Sniffs"
>
<fileset
dir
=
"${working.dir}/Sniffs"
/>
</copy>
</target>
</[ticket/12697] Delete cached extension schema.json files after testing
PHPBB3-12697
Diffstat
(limited to 'phpBB/language/en/common.php')
0 files changed, 0 insertions, 0 deletions