Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Added phingVersion parameter to project to avoid executing builds wit…
Browse files Browse the repository at this point in the history
…h incompatible versions of Phing
  • Loading branch information
danquah committed May 9, 2012
1 parent 6f1d3bc commit 3d03381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -100,7 +100,7 @@ Drush Make and Simpletest support has been sponsored by [DBC](http://www.dbc.dk/
</a>
-->

<project name="phing-drupal" default="build">
<project name="phing-drupal" default="build" phingVersion="2.4.11">

<!-- ## Main targets -->

Expand Down

0 comments on commit 3d03381

Please sign in to comment.