author | Dario Sestito <darios@symbian.org> |
Fri, 26 Jun 2009 12:21:52 +0100 | |
changeset 20 | 78c3f68f39f1 |
parent 19 | 472feb69d0c9 |
child 21 | 4b02facbff8f |
bootstrap.xml | file | annotate | diff | comparison | revisions |
--- a/bootstrap.xml Thu Jun 18 15:23:28 2009 +0100 +++ b/bootstrap.xml Fri Jun 26 12:21:52 2009 +0100 @@ -62,9 +62,9 @@ <if> <isset property="sf.project.dir"/> <then> - <echo message="Getting FBF project from dir ${sf.config.dir}"/> + <echo message="Getting FBF project from dir ${sf.project.dir}"/> <copy todir="${sf.target.dir}/build/config"> - <fileset dir="${sf.config.dir}"/> + <fileset dir="${sf.project.dir}"/> </copy> </then> <else>