@@ -110,20 +110,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
110
110
<file baseinstalldir =" " name =" phpcs" role =" script" >
111
111
<tasks : replace from =" /usr/bin/env php" to =" php_bin" type =" pear-config" />
112
112
</file >
113
- <!--
114
- <file baseinstalldir="" name="phpcs-svn-pre-commit" role="script">
115
- <tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
116
- <tasks:replace from="@package_version@" to="version" type="package-info" />
117
- </file>
118
113
<file baseinstalldir =" " name =" phpcs.bat" role =" script" >
119
114
<tasks : replace from =" @php_bin@" to =" php_bin" type =" pear-config" />
120
115
<tasks : replace from =" @bin_dir@" to =" bin_dir" type =" pear-config" />
121
- <tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
122
116
</file >
123
117
<file baseinstalldir =" " name =" phpcbf.bat" role =" script" >
124
118
<tasks : replace from =" @php_bin@" to =" php_bin" type =" pear-config" />
125
119
<tasks : replace from =" @bin_dir@" to =" bin_dir" type =" pear-config" />
126
- <tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
120
+ </file >
121
+ <!--
122
+ <file baseinstalldir="" name="phpcs-svn-pre-commit" role="script">
123
+ <tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
124
+ <tasks:replace from="@package_version@" to="version" type="package-info" />
127
125
</file>
128
126
-->
129
127
</dir >
@@ -1508,10 +1506,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1508
1506
<filelist >
1509
1507
<install as =" phpcs" name =" bin/phpcs" />
1510
1508
<install as =" phpcbf" name =" bin/phpcbf" />
1511
- <!--
1512
- <install as="phpcs.bat" name="scripts/phpcs.bat" />
1513
- <install as="phpcbf.bat" name="scripts/phpcbf.bat" />
1514
- -->
1509
+ <install as =" phpcs.bat" name =" bin/phpcs.bat" />
1510
+ <install as =" phpcbf.bat" name =" bin/phpcbf.bat" />
1515
1511
<install as =" README" name =" README.md" />
1516
1512
<install as =" CONTRIBUTING" name =" CONTRIBUTING.md" />
1517
1513
<install as =" LICENCE" name =" licence.txt" />
@@ -1540,10 +1536,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1540
1536
<install as =" CodeSniffer/Core/File/GetMethodParametersTest.php" name =" tests/Core/File/GetMethodParametersTest.php" />
1541
1537
<install as =" CodeSniffer/Standards/AllSniffs.php" name =" tests/Standards/AllSniffs.php" />
1542
1538
<install as =" CodeSniffer/Standards/AbstractSniffUnitTest.php" name =" tests/Standards/AbstractSniffUnitTest.php" />
1543
- <!--
1544
- <ignore name="scripts/phpcs.bat" />
1545
- <ignore name="scripts/phpcbf.bat" />
1546
- -->
1539
+ <ignore name =" bin/phpcs.bat" />
1540
+ <ignore name =" bin/phpcbf.bat" />
1547
1541
</filelist >
1548
1542
</phprelease >
1549
1543
<changelog >
0 commit comments