Fix build.xml

Add missing hidden files. This requires an upgrade of the phing task.
This commit is contained in:
mark_story 2013-04-29 22:49:33 -04:00
parent 2b0e10eebb
commit dd8060bb12

View file

@ -113,7 +113,7 @@
Define the package.xml. Using xml to make xml is fun! Define the package.xml. Using xml to make xml is fun!
--> -->
<target name="define-pear-package" depends="copy-files"> <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> <name>CakePHP</name>
<summary>CakePHP Rapid Development Framework</summary> <summary>CakePHP Rapid Development Framework</summary>
<channel>pear.cakephp.org</channel> <channel>pear.cakephp.org</channel>
@ -152,6 +152,8 @@
<exceptions key="Cake/VERSION.txt">php</exceptions> <exceptions key="Cake/VERSION.txt">php</exceptions>
<exceptions key="Cake/LICENSE.txt">php</exceptions> <exceptions key="Cake/LICENSE.txt">php</exceptions>
<exceptions key="Cake/Config/cacert.pem">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> </d51pearpkg2>
</target> </target>