1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fix build.xml to generate proper package.xml for Windows PEAR Package.

This commit is contained in:
Benjamin Eberlei 2010-12-14 23:10:45 +01:00
parent 6c9eeb6127
commit 2648c1a6ca

View File

@ -168,6 +168,8 @@
<install as="doctrine.php" name="bin/doctrine.php" />
<install as="doctrine.bat" name="bin/doctrine.bat" />
</release>
<replacement path="bin/doctrine.bat" type="pear-config" from="@php_bin@" to="php_bin" />
<replacement path="bin/doctrine.bat" type="pear-config" from="@bin_dir@" to="bin_dir" />
</d51pearpkg2>
<exec command="pear package" dir="${build.dir}/doctrine-orm" passthru="true" />
<exec command="mv DoctrineORM-${version}.tgz ../../dist" dir="${build.dir}/doctrine-orm" passthru="true" />