mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Fix build.xml
Add missing hidden files. This requires an upgrade of the phing task.
This commit is contained in:
parent
2b0e10eebb
commit
dd8060bb12
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
Define the package.xml. Using xml to make xml is fun!
|
||||
-->
|
||||
<target name="define-pear-package" depends="copy-files">
|
||||
<d51pearpkg2 baseinstalldir="/" dir="${build.dir}/${pear.package}">
|
||||
<d51pearpkg2 addhiddenfiles="true" baseinstalldir="/" dir="${build.dir}/${pear.package}">
|
||||
<name>CakePHP</name>
|
||||
<summary>CakePHP Rapid Development Framework</summary>
|
||||
<channel>pear.cakephp.org</channel>
|
||||
|
@ -152,6 +152,8 @@
|
|||
<exceptions key="Cake/VERSION.txt">php</exceptions>
|
||||
<exceptions key="Cake/LICENSE.txt">php</exceptions>
|
||||
<exceptions key="Cake/Config/cacert.pem">php</exceptions>
|
||||
<exceptions key="Cake/Console/Templates/skel/.htaccess">php</exceptions>
|
||||
<exceptions key="Cake/Console/Templates/skel/webroot/.htaccess">php</exceptions>
|
||||
</d51pearpkg2>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue