Skip to content

Commit

Permalink
Also include the projects build.properties.
Browse files Browse the repository at this point in the history
It was meant to override the build properties, but actually the projects
basedir wasn't checked.

Signed-off-by: Jacob Kiers <[email protected]>
  • Loading branch information
Jacob Kiers committed Jul 11, 2014
1 parent 5f13da9 commit 66ec6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project name="baker" default="build" basedir=".">
<property file="${project.basedir}/build.properties"/>
<property file="${phing.dir.baker}/build.properties"/>

<!-- Imports of other targets -->
Expand Down

0 comments on commit 66ec6c1

Please sign in to comment.