Skip to content

Commit

Permalink
Fix build.xml to generate proper package.xml for Windows PEAR Package.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 14, 2010
1 parent 6c9eeb6 commit 2648c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -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" />
Expand Down

0 comments on commit 2648c1a

Please sign in to comment.